aboutsummaryrefslogtreecommitdiff
path: root/Source/MapEditor
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/MapEditor
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/MapEditor')
-rw-r--r--Source/MapEditor/MapEditor.pro.user2
-rw-r--r--Source/MapEditor/settings.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/MapEditor/MapEditor.pro.user b/Source/MapEditor/MapEditor.pro.user
index 91bb581..aaf3a0c 100644
--- a/Source/MapEditor/MapEditor.pro.user
+++ b/Source/MapEditor/MapEditor.pro.user
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
-<!-- Written by QtCreator 4.0.3, 2017-12-29T17:58:10. -->
+<!-- Written by QtCreator 4.0.3, 2018-01-01T07:36:40. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
diff --git a/Source/MapEditor/settings.ini b/Source/MapEditor/settings.ini
index dc943fa..af1583e 100644
--- a/Source/MapEditor/settings.ini
+++ b/Source/MapEditor/settings.ini
@@ -1,2 +1,2 @@
[app_settings]
-last_dir=C:/cygwin/home/Xavier/Airport/Levels/LEVEL2_.LVL
+last_dir=C:/cygwin/home/Xavier/Airport/Levels/LEVEL2.LVL