index
:
xavi/airport
master
PS1 video game
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Gfx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid redefining D2_CHCR
Xavier Del Campo Romero
2021-01-03
1
-1
/
+0
*
Removed SIO interrupt (it caused VBlank ISR not to be triggered).
Xavier ASUS
2018-11-30
1
-1
/
+1
*
Blue background dimensions are now limited to drawing enviroment's.
Xavier ASUS
2018-11-29
1
-1
/
+11
*
Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).
Xavier ASUS
2018-11-23
1
-11
/
+11
*
Added "const" qualifier to some functions.
Xavier ASUS
2018-11-18
1
-2
/
+2
*
+ Added Message module, used for tutorials.
XaviDCR92
2018-02-25
1
-7
/
+19
*
* I think GameGraphics() can be executed as long as GPU has received all DMA ...
XaviDCR92
2018-02-07
1
-1
/
+1
*
* Aircraft.c: taxiing speed has been doubled.
XaviDCR92
2018-01-02
1
-8
/
+8
*
* RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.
XaviDCR92
2017-12-29
1
-22
/
+156
*
* Slight optimization: all comparations against true are now compared against...
XaviDCR92
2017-12-26
1
-13
/
+72
*
* Removed unneeded -g flag from Makefile.
XaviDCR92
2017-09-16
1
-8
/
+8
*
* Trimmed ending whitespaces.
XaviDCR92
2017-09-16
1
-74
/
+74
*
* Minor changes (spaces between "if"/"for"... instructions).
XaviDCR92
2017-08-30
1
-33
/
+33
*
* (Bugfix): ptrPlayer->SelectedAircraft was not being updated correctly when ...
XaviDCR92
2017-08-19
1
-0
/
+37
*
+ Documentation about sound sources.
XaviDCR92
2017-08-14
1
-3
/
+13
*
* IMASK is now accessed as volatile variable.
XaviDCR92
2017-08-11
1
-2
/
+3
*
+ System timer functions now moved to a separate source file, Timer.c/Timer.h.
XaviDCR92
2017-08-10
1
-1
/
+1
*
* Include directives are now moved to .c instead of .h, as it should really b...
XaviDCR92
2017-08-06
1
-0
/
+4
*
* Added comments on System.
XaviDCR92
2017-07-27
1
-8
/
+2
*
+ Added support for SIO (Serial Input Output).
XaviDCR92
2017-07-20
1
-8
/
+16
*
* Bugfix: busy runway was not being cleared when aircraft was resting on a ru...
XaviDCR92
2017-07-06
1
-0
/
+5
*
* Reduced tileset sprite size from 64x64 to 64x48.
XaviDCR92
2017-06-27
1
-1
/
+84
*
* (Bugfix) MemCard: MEMCARD_MAXIMUM_SECTOR changed from 512 (8 << MEMCARD_SEC...
XaviDCR92
2017-06-08
1
-2
/
+2
*
* Implemented aircraft collision. But it would not detect collision in some c...
XaviDCR92
2017-06-06
1
-2
/
+4
*
* Aircraft 0 was incorrectly being removed because indexes 0 to GAME_MAX_AIRC...
XaviDCR92
2017-05-31
1
-11
/
+40
*
* Added more aircraft on LEVEL1.PLT.
XaviDCR92
2017-05-27
1
-17
/
+16
*
* Split screen from now on is only calling GsDrawList() once. The reason for ...
XaviDCR92
2017-05-22
1
-14
/
+8
*
* Split screen is now working. Yay!!
XaviDCR92
2017-05-05
1
-9
/
+8
*
* Added some comments on System.
XaviDCR92
2017-05-01
1
-23
/
+48
*
* Updated.
XaviDCR92
2017-02-04
1
-0
/
+0
*
Initial commit
Xavier Del Campo
2017-02-04
1
-0
/
+526