aboutsummaryrefslogtreecommitdiff
path: root/Source/MapEditor/mygraphicsscene.cpp
Commit message (Collapse)AuthorAgeFilesLines
* TILE_TAXIWAY_CORNER_GRASS_3 added to accepted tiles list.Xavier ASUS2018-11-271-5/+5
| | | | | Building edition is now supported on MapEditor! LEVEL2.LVL now has some buildings laying around.
* Bugfix: minutes were not being retrieved from PLT files.Xavier ASUS2018-11-251-1/+1
| | | | | | 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
* * Added "Save map" function to MapEditor.XaviDCR922017-12-271-2/+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-0/+20
against != false. + Added a provisional background during gameplay (still WIP). * Map editor now allows creating a map.