<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/jancity, branch esp32</title>
<subtitle>Entry for Global Game Jam 2024.
</subtitle>
<id>https://gitea.privatedns.org/xavi/jancity/atom?h=esp32</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/jancity/atom?h=esp32'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/jancity/'/>
<updated>2024-01-30T22:49:22+00:00</updated>
<entry>
<title>README.md: Update according to ESP32 port</title>
<updated>2024-01-30T22:49:22+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2024-01-29T23:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/jancity/commit/?id=3e341ff440a54959ce8c77e9290160ce24188826'/>
<id>urn:sha1:3e341ff440a54959ce8c77e9290160ce24188826</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp32: Import Geekbit library</title>
<updated>2024-01-30T22:49:22+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2024-01-30T22:48:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/jancity/commit/?id=986f0d9a3722422cbe9ef5a46909778e27205304'/>
<id>urn:sha1:986f0d9a3722422cbe9ef5a46909778e27205304</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add FindGeekbit.cmake</title>
<updated>2024-01-30T22:49:22+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2024-01-30T22:48:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/jancity/commit/?id=decf2bd09207e3af8cffc0b0248a7031b1f3ddc5'/>
<id>urn:sha1:decf2bd09207e3af8cffc0b0248a7031b1f3ddc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gfx: #undef quad</title>
<updated>2024-01-30T22:49:22+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2024-01-29T23:45:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/jancity/commit/?id=52571b0f5aefb99cd55828945ccedc571c20d097'/>
<id>urn:sha1:52571b0f5aefb99cd55828945ccedc571c20d097</id>
<content type='text'>
Surprisingly, esp-idf #includes files such as sys/types.h when pulling
other standard header files, even when not explicitly defined. While
this is not a serious issue, incredibly their sys/types.h implementation
uses "#define quad", therefore breaking user code such as anything
related to "struct quad".
</content>
</entry>
<entry>
<title>std/main.c: Use engine_main</title>
<updated>2024-01-30T22:49:22+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2024-01-30T22:48:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/jancity/commit/?id=77c4420c06d5eefc47cfca9b686f5d5e916408fe'/>
<id>urn:sha1:77c4420c06d5eefc47cfca9b686f5d5e916408fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WIP ESP32 port</title>
<updated>2024-01-30T00:16:18+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2024-01-29T22:58:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/jancity/commit/?id=a27a35bd778d9afe9f04e7aed69d950bc4d980e8'/>
<id>urn:sha1:a27a35bd778d9afe9f04e7aed69d950bc4d980e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>player: Add missing header</title>
<updated>2024-01-30T00:16:04+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2024-01-30T00:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/jancity/commit/?id=c2e2343054e8d11ebaaf426d6ca105e79e93da6a'/>
<id>urn:sha1:c2e2343054e8d11ebaaf426d6ca105e79e93da6a</id>
<content type='text'>
As required by rand(3).
</content>
</entry>
<entry>
<title>human_player_gui.c: Rename on_exit to on_btn_exit</title>
<updated>2024-01-30T00:13:07+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2024-01-30T00:13:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/jancity/commit/?id=2d8a171ad5b5ec937bd686fc9be8e0a0b3fbfaaf'/>
<id>urn:sha1:2d8a171ad5b5ec937bd686fc9be8e0a0b3fbfaaf</id>
<content type='text'>
Surprisingly, glibc declares on_exit(3) as a non-portable function on
stdlib.h.
</content>
</entry>
<entry>
<title>init.c: Add missing #include</title>
<updated>2024-01-30T00:12:57+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2024-01-30T00:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/jancity/commit/?id=da42dfab9f4980779f7dcb9139801d6a4903d033'/>
<id>urn:sha1:da42dfab9f4980779f7dcb9139801d6a4903d033</id>
<content type='text'>
As required by PRIx8.
</content>
</entry>
<entry>
<title>Big rushed update</title>
<updated>2024-01-28T14:17:49+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2024-01-28T02:01:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/jancity/commit/?id=fd53c7da8c5f2b79b87f624e313ff508072361ad'/>
<id>urn:sha1:fd53c7da8c5f2b79b87f624e313ff508072361ad</id>
<content type='text'>
</content>
</entry>
</feed>
