aboutsummaryrefslogtreecommitdiff
path: root/Source/Camera.c
Commit message (Expand)AuthorAgeFilesLines
* Removed city background.Xavier ASUS2018-11-251-4/+0
* Bugfix: minutes were not being retrieved from PLT files.Xavier ASUS2018-11-251-3/+42
* Camera now moves quickier and slows down in less time.Xavier ASUS2018-11-241-11/+19
* Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).Xavier ASUS2018-11-231-21/+21
* * Aircraft.c: taxiing speed has been doubled.XaviDCR922018-01-021-2/+8
* * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.XaviDCR922017-12-291-4/+0
* * Slight optimization: all comparations against true are now compared against...XaviDCR922017-12-261-10/+10
* * Minor changes (spaces between "if"/"for"... instructions).XaviDCR922017-08-301-24/+24
* + Documentation about sound sources.XaviDCR922017-08-141-0/+13
* * Include directives are now moved to .c instead of .h, as it should really b...XaviDCR922017-08-061-0/+3
* + Added support for SIO (Serial Input Output).XaviDCR922017-07-201-3/+3
* * Reduced tileset sprite size from 64x64 to 64x48.XaviDCR922017-06-271-4/+0
* * Aircraft state was not being transferred ciclically from Game to Aircraft m...XaviDCR922017-05-241-21/+38
* * Split screen is now working. Yay!!XaviDCR922017-05-051-10/+10
* * Updated.XaviDCR922017-02-041-0/+0
* Initial commitXavier Del Campo2017-02-041-0/+201