aboutsummaryrefslogtreecommitdiff
path: root/Source/Global_Inc.h
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate dprintf over printfXavier Del Campo Romero2021-01-031-1/+1
|
* Remove PSXSDK version checkXavier Del Campo Romero2021-01-011-4/+0
|
* Some important bugfixes.Xavier ASUS2018-11-291-0/+1
| | | | | Added BUILDING_ATC_LOC. Added more levels.
* Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).Xavier ASUS2018-11-231-1/+1
| | | | Improved const-correctness and scope for some variables.
* Added "const" qualifier to some functions.Xavier ASUS2018-11-181-18/+1
| | | | | "cdrom:\ and ;1" are automatically inserted into file name, in order to save memory space. Some minor optimizations.
* * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.XaviDCR922017-12-291-1/+0
| | | | | | * Game.c: new prototypes GameGetParkingDirection() and GameGetRunwayDirection(). * Slight optimizations into GameRenderLevel(). * Added some comment headers into Gfx.c.
* * Slight optimization: all comparations against true are now compared ↵XaviDCR922017-12-261-11/+14
| | | | | | | against != false. + Added a provisional background during gameplay (still WIP). * Map editor now allows creating a map.
* + Added support for SIO (Serial Input Output).XaviDCR922017-07-201-1/+10
| | | | * On SystemLoadFileToBuffer(), files can be now uploaded to PSX using QPSXSerial.
* * Takeoff procedure implemented almost completely. TODO: "Holding" message.XaviDCR922017-05-281-0/+1
| | | | * Initial implementation to show passengers left when entering correct sequence.
* * Updated.XaviDCR922017-02-041-0/+0
|
* Initial commitXavier Del Campo2017-02-041-0/+38