aboutsummaryrefslogtreecommitdiff
path: root/Source/System.h
Commit message (Expand)AuthorAgeFilesLines
* * LEVEL3.PLT was incorrectly using Windows CRLF end of line.XaviDCR922018-11-251-2/+2
* 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-0/+2
* Added "const" qualifier to some functions.Xavier ASUS2018-11-181-2/+2
* - .iso files are now ignored.XaviDCR922018-03-201-5/+2
* * System.c: Root counters are finally working, YAY!XaviDCR922018-03-171-2/+1
* * Menu.c: bugfix for PLT level list.XaviDCR922018-03-101-1/+1
* * Menu.c: when 1Player/2Player buttons are pressed, level list is now shown.XaviDCR922017-12-301-0/+4
* * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.XaviDCR922017-12-291-4/+0
* * Slight optimization: all comparations against true are now compared against...XaviDCR922017-12-261-3/+3
* * Trimmed ending whitespaces.XaviDCR922017-09-161-2/+2
* + Documentation about sound sources.XaviDCR922017-08-141-0/+10
* + System timer functions now moved to a separate source file, Timer.c/Timer.h.XaviDCR922017-08-101-17/+0
* * Include directives are now moved to .c instead of .h, as it should really b...XaviDCR922017-08-061-5/+7
* * Added comments on System.XaviDCR922017-07-271-0/+6
* + Added support for SIO (Serial Input Output).XaviDCR922017-07-201-1/+5
* * Added font spacing parameter.XaviDCR922017-06-281-2/+2
* * Implemented aircraft collision. But it would not detect collision in some c...XaviDCR922017-06-061-3/+5
* * 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-4/+5
* * Added some comments on System.XaviDCR922017-05-011-5/+35
* * Updated.XaviDCR922017-02-041-0/+0
* Initial commitXavier Del Campo2017-02-041-0/+102