aboutsummaryrefslogtreecommitdiff
path: root/Source/MapEditor/mainwindow.h
Commit message (Collapse)AuthorAgeFilesLines
* TILE_TAXIWAY_CORNER_GRASS_3 added to accepted tiles list.Xavier ASUS2018-11-271-3/+3
| | | | | Building edition is now supported on MapEditor! LEVEL2.LVL now has some buildings laying around.
* Removed city background.Xavier ASUS2018-11-251-1/+31
| | | | Fixed some serious issues regarding building and tile data.
* Bugfix: minutes were not being retrieved from PLT files.Xavier ASUS2018-11-251-1/+2
| | | | | | Game.c: parking slots cannot be selected if an aircraft in STATE_PARKED state is on it. Other fixes and improvements. Added some tiles from TILESET2.TIM
* New LEVEL3.Xavier ASUS2018-11-241-0/+4
| | | | Improvements.
* gscene and ui are now allocated on the stack and not the heap.Xavier ASUS2018-11-231-2/+4
|
* Some cosmetic changes and improved const-correctness.Xavier ASUS2018-11-231-0/+1
| | | | Created QList<QGraphicsTextItem*> so dynamically-allocated objects are safely deleted on the destructor.
* Minor improvements and optimizations.Xavier ASUS2018-11-231-7/+11
|
* + Added Message module, used for tutorials.XaviDCR922018-02-251-2/+6
| | | | | | | + 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-0/+1
| | | | | | * 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-1/+14
| | | | | * 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-1/+4
| | | | | | | 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-0/+1
| | | | | | * 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/+34