aboutsummaryrefslogtreecommitdiff
path: root/Source/Pad.c
Commit message (Expand)AuthorAgeFilesLines
* Return pad error if status != 0Xavier Del Campo Romero2021-01-031-2/+2
* * LEVEL3.PLT was incorrectly using Windows CRLF end of line.XaviDCR922018-11-251-2/+2
* Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).Xavier ASUS2018-11-231-20/+20
* * Menu.c: bugfix for PLT level list.XaviDCR922018-03-101-4/+4
* * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.XaviDCR922017-12-291-2/+0
* * Slight optimization: all comparations against true are now compared against...XaviDCR922017-12-261-20/+20
* * Trimmed ending whitespaces.XaviDCR922017-09-161-62/+62
* * Minor changes (spaces between "if"/"for"... instructions).XaviDCR922017-08-301-27/+27
* * (Bugfix): padx_last_key_single_pressed was being checked AFTER checking pad...XaviDCR922017-08-191-3/+4
* + System timer functions now moved to a separate source file, Timer.c/Timer.h.XaviDCR922017-08-101-3/+4
* * Include directives are now moved to .c instead of .h, as it should really b...XaviDCR922017-08-061-7/+45
* * Added comments on System.XaviDCR922017-07-271-1/+42
* + Added support for SIO (Serial Input Output).XaviDCR922017-07-201-2/+2
* * Takeoff barely implemented. Stil a lot of work to do.XaviDCR922017-05-281-11/+11
* * Added more aircraft on LEVEL1.PLT.XaviDCR922017-05-271-18/+22
* * Implemented remaining time for flights.XaviDCR922017-05-251-2/+30
* * Split screen from now on is only calling GsDrawList() once. The reason for ...XaviDCR922017-05-221-13/+19
* * Added some comments on System.XaviDCR922017-05-011-0/+10
* * Updated.XaviDCR922017-02-041-0/+0
* Initial commitXavier Del Campo2017-02-041-0/+482