aboutsummaryrefslogtreecommitdiff
path: root/Source/Gfx.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid redefining D2_CHCRXavier Del Campo Romero2021-01-031-1/+0
* Removed SIO interrupt (it caused VBlank ISR not to be triggered).Xavier ASUS2018-11-301-1/+1
* Blue background dimensions are now limited to drawing enviroment's.Xavier ASUS2018-11-291-1/+11
* Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).Xavier ASUS2018-11-231-11/+11
* Added "const" qualifier to some functions.Xavier ASUS2018-11-181-2/+2
* + Added Message module, used for tutorials.XaviDCR922018-02-251-7/+19
* * I think GameGraphics() can be executed as long as GPU has received all DMA ...XaviDCR922018-02-071-1/+1
* * Aircraft.c: taxiing speed has been doubled.XaviDCR922018-01-021-8/+8
* * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.XaviDCR922017-12-291-22/+156
* * Slight optimization: all comparations against true are now compared against...XaviDCR922017-12-261-13/+72
* * Removed unneeded -g flag from Makefile.XaviDCR922017-09-161-8/+8
* * Trimmed ending whitespaces.XaviDCR922017-09-161-74/+74
* * Minor changes (spaces between "if"/"for"... instructions).XaviDCR922017-08-301-33/+33
* * (Bugfix): ptrPlayer->SelectedAircraft was not being updated correctly when ...XaviDCR922017-08-191-0/+37
* + Documentation about sound sources.XaviDCR922017-08-141-3/+13
* * IMASK is now accessed as volatile variable.XaviDCR922017-08-111-2/+3
* + System timer functions now moved to a separate source file, Timer.c/Timer.h.XaviDCR922017-08-101-1/+1
* * Include directives are now moved to .c instead of .h, as it should really b...XaviDCR922017-08-061-0/+4
* * Added comments on System.XaviDCR922017-07-271-8/+2
* + Added support for SIO (Serial Input Output).XaviDCR922017-07-201-8/+16
* * Bugfix: busy runway was not being cleared when aircraft was resting on a ru...XaviDCR922017-07-061-0/+5
* * Reduced tileset sprite size from 64x64 to 64x48.XaviDCR922017-06-271-1/+84
* * (Bugfix) MemCard: MEMCARD_MAXIMUM_SECTOR changed from 512 (8 << MEMCARD_SEC...XaviDCR922017-06-081-2/+2
* * Implemented aircraft collision. But it would not detect collision in some c...XaviDCR922017-06-061-2/+4
* * Aircraft 0 was incorrectly being removed because indexes 0 to GAME_MAX_AIRC...XaviDCR922017-05-311-11/+40
* * Added more aircraft on LEVEL1.PLT.XaviDCR922017-05-271-17/+16
* * Split screen from now on is only calling GsDrawList() once. The reason for ...XaviDCR922017-05-221-14/+8
* * Split screen is now working. Yay!!XaviDCR922017-05-051-9/+8
* * Added some comments on System.XaviDCR922017-05-011-23/+48
* * Updated.XaviDCR922017-02-041-0/+0
* Initial commitXavier Del Campo2017-02-041-0/+526