index
:
xavi/airport
master
PS1 video game
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate Make-based build system in favor of CMake
Xavier Del Campo Romero
2021-01-03
1
-208
/
+0
*
Remove unneeded Makefile definitions
Xavier Del Campo Romero
2021-01-01
1
-4
/
+0
*
Makefile: mkdir -p to all folders
Xavier Del Campo Romero
2020-06-03
1
-4
/
+20
*
Removed SIO interrupt (it caused VBlank ISR not to be triggered).
Xavier ASUS
2018-11-30
1
-1
/
+1
*
Set SERIAL_INTERFACE compile flag
Xavier ASUS
2018-11-29
1
-2
/
+2
*
Blue background dimensions are now limited to drawing enviroment's.
Xavier ASUS
2018-11-29
1
-1
/
+1
*
Some important bugfixes.
Xavier ASUS
2018-11-29
1
-0
/
+4
*
Bugfix: minutes were not being retrieved from PLT files.
Xavier ASUS
2018-11-25
1
-1
/
+1
*
* LEVEL3.PLT was incorrectly using Windows CRLF end of line.
XaviDCR92
2018-11-25
1
-3
/
+3
*
Temporarily removed CDDA tracks
Xavier ASUS
2018-11-24
1
-3
/
+3
*
New LEVEL3.
Xavier ASUS
2018-11-24
1
-1
/
+9
*
Minor improvements
Xavier ASUS
2018-11-23
1
-1
/
+0
*
Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).
Xavier ASUS
2018-11-23
1
-2
/
+2
*
Added "const" qualifier to some functions.
Xavier ASUS
2018-11-18
1
-3
/
+5
*
* Game can now compile without PSXSDK_DEBUG flag.
XaviDCR92
2018-03-26
1
-6
/
+4
*
* System.c: Root counters are finally working, YAY!
XaviDCR92
2018-03-17
1
-14
/
+13
*
+ Added Message module, used for tutorials.
XaviDCR92
2018-02-25
1
-2
/
+2
*
* I think GameGraphics() can be executed as long as GPU has received all DMA ...
XaviDCR92
2018-02-07
1
-1
/
+1
*
* Aircraft.c: files were being loaded each time level was selected.
XaviDCR92
2018-02-03
1
-1
/
+1
*
* Aircraft.c: since "rotate" member != 0 would render ArrowSpr incorrectly, I...
XaviDCR92
2018-01-03
1
-1
/
+2
*
* Aircraft.c: taxiing speed has been doubled.
XaviDCR92
2018-01-02
1
-1
/
+1
*
* New LEVEL2.LVL was not being displayed correctly as I forgot to include the...
XaviDCR92
2017-12-29
1
-1
/
+1
*
* Slight optimization: all comparations against true are now compared against...
XaviDCR92
2017-12-26
1
-0
/
+2
*
* Removed now unneeded dprintf calls on Game.c.
XaviDCR92
2017-09-26
1
-4
/
+1
*
Bugfix: ptrPlayer->SelectedAircraft was being substracted when == 0 and cause...
XaviDCR92
2017-09-23
1
-13
/
+12
*
Renamed BMP/WAV data to uppercase (Linux case-sensitivity).
XaviDCR92
2017-09-16
1
-1
/
+4
*
+ Added BIN/CUE image for non-CDDA mode.
XaviDCR92
2017-09-16
1
-1
/
+2
*
* Removed unneeded -g flag from Makefile.
XaviDCR92
2017-09-16
1
-1
/
+1
*
* Trimmed ending whitespaces.
XaviDCR92
2017-09-16
1
-45
/
+60
*
* Corrected dependencies for Makefile (.elf was being rebuilt every time, as ...
XaviDCR92
2017-09-15
1
-55
/
+60
*
* Minor changes (spaces between "if"/"for"... instructions).
XaviDCR92
2017-08-30
1
-2
/
+3
*
* (Bugfix): padx_last_key_single_pressed was being checked AFTER checking pad...
XaviDCR92
2017-08-19
1
-1
/
+1
*
* Added more comments.
XaviDCR92
2017-08-18
1
-24
/
+54
*
* IMASK is now accessed as volatile variable.
XaviDCR92
2017-08-11
1
-0
/
+1
*
+ System timer functions now moved to a separate source file, Timer.c/Timer.h.
XaviDCR92
2017-08-10
1
-2
/
+2
*
* Added some comments on Game.c.
XaviDCR92
2017-08-09
1
-18
/
+17
*
* Include directives are now moved to .c instead of .h, as it should really b...
XaviDCR92
2017-08-06
1
-16
/
+23
*
+ Added support for SIO (Serial Input Output).
XaviDCR92
2017-07-20
1
-1
/
+2
*
* Added font spacing parameter.
XaviDCR92
2017-06-28
1
-0
/
+1
*
* Reduced tileset sprite size from 64x64 to 64x48.
XaviDCR92
2017-06-27
1
-9
/
+10
*
* (Bugfix) MemCard: MEMCARD_MAXIMUM_SECTOR changed from 512 (8 << MEMCARD_SEC...
XaviDCR92
2017-06-08
1
-1
/
+1
*
* More passengers by correct sequence are unboarded.
XaviDCR92
2017-06-03
1
-1
/
+2
*
* Aircraft 0 was incorrectly being removed because indexes 0 to GAME_MAX_AIRC...
XaviDCR92
2017-05-31
1
-1
/
+2
*
* Departure flights are not created if parking is busy.
XaviDCR92
2017-05-30
1
-1
/
+2
*
* Added some comments on System.
XaviDCR92
2017-05-01
1
-1
/
+1
*
* Updated.
XaviDCR92
2017-02-04
1
-0
/
+0
*
Initial commit
Xavier Del Campo
2017-02-04
1
-0
/
+119