aboutsummaryrefslogtreecommitdiff
path: root/Source/MapEditor/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Some important bugfixes.Xavier ASUS2018-11-291-1/+14
| | | | | Added BUILDING_ATC_LOC. Added more levels.
* TILE_TAXIWAY_CORNER_GRASS_3 added to accepted tiles list.Xavier ASUS2018-11-271-43/+78
| | | | | Building edition is now supported on MapEditor! LEVEL2.LVL now has some buildings laying around.
* Removed city background.Xavier ASUS2018-11-251-102/+381
| | | | Fixed some serious issues regarding building and tile data.
* Bugfix: minutes were not being retrieved from PLT files.Xavier ASUS2018-11-251-64/+125
| | | | | | 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-5/+20
| | | | Improvements.
* gscene and ui are now allocated on the stack and not the heap.Xavier ASUS2018-11-231-41/+62
|
* Some cosmetic changes and improved const-correctness.Xavier ASUS2018-11-231-15/+23
| | | | Created QList<QGraphicsTextItem*> so dynamically-allocated objects are safely deleted on the destructor.
* Minor improvements and optimizations.Xavier ASUS2018-11-231-121/+123
|
* Removed warning caused by implicit casting from double to int.Xavier ASUS2018-11-181-3/+5
| | | | | Windows-like path was being incorrectly used. Added tileset.ini
* + 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