Airport/Source
Xavier ASUS 8fcf5bf1f7 Removed SIO interrupt (it caused VBlank ISR not to be triggered).
Added Gfx wait on LoadMenuEnd(). Otherwise, some levels would not start after loading all required files.
Also, added GPU wait on Menu.c before entering the main loop.
An invalid index inside sound table was being accessed when creating an arrival flight. This made the game crash only under real hardware.
Other minor changes and fixes.
2018-11-30 01:34:40 +01:00
..
Exe Removed SIO interrupt (it caused VBlank ISR not to be triggered). 2018-11-30 01:34:40 +01:00
MapEditor Blue background dimensions are now limited to drawing enviroment's. 2018-11-29 01:29:43 +01:00
build-MapEditor-Desktop_Qt_5_12_0_GCC_64bit-Debug * LEVEL3.PLT was incorrectly using Windows CRLF end of line. 2018-11-25 12:32:16 +01:00
build-MapEditor-Desktop_Qt_5_12_0_GCC_64bit-Release * LEVEL3.PLT was incorrectly using Windows CRLF end of line. 2018-11-25 12:32:16 +01:00
Aircraft.c Removed SIO interrupt (it caused VBlank ISR not to be triggered). 2018-11-30 01:34:40 +01:00
Aircraft.h * LEVEL3.PLT was incorrectly using Windows CRLF end of line. 2018-11-25 12:32:16 +01:00
Airport.geany Removed SIO interrupt (it caused VBlank ISR not to be triggered). 2018-11-30 01:34:40 +01:00
Camera.c Removed city background. 2018-11-25 21:07:28 +01:00
Camera.h Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise). 2018-11-23 13:57:38 +01:00
EndAnimation.c Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise). 2018-11-23 13:57:38 +01:00
EndAnimation.h * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum. 2017-12-29 23:19:43 +01:00
Font.c Added "const" qualifier to some functions. 2018-11-18 20:03:35 +01:00
Font.h Added "const" qualifier to some functions. 2018-11-18 20:03:35 +01:00
Game.c Removed SIO interrupt (it caused VBlank ISR not to be triggered). 2018-11-30 01:34:40 +01:00
Game.h Some important bugfixes. 2018-11-29 01:07:06 +01:00
GameGui.c Blue background dimensions are now limited to drawing enviroment's. 2018-11-29 01:29:43 +01:00
GameGui.h Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise). 2018-11-23 13:57:38 +01:00
GameStructures.h Some important bugfixes. 2018-11-29 01:07:06 +01:00
Gfx.c Removed SIO interrupt (it caused VBlank ISR not to be triggered). 2018-11-30 01:34:40 +01:00
Gfx.h Blue background dimensions are now limited to drawing enviroment's. 2018-11-29 01:29:43 +01:00
Global_Inc.h Some important bugfixes. 2018-11-29 01:07:06 +01:00
LoadMenu.c Removed SIO interrupt (it caused VBlank ISR not to be triggered). 2018-11-30 01:34:40 +01:00
LoadMenu.h Fixed critical bug that provoked an accidental access to a NULL pointer. 2018-11-23 14:44:21 +01:00
MainMenuBtnAni.c * Menu.c: bugfix for PLT level list. 2018-03-10 14:30:40 +01:00
MainMenuBtnAni.h * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum. 2017-12-29 23:19:43 +01:00
Makefile Removed SIO interrupt (it caused VBlank ISR not to be triggered). 2018-11-30 01:34:40 +01:00
MemCard.c Removed SIO interrupt (it caused VBlank ISR not to be triggered). 2018-11-30 01:34:40 +01:00
MemCard.h * Slight optimization: all comparations against true are now compared against != false. 2017-12-26 22:18:37 +01:00
Menu.c Removed SIO interrupt (it caused VBlank ISR not to be triggered). 2018-11-30 01:34:40 +01:00
Menu.h * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum. 2017-12-29 23:19:43 +01:00
Message.c Removed SIO interrupt (it caused VBlank ISR not to be triggered). 2018-11-30 01:34:40 +01:00
Message.h + Added Message module, used for tutorials. 2018-02-25 05:25:33 +01:00
PSXSDKIntro.c Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise). 2018-11-23 13:57:38 +01:00
PSXSDKIntro.h * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum. 2017-12-29 23:19:43 +01:00
Pad.c * LEVEL3.PLT was incorrectly using Windows CRLF end of line. 2018-11-25 12:32:16 +01:00
Pad.h * LEVEL3.PLT was incorrectly using Windows CRLF end of line. 2018-11-25 12:32:16 +01:00
PltParser.c Removed SIO interrupt (it caused VBlank ISR not to be triggered). 2018-11-30 01:34:40 +01:00
PltParser.h Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise). 2018-11-23 13:57:38 +01:00
Serial.c Removed SIO interrupt (it caused VBlank ISR not to be triggered). 2018-11-30 01:34:40 +01:00
Serial.h * Slight optimization: all comparations against true are now compared against != false. 2017-12-26 22:18:37 +01:00
Sfx.c Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise). 2018-11-23 13:57:38 +01:00
Sfx.h Temporarily removed CDDA tracks 2018-11-24 15:38:04 +01:00
System.c Removed SIO interrupt (it caused VBlank ISR not to be triggered). 2018-11-30 01:34:40 +01:00
System.h * LEVEL3.PLT was incorrectly using Windows CRLF end of line. 2018-11-25 12:32:16 +01:00
Timer.c Some important bugfixes. 2018-11-29 01:07:06 +01:00
Timer.h * Slight optimization: all comparations against true are now compared against != false. 2017-12-26 22:18:37 +01:00
main.c * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum. 2017-12-29 23:19:43 +01:00