<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/rts/src, branch master</title>
<subtitle>Minimalistic real-time strategy video game.
</subtitle>
<id>https://gitea.privatedns.org/xavi/rts/atom?h=master</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/rts/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/rts/'/>
<updated>2022-09-23T02:39:36+00:00</updated>
<entry>
<title>net.h: Add missing extern "C"</title>
<updated>2022-09-23T02:39:36+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2022-09-23T02:39:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/rts/commit/?id=b4c08b585cb18751dd3847f693c586c13dd7e282'/>
<id>urn:sha1:b4c08b585cb18751dd3847f693c586c13dd7e282</id>
<content type='text'>
</content>
</entry>
<entry>
<title>input.c: do not fail on input_render</title>
<updated>2022-09-23T02:38:33+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2022-09-23T02:33:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/rts/commit/?id=e6ae88aa87b81b2648faae05b9c6be91f69496e5'/>
<id>urn:sha1:e6ae88aa87b81b2648faae05b9c6be91f69496e5</id>
<content type='text'>
Implementation is still incomplete, and should not crash the
application.
</content>
</entry>
<entry>
<title>join_menu.c: Update serial/IPv4 GUI menus</title>
<updated>2022-09-23T02:38:33+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2022-09-23T02:31:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/rts/commit/?id=eed468712000c5fe456404a06d24c6e0f69a71f4'/>
<id>urn:sha1:eed468712000c5fe456404a06d24c6e0f69a71f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ps1/net.c: return 0 on net_init</title>
<updated>2022-09-23T02:38:33+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2022-09-23T02:29:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/rts/commit/?id=6f5058c584240be01cb46be1328699024f9cf2d7'/>
<id>urn:sha1:6f5058c584240be01cb46be1328699024f9cf2d7</id>
<content type='text'>
Even if the implementation is not finished yet, this will avoid the
program from crashing on startup.
</content>
</entry>
<entry>
<title>net: Implement net_available</title>
<updated>2022-09-23T02:38:33+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2022-09-23T02:27:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/rts/commit/?id=8435b3f5fd32bc1b495288678f5a4cd2f2710867'/>
<id>urn:sha1:8435b3f5fd32bc1b495288678f5a4cd2f2710867</id>
<content type='text'>
</content>
</entry>
<entry>
<title>net: Implement net_serial_devices</title>
<updated>2022-09-23T02:38:20+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2022-09-23T02:26:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/rts/commit/?id=b108afb6e7a50b80a5661fede1219163c037ef9b'/>
<id>urn:sha1:b108afb6e7a50b80a5661fede1219163c037ef9b</id>
<content type='text'>
This function provides a platform-specific list of serial devices that
can be accessed.
</content>
</entry>
<entry>
<title>keyboard: Add KEYBOARD_KEY_SLASH</title>
<updated>2022-09-23T02:20:57+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2022-09-23T02:20:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/rts/commit/?id=26692e8cb9b93fb3fe61512f1d2b2f5e6a2bcb94'/>
<id>urn:sha1:26692e8cb9b93fb3fe61512f1d2b2f5e6a2bcb94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>label.c: Set empty text by default</title>
<updated>2022-09-23T02:20:13+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2022-09-23T02:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/rts/commit/?id=f8c74babda04ea6b1105e11b7b56bd7e17b19f5e'/>
<id>urn:sha1:f8c74babda04ea6b1105e11b7b56bd7e17b19f5e</id>
<content type='text'>
This will avoid crashing the application on rendering due to
uninitialized labels.
</content>
</entry>
<entry>
<title>gui.c: Remove unneeded condition</title>
<updated>2022-09-23T02:18:20+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2022-09-23T02:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/rts/commit/?id=9e308d97d983b152dc920219cf4555524747c992'/>
<id>urn:sha1:9e308d97d983b152dc920219cf4555524747c992</id>
<content type='text'>
Even if neither hcentered or vcentered are used, GUI element position
must be determined by that of its parents.
</content>
</entry>
<entry>
<title>gui.c: Fix minor const-correctness issues</title>
<updated>2022-09-23T02:17:44+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2022-09-23T02:17:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/rts/commit/?id=68ccd085fce7233d7ecd7893f7856ded0165fe1c'/>
<id>urn:sha1:68ccd085fce7233d7ecd7893f7856ded0165fe1c</id>
<content type='text'>
</content>
</entry>
</feed>
