aboutsummaryrefslogtreecommitdiff
path: root/Source/GameStructures.h
Commit message (Expand)AuthorAgeFilesLines
* Some important bugfixes.Xavier ASUS2018-11-291-5/+7
* * LEVEL3.PLT was incorrectly using Windows CRLF end of line.XaviDCR922018-11-251-4/+4
* Added "const" qualifier to some functions.Xavier ASUS2018-11-181-2/+2
* * Game.c: removed obsolete comments.XaviDCR922018-03-111-1/+2
* * Aircraft.c: since "rotate" member != 0 would render ArrowSpr incorrectly, I...XaviDCR922018-01-031-1/+3
* * Aircraft.c: taxiing speed has been doubled.XaviDCR922018-01-021-2/+18
* * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.XaviDCR922017-12-291-7/+7
* * Aircraft.c: invalid XYZ position was calculated if runway direction != EAST.XaviDCR922017-12-291-1/+1
* * Slight optimization: all comparations against true are now compared against...XaviDCR922017-12-261-3/+3
* * Removed unneeded -g flag from Makefile.XaviDCR922017-09-161-8/+9
* * Trimmed ending whitespaces.XaviDCR922017-09-161-3/+3
* * Added more comments.XaviDCR922017-08-181-0/+1
* + Added support for SIO (Serial Input Output).XaviDCR922017-07-201-0/+2
* * Added font spacing parameter.XaviDCR922017-06-281-0/+1
* * Tried to get some work done in MapEditor with no success so far.XaviDCR922017-06-111-1/+0
* * Implemented aircraft collision. But it would not detect collision in some c...XaviDCR922017-06-061-0/+19
* * Bugfix: index for selectedAircraft is recalculated when a new aircraft is s...XaviDCR922017-06-041-0/+1
* * Aircraft 0 was incorrectly being removed because indexes 0 to GAME_MAX_AIRC...XaviDCR922017-05-311-0/+1
* * Takeoff procedure implemented almost completely. TODO: "Holding" message.XaviDCR922017-05-281-0/+2
* * Takeoff barely implemented. Stil a lot of work to do.XaviDCR922017-05-281-0/+3
* * Added more aircraft on LEVEL1.PLT.XaviDCR922017-05-271-0/+3
* * Implemented remaining time for flights.XaviDCR922017-05-251-0/+10
* * Aircraft state was not being transferred ciclically from Game to Aircraft m...XaviDCR922017-05-241-4/+8
* * Adjusted coordinates for aircraft list in 2 player mode.XaviDCR922017-05-071-0/+2
* * Split screen is now working. Yay!!XaviDCR922017-05-051-0/+1
* * Added some comments on System.XaviDCR922017-05-011-0/+1
* * Updated.XaviDCR922017-02-041-0/+0
* Initial commitXavier Del Campo2017-02-041-0/+206