aboutsummaryrefslogtreecommitdiff
path: root/Source/Game.h
Commit message (Expand)AuthorAgeFilesLines
* * Aircraft.c: taxiing speed has been doubled.XaviDCR922018-01-021-1/+10
* * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.XaviDCR922017-12-291-15/+0
* * Aircraft.c: invalid XYZ position was calculated if runway direction != EAST.XaviDCR922017-12-291-0/+15
* * Slight optimization: all comparations against true are now compared against...XaviDCR922017-12-261-3/+3
* * Removed unneeded -g flag from Makefile.XaviDCR922017-09-161-0/+2
* + Documentation about sound sources.XaviDCR922017-08-141-1/+0
* + System timer functions now moved to a separate source file, Timer.c/Timer.h.XaviDCR922017-08-101-2/+1
* * Include directives are now moved to .c instead of .h, as it should really b...XaviDCR922017-08-061-5/+0
* * Added font spacing parameter.XaviDCR922017-06-281-2/+0
* * Reduced tileset sprite size from 64x64 to 64x48.XaviDCR922017-06-271-0/+1
* * Implemented aircraft collision. But it would not detect collision in some c...XaviDCR922017-06-061-1/+2
* * Bugfix: index for selectedAircraft is recalculated when a new aircraft is s...XaviDCR922017-06-041-0/+1
* * Used runway is now freed if state == STATE_APPROACH.XaviDCR922017-05-311-1/+1
* * Takeoff procedure implemented almost completely. TODO: "Holding" message.XaviDCR922017-05-281-1/+2
* * Added more aircraft on LEVEL1.PLT.XaviDCR922017-05-271-1/+1
* * Implemented remaining time for flights.XaviDCR922017-05-251-0/+1
* * Aircraft state was not being transferred ciclically from Game to Aircraft m...XaviDCR922017-05-241-0/+3
* * Split screen is now working. Yay!!XaviDCR922017-05-051-1/+2
* * Added some comments on System.XaviDCR922017-05-011-0/+1
* * Updated.XaviDCR922017-02-041-0/+0
* Initial commitXavier Del Campo2017-02-041-0/+48