index
:
xavi/airport
master
PS1 video game
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
LoadMenu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed SIO interrupt (it caused VBlank ISR not to be triggered).
Xavier ASUS
2018-11-30
1
-9
/
+15
*
Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).
Xavier ASUS
2018-11-23
1
-10
/
+5
*
Added "const" qualifier to some functions.
Xavier ASUS
2018-11-18
1
-386
/
+382
*
* Menu.c: bugfix for PLT level list.
XaviDCR92
2018-03-10
1
-2
/
+2
*
* RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.
XaviDCR92
2017-12-29
1
-5
/
+5
*
* New LEVEL2.LVL was not being displayed correctly as I forgot to include the...
XaviDCR92
2017-12-29
1
-14
/
+5
*
* Slight optimization: all comparations against true are now compared against...
XaviDCR92
2017-12-26
1
-7
/
+7
*
Bugfix: ptrPlayer->SelectedAircraft was being substracted when == 0 and cause...
XaviDCR92
2017-09-23
1
-9
/
+8
*
* Removed unneeded -g flag from Makefile.
XaviDCR92
2017-09-16
1
-2
/
+0
*
* Trimmed ending whitespaces.
XaviDCR92
2017-09-16
1
-93
/
+93
*
* Minor changes (spaces between "if"/"for"... instructions).
XaviDCR92
2017-08-30
1
-41
/
+41
*
* Added more comments.
XaviDCR92
2017-08-18
1
-1
/
+1
*
+ Documentation about sound sources.
XaviDCR92
2017-08-14
1
-4
/
+20
*
* IMASK is now accessed as volatile variable.
XaviDCR92
2017-08-11
1
-18
/
+20
*
* Include directives are now moved to .c instead of .h, as it should really b...
XaviDCR92
2017-08-06
1
-0
/
+5
*
* Added comments on System.
XaviDCR92
2017-07-27
1
-7
/
+8
*
+ Added support for SIO (Serial Input Output).
XaviDCR92
2017-07-20
1
-15
/
+15
*
* Added font spacing parameter.
XaviDCR92
2017-06-28
1
-1
/
+3
*
* Reduced tileset sprite size from 64x64 to 64x48.
XaviDCR92
2017-06-27
1
-2
/
+3
*
* Implemented aircraft collision. But it would not detect collision in some c...
XaviDCR92
2017-06-06
1
-6
/
+6
*
* Updated.
XaviDCR92
2017-02-04
1
-0
/
+0
*
Initial commit
Xavier Del Campo
2017-02-04
1
-0
/
+523