aboutsummaryrefslogtreecommitdiff
path: root/Source/MapEditor/MapEditor.pro.user
Commit message (Collapse)AuthorAgeFilesLines
* Blue background dimensions are now limited to drawing enviroment's.Xavier ASUS2018-11-291-1/+1
| | | | Fixed X position for "Remaining aircraft" and "Next aircraft" messages in GameGui.c
* Some important bugfixes.Xavier ASUS2018-11-291-3/+3
| | | | | Added BUILDING_ATC_LOC. Added more levels.
* Removed city background.Xavier ASUS2018-11-251-1/+1
| | | | Fixed some serious issues regarding building and tile data.
* 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
* Temporarily removed CDDA tracksXavier ASUS2018-11-241-3/+3
|
* Minor improvementsXavier ASUS2018-11-231-3/+3
|
* Removed warning caused by implicit casting from double to int.Xavier ASUS2018-11-181-0/+338
| | | | | Windows-like path was being incorrectly used. Added tileset.ini
* Added "const" qualifier to some functions.Xavier ASUS2018-11-181-318/+0
| | | | | "cdrom:\ and ;1" are automatically inserted into file name, in order to save memory space. Some minor optimizations.
* * System.c: Root counters are finally working, YAY!XaviDCR922018-03-171-1/+1
| | | | | * Sfx.c: SfxStopMusic() was relying on global timer to be increased under ISR, but this is not true anymore! * Other minor changes on EndAnimation.c.
* + Added Message module, used for tutorials.XaviDCR922018-02-251-1/+1
| | | | | | | + 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.
* * Aircraft.c: taxiing speed has been doubled.XaviDCR922018-01-021-1/+1
| | | | | | | * Game.c: GameRenderLevel() renamed to GameRenderTerrain(). * Game.c: GameRenderTerrainPrecalculations() has been created to perform some calculations which are stored in tables to be then looked up by GameRenderTerrain(). This should save us some calculation time during rendering process. * Camera.c: added new CameraApplyCoordinatesToCartesianPos() prototype. * GameGui.c: AircraftDataGPoly4 RGB data is now only calculated on startup.
* * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.XaviDCR922017-12-291-1/+1
| | | | | | * Game.c: new prototypes GameGetParkingDirection() and GameGetRunwayDirection(). * Slight optimizations into GameRenderLevel(). * Added some comment headers into Gfx.c.
* * Aircraft.c: invalid XYZ position was calculated if runway direction != EAST.XaviDCR922017-12-291-1/+1
| | | | | | * Aircraft.c: aircraft direction is now set according to runway direction when aircraft is created. * Game.c: TILE_PARKING_2 was not included on AcceptedTiles[]. * Game.c: GameAssignRunwaytoAircraft() was not looking up runway exit/entry points correctly.
* * New LEVEL2.LVL was not being displayed correctly as I forgot to include ↵XaviDCR922017-12-291-4/+4
| | | | | | | 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-2/+2
| | | | | * 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-3/+3
| | | | | | | 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-2/+2
| | | | | | * 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.
* * Some more work on Plt file generator.XaviDCR922017-06-061-2/+2
|
* * Implemented aircraft collision. But it would not detect collision in some ↵XaviDCR922017-06-061-2/+2
| | | | | | | | cases. * Remove unneeded whitespace character on pointer variables (unary operators should not have any whitespaces). * SelectedAircraft index now increases or decreases automatically on aircraft added/removed. * Started writing Plt generation routines. Still a lot of work TODO.
* * Updated.XaviDCR922017-02-041-0/+0
|
* Initial commitXavier Del Campo2017-02-041-0/+318