aboutsummaryrefslogtreecommitdiff
path: root/Source/Game.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate PLNBLUE.CLTXavier Del Campo Romero2021-01-031-2/+0
* Remove debug messageXavier Del Campo Romero2021-01-021-2/+0
* Fix bug that accidentally removed aircraft in unboard stateXavier Del Campo Romero2021-01-011-3/+2
* Removed SIO interrupt (it caused VBlank ISR not to be triggered).Xavier ASUS2018-11-301-15/+21
* Blue background dimensions are now limited to drawing enviroment's.Xavier ASUS2018-11-291-12/+13
* Some important bugfixes.Xavier ASUS2018-11-291-95/+128
* TILE_TAXIWAY_CORNER_GRASS_3 added to accepted tiles list.Xavier ASUS2018-11-271-10/+3
* Removed city background.Xavier ASUS2018-11-251-44/+112
* Bugfix: minutes were not being retrieved from PLT files.Xavier ASUS2018-11-251-154/+145
* * LEVEL3.PLT was incorrectly using Windows CRLF end of line.XaviDCR922018-11-251-69/+137
* New LEVEL3.Xavier ASUS2018-11-241-29/+31
* Aircraft are now auto-locked when entering "ShowAircraftData" menu.Xavier ASUS2018-11-241-132/+160
* Minor improvementsXavier ASUS2018-11-231-71/+38
* Fixed critical bug that provoked an accidental access to a NULL pointer.Xavier ASUS2018-11-231-52/+54
* Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).Xavier ASUS2018-11-231-350/+340
* Added "const" qualifier to some functions.Xavier ASUS2018-11-181-2195/+2195
* * Minor changes.XaviDCR922018-05-071-1/+1
* * Game.c: removed obsolete comments.XaviDCR922018-03-111-14/+1
* * Menu.c: bugfix for PLT level list.XaviDCR922018-03-101-35/+35
* + Added Message module, used for tutorials.XaviDCR922018-02-251-46/+14
* * I think GameGraphics() can be executed as long as GPU has received all DMA ...XaviDCR922018-02-071-3/+1
* * Aircraft.c: files were being loaded each time level was selected.XaviDCR922018-02-031-0/+3
* * Aircraft.c: since "rotate" member != 0 would render ArrowSpr incorrectly, I...XaviDCR922018-01-031-19/+7
* * Aircraft.c: taxiing speed has been doubled.XaviDCR922018-01-021-180/+242
* * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.XaviDCR922017-12-291-141/+146
* * Aircraft.c: invalid XYZ position was calculated if runway direction != EAST.XaviDCR922017-12-291-74/+96
* * New LEVEL2.LVL was not being displayed correctly as I forgot to include the...XaviDCR922017-12-291-816/+863
* * Slight optimization: all comparations against true are now compared against...XaviDCR922017-12-261-81/+191
* * Removed now unneeded dprintf calls on Game.c.XaviDCR922017-09-261-14/+1
* Bugfix: ptrPlayer->SelectedAircraft was being substracted when == 0 and cause...XaviDCR922017-09-231-27/+43
* * Removed unneeded -g flag from Makefile.XaviDCR922017-09-161-8/+63
* * Trimmed ending whitespaces.XaviDCR922017-09-161-496/+496
* * Minor changes (spaces between "if"/"for"... instructions).XaviDCR922017-08-301-249/+252
* * (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