aboutsummaryrefslogtreecommitdiff
path: root/Source/System.c
Commit message (Expand)AuthorAgeFilesLines
* Always call PSX_InitEx(0)Xavier Del Campo Romero2021-01-011-6/+0
* Removed SIO interrupt (it caused VBlank ISR not to be triggered).Xavier ASUS2018-11-301-3/+4
* Bugfix: minutes were not being retrieved from PLT files.Xavier ASUS2018-11-251-0/+3
* * LEVEL3.PLT was incorrectly using Windows CRLF end of line.XaviDCR922018-11-251-304/+302
* Aircraft are now auto-locked when entering "ShowAircraftData" menu.Xavier ASUS2018-11-241-4/+4
* Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).Xavier ASUS2018-11-231-4/+4
* Added "const" qualifier to some functions.Xavier ASUS2018-11-181-6/+12
* * Game can now compile without PSXSDK_DEBUG flag.XaviDCR922018-03-261-4/+5
* * Increased number of events on SYSTEM.CNF.XaviDCR922018-03-221-1/+8
* - .iso files are now ignored.XaviDCR922018-03-201-18/+2
* * System.c: Root counters are finally working, YAY!XaviDCR922018-03-171-10/+14
* * Menu.c: bugfix for PLT level list.XaviDCR922018-03-101-9/+9
* + Added Message module, used for tutorials.XaviDCR922018-02-251-1/+1
* * Menu.c: when 1Player/2Player buttons are pressed, level list is now shown.XaviDCR922017-12-301-0/+18
* * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.XaviDCR922017-12-291-48/+10
* * Slight optimization: all comparations against true are now compared against...XaviDCR922017-12-261-4/+4
* * Removed unneeded -g flag from Makefile.XaviDCR922017-09-161-1/+1
* * Trimmed ending whitespaces.XaviDCR922017-09-161-229/+229
* * Minor changes (spaces between "if"/"for"... instructions).XaviDCR922017-08-301-31/+31
* * (Bugfix): ptrPlayer->SelectedAircraft was not being updated correctly when ...XaviDCR922017-08-191-1/+1
* * Added more comments.XaviDCR922017-08-181-1/+1
* + Documentation about sound sources.XaviDCR922017-08-141-0/+114
* * IMASK is now accessed as volatile variable.XaviDCR922017-08-111-1/+6
* + System timer functions now moved to a separate source file, Timer.c/Timer.h.XaviDCR922017-08-101-155/+3
* * Added some comments on Game.c.XaviDCR922017-08-091-9/+29
* * Include directives are now moved to .c instead of .h, as it should really b...XaviDCR922017-08-061-15/+67
* * Added comments on System.XaviDCR922017-07-271-10/+282
* + Added support for SIO (Serial Input Output).XaviDCR922017-07-201-22/+60
* * Reduced tileset sprite size from 64x64 to 64x48.XaviDCR922017-06-271-1/+13
* * Tried to get some work done in MapEditor with no success so far.XaviDCR922017-06-111-7/+1
* * Implemented aircraft collision. But it would not detect collision in some c...XaviDCR922017-06-061-5/+20
* * More passengers by correct sequence are unboarded.XaviDCR922017-06-031-9/+247
* * Added more aircraft on LEVEL1.PLT.XaviDCR922017-05-271-7/+8
* * Implemented remaining time for flights.XaviDCR922017-05-251-2/+2
* * Aircraft state was not being transferred ciclically from Game to Aircraft m...XaviDCR922017-05-241-6/+6
* * Split screen from now on is only calling GsDrawList() once. The reason for ...XaviDCR922017-05-221-8/+8
* * Added some comments on System.XaviDCR922017-05-011-16/+129
* * Updated.XaviDCR922017-02-041-0/+0
* Initial commitXavier Del Campo2017-02-041-0/+517