aboutsummaryrefslogtreecommitdiff
path: root/Source/Menu.c
Commit message (Expand)AuthorAgeFilesLines
* Remove copyrighted OSI logo from projectXavier Del Campo Romero2021-01-031-2/+0
* Removed SIO interrupt (it caused VBlank ISR not to be triggered).Xavier ASUS2018-11-301-5/+7
* Set SERIAL_INTERFACE compile flagXavier ASUS2018-11-291-20/+0
* Some important bugfixes.Xavier ASUS2018-11-291-3/+20
* New LEVEL3.Xavier ASUS2018-11-241-7/+23
* Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).Xavier ASUS2018-11-231-9/+9
* Added "const" qualifier to some functions.Xavier ASUS2018-11-181-428/+444
* * Menu.c: bugfix for PLT level list.XaviDCR922018-03-101-18/+26
* + Added Message module, used for tutorials.XaviDCR922018-02-251-4/+8
* * Aircraft.c: taxiing speed has been doubled.XaviDCR922018-01-021-15/+174
* * Menu.c: when 1Player/2Player buttons are pressed, level list is now shown.XaviDCR922017-12-301-21/+112
* * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.XaviDCR922017-12-291-28/+1
* * Slight optimization: all comparations against true are now compared against...XaviDCR922017-12-261-6/+35
* * Removed now unneeded dprintf calls on Game.c.XaviDCR922017-09-261-2/+14
* Bugfix: ptrPlayer->SelectedAircraft was being substracted when == 0 and cause...XaviDCR922017-09-231-14/+15
* + Added BIN/CUE image for non-CDDA mode.XaviDCR922017-09-161-16/+23
* * Trimmed ending whitespaces.XaviDCR922017-09-161-111/+89
* * Corrected dependencies for Makefile (.elf was being rebuilt every time, as ...XaviDCR922017-09-151-6/+5
* * Minor changes (spaces between "if"/"for"... instructions).XaviDCR922017-08-301-21/+21
* * (Bugfix): ptrPlayer->SelectedAircraft was not being updated correctly when ...XaviDCR922017-08-191-0/+2
* + Documentation about sound sources.XaviDCR922017-08-141-6/+31
* * Include directives are now moved to .c instead of .h, as it should really b...XaviDCR922017-08-061-0/+12
* * Added comments on System.XaviDCR922017-07-271-3/+3
* + Added support for SIO (Serial Input Output).XaviDCR922017-07-201-4/+34
* * Reduced tileset sprite size from 64x64 to 64x48.XaviDCR922017-06-271-5/+7
* * Tried to get some work done in MapEditor with no success so far.XaviDCR922017-06-111-2/+2
* * Implemented aircraft collision. But it would not detect collision in some c...XaviDCR922017-06-061-1/+1
* * More passengers by correct sequence are unboarded.XaviDCR922017-06-031-1/+1
* * Used runway is now freed if state == STATE_APPROACH.XaviDCR922017-05-311-1/+1
* * Aircraft 0 was incorrectly being removed because indexes 0 to GAME_MAX_AIRC...XaviDCR922017-05-311-0/+2
* * Aircraft state was not being transferred ciclically from Game to Aircraft m...XaviDCR922017-05-241-0/+2
* * Split screen from now on is only calling GsDrawList() once. The reason for ...XaviDCR922017-05-221-3/+13
* * Added some comments on System.XaviDCR922017-05-011-10/+16
* * Updated.XaviDCR922017-02-041-0/+0
* Initial commitXavier Del Campo2017-02-041-0/+492