aboutsummaryrefslogtreecommitdiff
path: root/Source/MapEditor/tileset.ini
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix: minutes were not being retrieved from PLT files.Xavier ASUS2018-11-251-1/+7
| | | | | | 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
* * LEVEL3.PLT was incorrectly using Windows CRLF end of line.XaviDCR922018-11-251-0/+0
| | | | * When assigning a parking slot, busy parking slots cannot be selected. Some work TODO yet, though.
* Removed warning caused by implicit casting from double to int.Xavier ASUS2018-11-181-20/+20
| | | | | Windows-like path was being incorrectly used. Added tileset.ini
* * New LEVEL2.LVL was not being displayed correctly as I forgot to include ↵XaviDCR922017-12-291-1/+14
| | | | | | | the new tiles on Game.c. * Some work done on runway exit detection, but still TODO. * Minor change in LoadMenu.c.
* * Added "Save map" function to MapEditor.XaviDCR922017-12-271-0/+8
* Tiles can be now modified runtime. + tileset.ini now allows configuring tileset layout in an easy way.