<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/airport/Source/Font.h, branch master</title>
<subtitle>PS1 video game
</subtitle>
<id>https://gitea.privatedns.org/xavi/airport/atom?h=master</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/airport/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/airport/'/>
<updated>2021-01-01T03:39:17+00:00</updated>
<entry>
<title>Make RadioFont and SmallFont extern to other compilation units</title>
<updated>2021-01-01T03:39:17+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2020-12-31T02:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/airport/commit/?id=3aadb2ca6101822d2af793beff1a781bd035af6e'/>
<id>urn:sha1:3aadb2ca6101822d2af793beff1a781bd035af6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added "const" qualifier to some functions.</title>
<updated>2018-11-18T19:03:35+00:00</updated>
<author>
<name>Xavier ASUS</name>
<email>xavi92psx@gmail.com</email>
</author>
<published>2018-11-18T19:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/airport/commit/?id=2ccc0f5edd5f8e61bd0760f30b2d66f2d977b2bf'/>
<id>urn:sha1:2ccc0f5edd5f8e61bd0760f30b2d66f2d977b2bf</id>
<content type='text'>
"cdrom:\ and ;1" are automatically inserted into file name, in order to save memory space.
Some minor optimizations.
</content>
</entry>
<entry>
<title>+ Added Message module, used for tutorials.</title>
<updated>2018-02-25T04:25:33+00:00</updated>
<author>
<name>XaviDCR92</name>
<email>xavi.dcr@gmail.com</email>
</author>
<published>2018-02-25T04:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/airport/commit/?id=baa647ad7caf95ea2619d8456bcfd0f04a08a719'/>
<id>urn:sha1:baa647ad7caf95ea2619d8456bcfd0f04a08a719</id>
<content type='text'>
+ Added first tutorial level.
* Font now inserts line feed automatically if the next word is too long to fit.
* Gfx.c: added primitive list double buffering in order to gain some performance.
* MapEditor: now airport can be defined inside the tool.
</content>
</entry>
<entry>
<title>* Slight optimization: all comparations against true are now compared against != false.</title>
<updated>2017-12-26T21:18:37+00:00</updated>
<author>
<name>XaviDCR92</name>
<email>xavi.dcr@gmail.com</email>
</author>
<published>2017-12-26T21:18:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/airport/commit/?id=4eaa6c091f97ca3455b2ae48a5f68867c0f7768e'/>
<id>urn:sha1:4eaa6c091f97ca3455b2ae48a5f68867c0f7768e</id>
<content type='text'>
+ Added a provisional background during gameplay (still WIP).
* Map editor now allows creating a map.
</content>
</entry>
<entry>
<title>* Added more comments.</title>
<updated>2017-08-18T18:17:13+00:00</updated>
<author>
<name>XaviDCR92</name>
<email>xavi.dcr@gmail.com</email>
</author>
<published>2017-08-18T18:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/airport/commit/?id=b1aad213d450beae9920e30d6534680474f8df6f'/>
<id>urn:sha1:b1aad213d450beae9920e30d6534680474f8df6f</id>
<content type='text'>
* Radio chatter sounds.
* Created aircraft state STATE_STOPPED, to be used when L1 is pressed on aircraft selection mode.
</content>
</entry>
<entry>
<title>* Include directives are now moved to .c instead of .h, as it should really be...</title>
<updated>2017-08-06T02:17:09+00:00</updated>
<author>
<name>XaviDCR92</name>
<email>xavi.dcr@gmail.com</email>
</author>
<published>2017-08-06T02:17:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/airport/commit/?id=8700a329d07bae49228f10b50999a161a235d140'/>
<id>urn:sha1:8700a329d07bae49228f10b50999a161a235d140</id>
<content type='text'>
* Makefile now rebuilds needed targets on modified header files.
* Some more work on GameEmergencyMode().
* Initial work on PSX mouse auto detection.
* Prototypes for RCNT2 I_MASK bit handling.
</content>
</entry>
<entry>
<title>* Added font spacing parameter.</title>
<updated>2017-06-28T14:19:36+00:00</updated>
<author>
<name>XaviDCR92</name>
<email>xavi.dcr@gmail.com</email>
</author>
<published>2017-06-28T14:19:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/airport/commit/?id=bd23878d45f3e0ec2336b903bacc110688aac9bd'/>
<id>urn:sha1:bd23878d45f3e0ec2336b903bacc110688aac9bd</id>
<content type='text'>
* Removed obsolete, unused functions.
* Performance optimization: routines inside GameCalculations() were computating a big loop several times, so this has been modified so that loop is only performed once.
* Initial implementation for GameGetAircraftTilemap(). Still some work TODO.
</content>
</entry>
<entry>
<title>* Implemented aircraft collision. But it would not detect collision in some cases.</title>
<updated>2017-06-06T04:52:46+00:00</updated>
<author>
<name>XaviDCR92</name>
<email>xavi.dcr@gmail.com</email>
</author>
<published>2017-06-06T04:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/airport/commit/?id=1244505327009142c80140e44c86138f4fd6ae07'/>
<id>urn:sha1:1244505327009142c80140e44c86138f4fd6ae07</id>
<content type='text'>
* Remove unneeded whitespace character on pointer variables (unary operators should not have any whitespaces).
* SelectedAircraft index now increases or decreases automatically on aircraft added/removed.
* Started writing Plt generation routines. Still a lot of work TODO.
</content>
</entry>
<entry>
<title>* Updated.</title>
<updated>2017-02-04T14:31:41+00:00</updated>
<author>
<name>XaviDCR92</name>
<email>xavi.dcr@gmail.com</email>
</author>
<published>2017-02-04T14:31:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/airport/commit/?id=9ce310d847b9b54b027ea6052d63507129aefb18'/>
<id>urn:sha1:9ce310d847b9b54b027ea6052d63507129aefb18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2017-02-04T13:49:08+00:00</updated>
<author>
<name>Xavier Del Campo</name>
<email>xavi.dcr@gmail.com</email>
</author>
<published>2017-02-04T13:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/airport/commit/?id=189ecf754d0c8131464bfdff98fb56e7752556b1'/>
<id>urn:sha1:189ecf754d0c8131464bfdff98fb56e7752556b1</id>
<content type='text'>
</content>
</entry>
</feed>
