aboutsummaryrefslogtreecommitdiff
path: root/Source/MapEditor/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* + Added Message module, used for tutorials.XaviDCR922018-02-251-6/+37
| | | | | | | + Added first tutorial level. * Font now inserts line feed automatically if the next word is too long to fit. * Gfx.c: added primitive list double buffering in order to gain some performance. * MapEditor: now airport can be defined inside the tool.
* * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.XaviDCR922017-12-291-6/+24
| | | | | | * Game.c: new prototypes GameGetParkingDirection() and GameGetRunwayDirection(). * Slight optimizations into GameRenderLevel(). * Added some comment headers into Gfx.c.
* * Added "Save map" function to MapEditor.XaviDCR922017-12-271-27/+176
| | | | | * Tiles can be now modified runtime. + tileset.ini now allows configuring tileset layout in an easy way.
* * Slight optimization: all comparations against true are now compared ↵XaviDCR922017-12-261-18/+175
| | | | | | | against != false. + Added a provisional background during gameplay (still WIP). * Map editor now allows creating a map.
* * Tried to get some work done in MapEditor with no success so far.XaviDCR922017-06-111-3/+17
| | | | | | * Timers with no repeat flag were being set to NULL, but this is not actually desired! * Reenabled transparency for aircraft shadow. * Deprecated NotificationRequest flags, and replaced by system timer handling.
* * Updated.XaviDCR922017-02-041-0/+0
|
* Initial commitXavier Del Campo2017-02-041-0/+81