aboutsummaryrefslogtreecommitdiff
path: root/Source/PltParser.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate dprintf over printfXavier Del Campo Romero2021-01-031-2/+2
* Removed SIO interrupt (it caused VBlank ISR not to be triggered).Xavier ASUS2018-11-301-2/+2
* Some important bugfixes.Xavier ASUS2018-11-291-1/+4
* Bugfix: minutes were not being retrieved from PLT files.Xavier ASUS2018-11-251-8/+4
* Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).Xavier ASUS2018-11-231-3/+3
* Added "const" qualifier to some functions.Xavier ASUS2018-11-181-1/+1
* * Game can now compile without PSXSDK_DEBUG flag.XaviDCR922018-03-261-0/+6
* - .iso files are now ignored.XaviDCR922018-03-201-1/+1
* * Menu.c: bugfix for PLT level list.XaviDCR922018-03-101-3/+3
* + Added Message module, used for tutorials.XaviDCR922018-02-251-26/+97
* * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.XaviDCR922017-12-291-1/+2
* * Slight optimization: all comparations against true are now compared against...XaviDCR922017-12-261-0/+12
* * Trimmed ending whitespaces.XaviDCR922017-09-161-34/+34
* * Minor changes (spaces between "if"/"for"... instructions).XaviDCR922017-08-301-18/+18
* * (Bugfix): ptrPlayer->SelectedAircraft was not being updated correctly when ...XaviDCR922017-08-191-28/+18
* * Added more comments.XaviDCR922017-08-181-2/+0
* * Include directives are now moved to .c instead of .h, as it should really b...XaviDCR922017-08-061-0/+2
* * Added comments on System.XaviDCR922017-07-271-0/+2
* + Added support for SIO (Serial Input Output).XaviDCR922017-07-201-15/+15
* * Added font spacing parameter.XaviDCR922017-06-281-1/+1
* * Tried to get some work done in MapEditor with no success so far.XaviDCR922017-06-111-2/+0
* * Some more work on Plt file generator.XaviDCR922017-06-061-1/+37
* * Implemented aircraft collision. But it would not detect collision in some c...XaviDCR922017-06-061-6/+83
* * More passengers by correct sequence are unboarded.XaviDCR922017-06-031-0/+1
* * Added more aircraft on LEVEL1.PLT.XaviDCR922017-05-271-0/+1
* * Implemented remaining time for flights.XaviDCR922017-05-251-12/+18
* * Updated.XaviDCR922017-02-041-0/+0
* Initial commitXavier Del Campo2017-02-041-0/+251