aboutsummaryrefslogtreecommitdiff
path: root/Source/LoadMenu.c
Commit message (Expand)AuthorAgeFilesLines
* Removed SIO interrupt (it caused VBlank ISR not to be triggered).Xavier ASUS2018-11-301-9/+15
* Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).Xavier ASUS2018-11-231-10/+5
* Added "const" qualifier to some functions.Xavier ASUS2018-11-181-386/+382
* * Menu.c: bugfix for PLT level list.XaviDCR922018-03-101-2/+2
* * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.XaviDCR922017-12-291-5/+5
* * New LEVEL2.LVL was not being displayed correctly as I forgot to include the...XaviDCR922017-12-291-14/+5
* * Slight optimization: all comparations against true are now compared against...XaviDCR922017-12-261-7/+7
* Bugfix: ptrPlayer->SelectedAircraft was being substracted when == 0 and cause...XaviDCR922017-09-231-9/+8
* * Removed unneeded -g flag from Makefile.XaviDCR922017-09-161-2/+0
* * Trimmed ending whitespaces.XaviDCR922017-09-161-93/+93
* * Minor changes (spaces between "if"/"for"... instructions).XaviDCR922017-08-301-41/+41
* * Added more comments.XaviDCR922017-08-181-1/+1
* + Documentation about sound sources.XaviDCR922017-08-141-4/+20
* * IMASK is now accessed as volatile variable.XaviDCR922017-08-111-18/+20
* * Include directives are now moved to .c instead of .h, as it should really b...XaviDCR922017-08-061-0/+5
* * Added comments on System.XaviDCR922017-07-271-7/+8
* + Added support for SIO (Serial Input Output).XaviDCR922017-07-201-15/+15
* * Added font spacing parameter.XaviDCR922017-06-281-1/+3
* * Reduced tileset sprite size from 64x64 to 64x48.XaviDCR922017-06-271-2/+3
* * Implemented aircraft collision. But it would not detect collision in some c...XaviDCR922017-06-061-6/+6
* * Updated.XaviDCR922017-02-041-0/+0
* Initial commitXavier Del Campo2017-02-041-0/+523