aboutsummaryrefslogtreecommitdiff
path: root/Source/Game.c
Commit message (Expand)AuthorAgeFilesLines
* * (Bugfix): ptrPlayer->SelectedAircraft was not being updated correctly when ...XaviDCR922017-08-191-33/+61
* * Added more comments.XaviDCR922017-08-181-41/+237
* + Documentation about sound sources.XaviDCR922017-08-141-56/+126
* * IMASK is now accessed as volatile variable.XaviDCR922017-08-111-1/+0
* + System timer functions now moved to a separate source file, Timer.c/Timer.h.XaviDCR922017-08-101-153/+667
* * Added some comments on Game.c.XaviDCR922017-08-091-38/+159
* * Include directives are now moved to .c instead of .h, as it should really b...XaviDCR922017-08-061-21/+38
* * Added comments on System.XaviDCR922017-07-271-12/+23
* + Added support for SIO (Serial Input Output).XaviDCR922017-07-201-179/+131
* * Bugfix: busy runway was not being cleared when aircraft was resting on a ru...XaviDCR922017-07-061-14/+60
* * GameRenderBuildingAircraft() done.XaviDCR922017-06-301-142/+282
* * Added font spacing parameter.XaviDCR922017-06-281-218/+393
* * Reduced tileset sprite size from 64x64 to 64x48.XaviDCR922017-06-271-108/+132
* * Tried to get some work done in MapEditor with no success so far.XaviDCR922017-06-111-4/+8
* * Implemented aircraft collision. But it would not detect collision in some c...XaviDCR922017-06-061-36/+45
* * Bugfix: index for selectedAircraft is recalculated when a new aircraft is s...XaviDCR922017-06-041-6/+75
* * More passengers by correct sequence are unboarded.XaviDCR922017-06-031-13/+58
* * Used runway is now freed if state == STATE_APPROACH.XaviDCR922017-05-311-26/+57
* * Aircraft 0 was incorrectly being removed because indexes 0 to GAME_MAX_AIRC...XaviDCR922017-05-311-33/+100
* * Departure flights are not created if parking is busy.XaviDCR922017-05-301-46/+127
* * Takeoff procedure implemented almost completely. TODO: "Holding" message.XaviDCR922017-05-281-95/+243
* * Takeoff barely implemented. Stil a lot of work to do.XaviDCR922017-05-281-39/+184
* * Added more aircraft on LEVEL1.PLT.XaviDCR922017-05-271-71/+126
* * Implemented remaining time for flights.XaviDCR922017-05-251-17/+139
* * Aircraft state was not being transferred ciclically from Game to Aircraft m...XaviDCR922017-05-241-61/+100
* * Split screen from now on is only calling GsDrawList() once. The reason for ...XaviDCR922017-05-221-23/+19
* * Adjusted coordinates for aircraft list in 2 player mode.XaviDCR922017-05-071-0/+2
* * Split screen is now working. Yay!!XaviDCR922017-05-051-41/+57
* * Added some comments on System.XaviDCR922017-05-011-55/+153
* * Updated.XaviDCR922017-02-041-0/+0
* Initial commitXavier Del Campo2017-02-041-0/+1727