aboutsummaryrefslogtreecommitdiff
path: root/Source/GameGui.h
Commit message (Expand)AuthorAgeFilesLines
* Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).Xavier ASUS2018-11-231-10/+10
* * Minor changes.XaviDCR922018-05-071-1/+1
* * Aircraft.c: since "rotate" member != 0 would render ArrowSpr incorrectly, I...XaviDCR922018-01-031-0/+2
* * Slight optimization: all comparations against true are now compared against...XaviDCR922017-12-261-3/+3
* * Include directives are now moved to .c instead of .h, as it should really b...XaviDCR922017-08-061-3/+0
* * Tried to get some work done in MapEditor with no success so far.XaviDCR922017-06-111-0/+1
* * Implemented aircraft collision. But it would not detect collision in some c...XaviDCR922017-06-061-4/+5
* * More passengers by correct sequence are unboarded.XaviDCR922017-06-031-1/+1
* * Aircraft 0 was incorrectly being removed because indexes 0 to GAME_MAX_AIRC...XaviDCR922017-05-311-1/+1
* * Implemented remaining time for flights.XaviDCR922017-05-251-0/+3
* * Aircraft state was not being transferred ciclically from Game to Aircraft m...XaviDCR922017-05-241-0/+1
* * Adjusted coordinates for aircraft list in 2 player mode.XaviDCR922017-05-071-0/+1
* * Split screen is now working. Yay!!XaviDCR922017-05-051-4/+4
* * Updated.XaviDCR922017-02-041-0/+0
* Initial commitXavier Del Campo2017-02-041-0/+38