aboutsummaryrefslogtreecommitdiff
path: root/Source/Exe
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2018-01-02 06:43:54 +0100
committerXaviDCR92 <xavi.dcr@gmail.com>2018-01-02 06:43:54 +0100
commitb094335404446183954eb1ccaba33f5f4888eacf (patch)
tree14e87f4a12f174dc66cad0ab4010efb2858fdd12 /Source/Exe
parente53faffaead15f0aa6c323d0b0dbed05eaf5b4d4 (diff)
downloadairport-b094335404446183954eb1ccaba33f5f4888eacf.tar.gz
* Aircraft.c: taxiing speed has been doubled.
* Game.c: GameRenderLevel() renamed to GameRenderTerrain(). * Game.c: GameRenderTerrainPrecalculations() has been created to perform some calculations which are stored in tables to be then looked up by GameRenderTerrain(). This should save us some calculation time during rendering process. * Camera.c: added new CameraApplyCoordinatesToCartesianPos() prototype. * GameGui.c: AircraftDataGPoly4 RGB data is now only calculated on startup.
Diffstat (limited to 'Source/Exe')
-rw-r--r--Source/Exe/AIRPORT.elfbin327820 -> 330072 bytes
-rw-r--r--Source/Exe/AIRPORT.isobin1474560 -> 1478656 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/Source/Exe/AIRPORT.elf b/Source/Exe/AIRPORT.elf
index e6ed20b..bae28c4 100644
--- a/Source/Exe/AIRPORT.elf
+++ b/Source/Exe/AIRPORT.elf
Binary files differ
diff --git a/Source/Exe/AIRPORT.iso b/Source/Exe/AIRPORT.iso
index 763da1a..7e7b4cf 100644
--- a/Source/Exe/AIRPORT.iso
+++ b/Source/Exe/AIRPORT.iso
Binary files differ