aboutsummaryrefslogtreecommitdiff
path: root/cdimg/DATA/SPRITES
Commit message (Collapse)AuthorAgeFilesLines
* Remove intermediate filesXavier Del Campo Romero2021-01-0122-3/+0
|
* Bugfix: minutes were not being retrieved from PLT files.Xavier ASUS2018-11-251-0/+0
| | | | | | 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-0/+0
| | | | Improvements.
* * Aircraft.c: files were being loaded each time level was selected.XaviDCR922018-02-034-0/+0
| | | | | * Game.c: score bonus is now added depending on flight remaining time. + Added second level.
* * Aircraft.c: since "rotate" member != 0 would render ArrowSpr incorrectly, ↵XaviDCR922018-01-031-0/+0
| | | | | | | | I have created two separate sprites: LeftRightArrowSpr and UpDownArrowSpr. Still, H_FLIP isn't working properly. * GameGui.c: new function GameGuiCalculateNextAircraftTime(), which calculates remaining time for next aircraft on the list. * GameStructures.h: new parameter NextAircraftTime for TYPE_PLAYER structures. * Game.c: added call to new function GameGuiCalculateNextAircraftTime().
* * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.XaviDCR922017-12-291-0/+0
| | | | | | * Game.c: new prototypes GameGetParkingDirection() and GameGetRunwayDirection(). * Slight optimizations into GameRenderLevel(). * Added some comment headers into Gfx.c.
* * New LEVEL2.LVL was not being displayed correctly as I forgot to include ↵XaviDCR922017-12-291-0/+0
| | | | | | | the new tiles on Game.c. * Some work done on runway exit detection, but still TODO. * Minor change in LoadMenu.c.
* * Slight optimization: all comparations against true are now compared ↵XaviDCR922017-12-261-0/+0
| | | | | | | against != false. + Added a provisional background during gameplay (still WIP). * Map editor now allows creating a map.
* Renamed BMP/WAV data to uppercase (Linux case-sensitivity).XaviDCR922017-09-165-0/+0
|
* * Trimmed ending whitespaces.XaviDCR922017-09-161-0/+0
| | | | * Makefile now generates output TIM files automatically, using 'cat whatever.flags' files as flags for bmp2tim.
* * Reduced tileset sprite size from 64x64 to 64x48.XaviDCR922017-06-278-0/+0
| | | | | | * Modified rendering functions to keep up with this size reduction. * Sprites in TIM have been reordered inside VRAM. * Other minor changes.
* * Departure flights are not created if parking is busy.XaviDCR922017-05-301-0/+0
| | | | | | * Available TILE_PARKING and TILE_HOLDING_RWY are showed in green. * Fixed lock/unlock target logic. * Added TILE_PARKING_2.
* * Takeoff barely implemented. Stil a lot of work to do.XaviDCR922017-05-281-0/+0
| | | | | * Added new runway holding point tiles. * Bugfixes in last key single pressed.
* * Updated.XaviDCR922017-02-041-0/+0
|
* Initial commitXavier Del Campo2017-02-0417-0/+3