| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Added BUILDING_ATC_LOC.
Added more levels.
|
| |
|
|
|
| |
Building edition is now supported on MapEditor!
LEVEL2.LVL now has some buildings laying around.
|
| |
|
|
| |
Fixed some serious issues regarding building and tile data.
|
| |
|
|
|
|
| |
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
|
| |
|
|
| |
Improvements.
|
| | |
|
| |
|
|
| |
Created QList<QGraphicsTextItem*> so dynamically-allocated objects are safely deleted on the destructor.
|
| | |
|
| |
|
|
|
| |
Windows-like path was being incorrectly used.
Added tileset.ini
|
| |
|
|
|
|
|
| |
+ 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.
|
| |
|
|
|
|
| |
* Game.c: new prototypes GameGetParkingDirection() and GameGetRunwayDirection().
* Slight optimizations into GameRenderLevel().
* Added some comment headers into Gfx.c.
|
| |
|
|
|
| |
* Tiles can be now modified runtime.
+ tileset.ini now allows configuring tileset layout in an easy way.
|
| |
|
|
|
|
|
| |
against != false.
+ Added a provisional background during gameplay (still WIP).
* Map editor now allows creating a map.
|
| |
|
|
|
|
| |
* 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.
|
| | |
|
| |
|