aboutsummaryrefslogtreecommitdiff
path: root/Source/PSXSDKIntro.c
Commit message (Expand)AuthorAgeFilesLines
* Remove copyrighted OSI logo from projectXavier Del Campo Romero2021-01-031-24/+0
* Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).Xavier ASUS2018-11-231-22/+22
* Added "const" qualifier to some functions.Xavier ASUS2018-11-181-2/+2
* * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.XaviDCR922017-12-291-6/+0
* * Slight optimization: all comparations against true are now compared against...XaviDCR922017-12-261-22/+22
* * Trimmed ending whitespaces.XaviDCR922017-09-161-77/+77
* * Minor changes (spaces between "if"/"for"... instructions).XaviDCR922017-08-301-28/+28
* * Include directives are now moved to .c instead of .h, as it should really b...XaviDCR922017-08-061-0/+3
* * Implemented aircraft collision. But it would not detect collision in some c...XaviDCR922017-06-061-2/+2
* * Updated.XaviDCR922017-02-041-0/+0
* Initial commitXavier Del Campo2017-02-041-0/+486