diff --git a/pr-preview/pr-10/03-is-here.html b/pr-preview/pr-10/03-is-here.html index c434b54..8f648ca 100644 --- a/pr-preview/pr-10/03-is-here.html +++ b/pr-preview/pr-10/03-is-here.html @@ -472,12 +472,12 @@

Metrics (@roby2014)

}

Currently, metrics can be accessed manually through the singleton class. However, we plan to integrate these metrics into our editor for a more streamlined experience.

-

Learn more about it on our metrics documentation :

+

Learn more about it on our metrics documentation.

Networking Utilities (@roby2014)

In the 0.3 release, Cubos finally has networking! This is a big step forward for our engine, bringing -powerful networking utilities such as ` Address <https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1Address.html>`_, +powerful networking utilities such as Address, UdpSocket, TcpListener, and TcpStream.

Creating an UDP client and sending a message is as simple as:

@@ -486,7 +486,7 @@

Networking Utilities (@roby2014)

const char* msg = "Hello, I'm a Cubos UDP client!"; client.send(msg, std::strlen(msg), Address::from("server.com"), 8081); -

Learn more about it on our networking documentation :

+

Learn more about it on our networking documentation.

diff --git a/pr-preview/pr-10/feeds/all.atom.xml b/pr-preview/pr-10/feeds/all.atom.xml index eb68555..ccddbe5 100644 --- a/pr-preview/pr-10/feeds/all.atom.xml +++ b/pr-preview/pr-10/feeds/all.atom.xml @@ -420,12 +420,12 @@ This started becoming a priority since we detected lots of performance issues in <span class="p">}</span></pre> <p>Currently, metrics can be accessed manually through the singleton class. However, we plan to integrate these metrics into our editor for a more streamlined experience.</p> -<p>Learn more about it on our <a href="https://docs.cubosengine.org/examples-core-metrics.html">metrics documentation</a> :</p> +<p>Learn more about it on our <a href="https://docs.cubosengine.org/examples-core-metrics.html">metrics documentation</a>.</p> </section> <section id="networking-utilities-roby2014"> <h4>Networking Utilities <span class="m-text m-dim">(&#64;roby2014)</span></h4> <p>In the 0.3 release, Cubos finally has networking! This is a big step forward for our engine, bringing -powerful networking utilities such as ` Address &lt;<a class="m-link-wrap" href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1Address.html">https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1Address.html</a>&gt;`_, +powerful networking utilities such as <a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1Address.html">Address</a>, <a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1UdpSocket.html">UdpSocket</a>, <a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1TcpListener.html">TcpListener</a>, and <a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1TcpStream.html">TcpStream</a>.</p> <p>Creating an UDP client and sending a message is as simple as:</p> @@ -434,7 +434,7 @@ and <a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1TcpStr <span class="k">const</span><span class="w"> </span><span class="kt">char</span><span class="o">*</span><span class="w"> </span><span class="n">msg</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;Hello, I&#39;m a Cubos UDP client!&quot;</span><span class="p">;</span> <span class="n">client</span><span class="p">.</span><span class="n">send</span><span class="p">(</span><span class="n">msg</span><span class="p">,</span><span class="w"> </span><span class="n">std</span><span class="o">::</span><span class="n">strlen</span><span class="p">(</span><span class="n">msg</span><span class="p">),</span><span class="w"> </span><span class="n">Address</span><span class="o">::</span><span class="n">from</span><span class="p">(</span><span class="s">&quot;server.com&quot;</span><span class="p">),</span><span class="w"> </span><span class="mi">8081</span><span class="p">);</span></pre> -<p>Learn more about it on our <a href="https://docs.cubosengine.org/examples-core-networking.html">networking documentation</a> :</p> +<p>Learn more about it on our <a href="https://docs.cubosengine.org/examples-core-networking.html">networking documentation</a>.</p> </section> </section> </section> diff --git a/pr-preview/pr-10/feeds/release.atom.xml b/pr-preview/pr-10/feeds/release.atom.xml index 3555825..0e9babc 100644 --- a/pr-preview/pr-10/feeds/release.atom.xml +++ b/pr-preview/pr-10/feeds/release.atom.xml @@ -420,12 +420,12 @@ This started becoming a priority since we detected lots of performance issues in <span class="p">}</span></pre> <p>Currently, metrics can be accessed manually through the singleton class. However, we plan to integrate these metrics into our editor for a more streamlined experience.</p> -<p>Learn more about it on our <a href="https://docs.cubosengine.org/examples-core-metrics.html">metrics documentation</a> :</p> +<p>Learn more about it on our <a href="https://docs.cubosengine.org/examples-core-metrics.html">metrics documentation</a>.</p> </section> <section id="networking-utilities-roby2014"> <h4>Networking Utilities <span class="m-text m-dim">(&#64;roby2014)</span></h4> <p>In the 0.3 release, Cubos finally has networking! This is a big step forward for our engine, bringing -powerful networking utilities such as ` Address &lt;<a class="m-link-wrap" href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1Address.html">https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1Address.html</a>&gt;`_, +powerful networking utilities such as <a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1Address.html">Address</a>, <a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1UdpSocket.html">UdpSocket</a>, <a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1TcpListener.html">TcpListener</a>, and <a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1TcpStream.html">TcpStream</a>.</p> <p>Creating an UDP client and sending a message is as simple as:</p> @@ -434,7 +434,7 @@ and <a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1TcpStr <span class="k">const</span><span class="w"> </span><span class="kt">char</span><span class="o">*</span><span class="w"> </span><span class="n">msg</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;Hello, I&#39;m a Cubos UDP client!&quot;</span><span class="p">;</span> <span class="n">client</span><span class="p">.</span><span class="n">send</span><span class="p">(</span><span class="n">msg</span><span class="p">,</span><span class="w"> </span><span class="n">std</span><span class="o">::</span><span class="n">strlen</span><span class="p">(</span><span class="n">msg</span><span class="p">),</span><span class="w"> </span><span class="n">Address</span><span class="o">::</span><span class="n">from</span><span class="p">(</span><span class="s">&quot;server.com&quot;</span><span class="p">),</span><span class="w"> </span><span class="mi">8081</span><span class="p">);</span></pre> -<p>Learn more about it on our <a href="https://docs.cubosengine.org/examples-core-networking.html">networking documentation</a> :</p> +<p>Learn more about it on our <a href="https://docs.cubosengine.org/examples-core-networking.html">networking documentation</a>.</p> </section> </section> </section> diff --git a/pr-preview/pr-10/index.html b/pr-preview/pr-10/index.html index 82d2fc8..66f6670 100644 --- a/pr-preview/pr-10/index.html +++ b/pr-preview/pr-10/index.html @@ -469,12 +469,12 @@

Metrics (@roby2014)

}

Currently, metrics can be accessed manually through the singleton class. However, we plan to integrate these metrics into our editor for a more streamlined experience.

-

Learn more about it on our metrics documentation :

+

Learn more about it on our metrics documentation.

Networking Utilities (@roby2014)

In the 0.3 release, Cubos finally has networking! This is a big step forward for our engine, bringing -powerful networking utilities such as ` Address <https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1Address.html>`_, +powerful networking utilities such as Address, UdpSocket, TcpListener, and TcpStream.

Creating an UDP client and sending a message is as simple as:

@@ -483,7 +483,7 @@

Networking Utilities (@roby2014)

const char* msg = "Hello, I'm a Cubos UDP client!"; client.send(msg, std::strlen(msg), Address::from("server.com"), 8081); -

Learn more about it on our networking documentation :

+

Learn more about it on our networking documentation.