<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/airport/Source/Pad.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>2018-11-25T11:32:16+00:00</updated>
<entry>
<title>* LEVEL3.PLT was incorrectly using Windows CRLF end of line.</title>
<updated>2018-11-25T11:32:16+00:00</updated>
<author>
<name>XaviDCR92</name>
<email>xavi.dcr@gmail.com</email>
</author>
<published>2018-11-25T11:32:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/airport/commit/?id=135a1e93cb9b3a859c4269a94ababe33b3558f9a'/>
<id>urn:sha1:135a1e93cb9b3a859c4269a94ababe33b3558f9a</id>
<content type='text'>
* When assigning a parking slot, busy parking slots cannot be selected. Some work TODO yet, though.
</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>* Trimmed ending whitespaces.</title>
<updated>2017-09-15T23:44:42+00:00</updated>
<author>
<name>XaviDCR92</name>
<email>xavi.dcr@gmail.com</email>
</author>
<published>2017-09-15T23:44:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/airport/commit/?id=0d7af34486f15d8f31f8474f17cad698923cadcb'/>
<id>urn:sha1:0d7af34486f15d8f31f8474f17cad698923cadcb</id>
<content type='text'>
* Makefile now generates output TIM files automatically, using 'cat whatever.flags' files as flags for bmp2tim.
</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 comments on System.</title>
<updated>2017-07-27T05:41:25+00:00</updated>
<author>
<name>XaviDCR92</name>
<email>xavi.dcr@gmail.com</email>
</author>
<published>2017-07-27T05:41:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/airport/commit/?id=153f078ec20cc442dd4dbe802dbd5fcb1748fcca'/>
<id>urn:sha1:153f078ec20cc442dd4dbe802dbd5fcb1748fcca</id>
<content type='text'>
* Files needed for Game are now only loaded once, except from LEVEL1.PLT.
* Added DevMenu to get debug info.
* ISR_LoadMenuVBlank() does not stop when accessing SIO.
* On fopen() and SERIAL_INTERFACE defined, "#" is prepended and "@" is appended to filename string.
</content>
</entry>
<entry>
<title>* Implemented remaining time for flights.</title>
<updated>2017-05-25T05:38:58+00:00</updated>
<author>
<name>XaviDCR92</name>
<email>xavi.dcr@gmail.com</email>
</author>
<published>2017-05-25T05:38:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/airport/commit/?id=656eec576e46bf80da052710508e93b26ec8bdb5'/>
<id>urn:sha1:656eec576e46bf80da052710508e93b26ec8bdb5</id>
<content type='text'>
* Initial STATE_UNBOARDING implementation. Still some work to do.
* Added score logic.
</content>
</entry>
<entry>
<title>* Split screen from now on is only calling GsDrawList() once. The reason for this is that now DMA is used instead of GPIO for drawenv/dispenv management.</title>
<updated>2017-05-22T05:06:17+00:00</updated>
<author>
<name>XaviDCR92</name>
<email>xavi.dcr@gmail.com</email>
</author>
<published>2017-05-22T05:06:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/airport/commit/?id=aefe5f8c1c45f4cdeafe08113953a9f03df3c644'/>
<id>urn:sha1:aefe5f8c1c45f4cdeafe08113953a9f03df3c644</id>
<content type='text'>
* (PSXSDK internals): incorrect bit shifting was being made on 0xE3 and 0xE4 GPU instructions (drawenv management).
* (Bugfix): Timers were not being reset properly because pad1_cheat_timer and pad2_cheat_timer were being accidentally reset to NULL on calling memset() for cheatsArray.
* Timers are now updated every 100 ms instead of every second.
* Mouse sprite should be now drawn on X_SCREEN_RESOLUTION &gt;&gt; 2 in 2-player mode. TODO: check why this isn't working!
</content>
</entry>
<entry>
<title>* Added some comments on System.</title>
<updated>2017-05-01T21:05:51+00:00</updated>
<author>
<name>XaviDCR92</name>
<email>xavi.dcr@gmail.com</email>
</author>
<published>2017-05-01T21:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/airport/commit/?id=83b4684d7cb9934371909b522d6daa0f16cc0396'/>
<id>urn:sha1:83b4684d7cb9934371909b522d6daa0f16cc0396</id>
<content type='text'>
* New routine PadOneKeySinglePress() and PadTwoKeySinglePress().
* Temp waypoints now turn red when colliding with an aircraft or with a previously existing waypoint.
* When loading files, GPU operation is finishedbefore calling fopen. Also, I_MASK is disabled just in case.
* For PLT files, actual tile needs to be set instead of parking number.
</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>
