aboutsummaryrefslogtreecommitdiff
path: root/Source/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Make-based build system in favor of CMakeXavier Del Campo Romero2021-01-031-208/+0
* Remove unneeded Makefile definitionsXavier Del Campo Romero2021-01-011-4/+0
* Makefile: mkdir -p to all foldersXavier Del Campo Romero2020-06-031-4/+20
* Removed SIO interrupt (it caused VBlank ISR not to be triggered).Xavier ASUS2018-11-301-1/+1
* Set SERIAL_INTERFACE compile flagXavier ASUS2018-11-291-2/+2
* Blue background dimensions are now limited to drawing enviroment's.Xavier ASUS2018-11-291-1/+1
* Some important bugfixes.Xavier ASUS2018-11-291-0/+4
* Bugfix: minutes were not being retrieved from PLT files.Xavier ASUS2018-11-251-1/+1
* * LEVEL3.PLT was incorrectly using Windows CRLF end of line.XaviDCR922018-11-251-3/+3
* Temporarily removed CDDA tracksXavier ASUS2018-11-241-3/+3
* New LEVEL3.Xavier ASUS2018-11-241-1/+9
* Minor improvementsXavier ASUS2018-11-231-1/+0
* Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).Xavier ASUS2018-11-231-2/+2
* Added "const" qualifier to some functions.Xavier ASUS2018-11-181-3/+5
* * Game can now compile without PSXSDK_DEBUG flag.XaviDCR922018-03-261-6/+4
* * System.c: Root counters are finally working, YAY!XaviDCR922018-03-171-14/+13
* + Added Message module, used for tutorials.XaviDCR922018-02-251-2/+2
* * I think GameGraphics() can be executed as long as GPU has received all DMA ...XaviDCR922018-02-071-1/+1
* * Aircraft.c: files were being loaded each time level was selected.XaviDCR922018-02-031-1/+1
* * Aircraft.c: since "rotate" member != 0 would render ArrowSpr incorrectly, I...XaviDCR922018-01-031-1/+2
* * Aircraft.c: taxiing speed has been doubled.XaviDCR922018-01-021-1/+1
* * New LEVEL2.LVL was not being displayed correctly as I forgot to include the...XaviDCR922017-12-291-1/+1
* * Slight optimization: all comparations against true are now compared against...XaviDCR922017-12-261-0/+2
* * Removed now unneeded dprintf calls on Game.c.XaviDCR922017-09-261-4/+1
* Bugfix: ptrPlayer->SelectedAircraft was being substracted when == 0 and cause...XaviDCR922017-09-231-13/+12
* Renamed BMP/WAV data to uppercase (Linux case-sensitivity).XaviDCR922017-09-161-1/+4
* + Added BIN/CUE image for non-CDDA mode.XaviDCR922017-09-161-1/+2
* * Removed unneeded -g flag from Makefile.XaviDCR922017-09-161-1/+1
* * Trimmed ending whitespaces.XaviDCR922017-09-161-45/+60
* * Corrected dependencies for Makefile (.elf was being rebuilt every time, as ...XaviDCR922017-09-151-55/+60
* * Minor changes (spaces between "if"/"for"... instructions).XaviDCR922017-08-301-2/+3
* * (Bugfix): padx_last_key_single_pressed was being checked AFTER checking pad...XaviDCR922017-08-191-1/+1
* * Added more comments.XaviDCR922017-08-181-24/+54
* * IMASK is now accessed as volatile variable.XaviDCR922017-08-111-0/+1
* + System timer functions now moved to a separate source file, Timer.c/Timer.h.XaviDCR922017-08-101-2/+2
* * Added some comments on Game.c.XaviDCR922017-08-091-18/+17
* * Include directives are now moved to .c instead of .h, as it should really b...XaviDCR922017-08-061-16/+23
* + Added support for SIO (Serial Input Output).XaviDCR922017-07-201-1/+2
* * Added font spacing parameter.XaviDCR922017-06-281-0/+1
* * Reduced tileset sprite size from 64x64 to 64x48.XaviDCR922017-06-271-9/+10
* * (Bugfix) MemCard: MEMCARD_MAXIMUM_SECTOR changed from 512 (8 << MEMCARD_SEC...XaviDCR922017-06-081-1/+1
* * More passengers by correct sequence are unboarded.XaviDCR922017-06-031-1/+2
* * Aircraft 0 was incorrectly being removed because indexes 0 to GAME_MAX_AIRC...XaviDCR922017-05-311-1/+2
* * Departure flights are not created if parking is busy.XaviDCR922017-05-301-1/+2
* * Added some comments on System.XaviDCR922017-05-011-1/+1
* * Updated.XaviDCR922017-02-041-0/+0
* Initial commitXavier Del Campo2017-02-041-0/+119