index
:
xavi/airport
master
PS1 video game
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Menu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove copyrighted OSI logo from project
Xavier Del Campo Romero
2021-01-03
1
-2
/
+0
*
Removed SIO interrupt (it caused VBlank ISR not to be triggered).
Xavier ASUS
2018-11-30
1
-5
/
+7
*
Set SERIAL_INTERFACE compile flag
Xavier ASUS
2018-11-29
1
-20
/
+0
*
Some important bugfixes.
Xavier ASUS
2018-11-29
1
-3
/
+20
*
New LEVEL3.
Xavier ASUS
2018-11-24
1
-7
/
+23
*
Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).
Xavier ASUS
2018-11-23
1
-9
/
+9
*
Added "const" qualifier to some functions.
Xavier ASUS
2018-11-18
1
-428
/
+444
*
* Menu.c: bugfix for PLT level list.
XaviDCR92
2018-03-10
1
-18
/
+26
*
+ Added Message module, used for tutorials.
XaviDCR92
2018-02-25
1
-4
/
+8
*
* Aircraft.c: taxiing speed has been doubled.
XaviDCR92
2018-01-02
1
-15
/
+174
*
* Menu.c: when 1Player/2Player buttons are pressed, level list is now shown.
XaviDCR92
2017-12-30
1
-21
/
+112
*
* RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.
XaviDCR92
2017-12-29
1
-28
/
+1
*
* Slight optimization: all comparations against true are now compared against...
XaviDCR92
2017-12-26
1
-6
/
+35
*
* Removed now unneeded dprintf calls on Game.c.
XaviDCR92
2017-09-26
1
-2
/
+14
*
Bugfix: ptrPlayer->SelectedAircraft was being substracted when == 0 and cause...
XaviDCR92
2017-09-23
1
-14
/
+15
*
+ Added BIN/CUE image for non-CDDA mode.
XaviDCR92
2017-09-16
1
-16
/
+23
*
* Trimmed ending whitespaces.
XaviDCR92
2017-09-16
1
-111
/
+89
*
* Corrected dependencies for Makefile (.elf was being rebuilt every time, as ...
XaviDCR92
2017-09-15
1
-6
/
+5
*
* Minor changes (spaces between "if"/"for"... instructions).
XaviDCR92
2017-08-30
1
-21
/
+21
*
* (Bugfix): ptrPlayer->SelectedAircraft was not being updated correctly when ...
XaviDCR92
2017-08-19
1
-0
/
+2
*
+ Documentation about sound sources.
XaviDCR92
2017-08-14
1
-6
/
+31
*
* Include directives are now moved to .c instead of .h, as it should really b...
XaviDCR92
2017-08-06
1
-0
/
+12
*
* Added comments on System.
XaviDCR92
2017-07-27
1
-3
/
+3
*
+ Added support for SIO (Serial Input Output).
XaviDCR92
2017-07-20
1
-4
/
+34
*
* Reduced tileset sprite size from 64x64 to 64x48.
XaviDCR92
2017-06-27
1
-5
/
+7
*
* Tried to get some work done in MapEditor with no success so far.
XaviDCR92
2017-06-11
1
-2
/
+2
*
* Implemented aircraft collision. But it would not detect collision in some c...
XaviDCR92
2017-06-06
1
-1
/
+1
*
* More passengers by correct sequence are unboarded.
XaviDCR92
2017-06-03
1
-1
/
+1
*
* Used runway is now freed if state == STATE_APPROACH.
XaviDCR92
2017-05-31
1
-1
/
+1
*
* Aircraft 0 was incorrectly being removed because indexes 0 to GAME_MAX_AIRC...
XaviDCR92
2017-05-31
1
-0
/
+2
*
* Aircraft state was not being transferred ciclically from Game to Aircraft m...
XaviDCR92
2017-05-24
1
-0
/
+2
*
* Split screen from now on is only calling GsDrawList() once. The reason for ...
XaviDCR92
2017-05-22
1
-3
/
+13
*
* Added some comments on System.
XaviDCR92
2017-05-01
1
-10
/
+16
*
* Updated.
XaviDCR92
2017-02-04
1
-0
/
+0
*
Initial commit
Xavier Del Campo
2017-02-04
1
-0
/
+492