index
:
xavi/airport
master
PS1 video game
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
System.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Always call PSX_InitEx(0)
Xavier Del Campo Romero
2021-01-01
1
-6
/
+0
*
Removed SIO interrupt (it caused VBlank ISR not to be triggered).
Xavier ASUS
2018-11-30
1
-3
/
+4
*
Bugfix: minutes were not being retrieved from PLT files.
Xavier ASUS
2018-11-25
1
-0
/
+3
*
* LEVEL3.PLT was incorrectly using Windows CRLF end of line.
XaviDCR92
2018-11-25
1
-304
/
+302
*
Aircraft are now auto-locked when entering "ShowAircraftData" menu.
Xavier ASUS
2018-11-24
1
-4
/
+4
*
Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).
Xavier ASUS
2018-11-23
1
-4
/
+4
*
Added "const" qualifier to some functions.
Xavier ASUS
2018-11-18
1
-6
/
+12
*
* Game can now compile without PSXSDK_DEBUG flag.
XaviDCR92
2018-03-26
1
-4
/
+5
*
* Increased number of events on SYSTEM.CNF.
XaviDCR92
2018-03-22
1
-1
/
+8
*
- .iso files are now ignored.
XaviDCR92
2018-03-20
1
-18
/
+2
*
* System.c: Root counters are finally working, YAY!
XaviDCR92
2018-03-17
1
-10
/
+14
*
* Menu.c: bugfix for PLT level list.
XaviDCR92
2018-03-10
1
-9
/
+9
*
+ Added Message module, used for tutorials.
XaviDCR92
2018-02-25
1
-1
/
+1
*
* Menu.c: when 1Player/2Player buttons are pressed, level list is now shown.
XaviDCR92
2017-12-30
1
-0
/
+18
*
* RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.
XaviDCR92
2017-12-29
1
-48
/
+10
*
* Slight optimization: all comparations against true are now compared against...
XaviDCR92
2017-12-26
1
-4
/
+4
*
* Removed unneeded -g flag from Makefile.
XaviDCR92
2017-09-16
1
-1
/
+1
*
* Trimmed ending whitespaces.
XaviDCR92
2017-09-16
1
-229
/
+229
*
* Minor changes (spaces between "if"/"for"... instructions).
XaviDCR92
2017-08-30
1
-31
/
+31
*
* (Bugfix): ptrPlayer->SelectedAircraft was not being updated correctly when ...
XaviDCR92
2017-08-19
1
-1
/
+1
*
* Added more comments.
XaviDCR92
2017-08-18
1
-1
/
+1
*
+ Documentation about sound sources.
XaviDCR92
2017-08-14
1
-0
/
+114
*
* IMASK is now accessed as volatile variable.
XaviDCR92
2017-08-11
1
-1
/
+6
*
+ System timer functions now moved to a separate source file, Timer.c/Timer.h.
XaviDCR92
2017-08-10
1
-155
/
+3
*
* Added some comments on Game.c.
XaviDCR92
2017-08-09
1
-9
/
+29
*
* Include directives are now moved to .c instead of .h, as it should really b...
XaviDCR92
2017-08-06
1
-15
/
+67
*
* Added comments on System.
XaviDCR92
2017-07-27
1
-10
/
+282
*
+ Added support for SIO (Serial Input Output).
XaviDCR92
2017-07-20
1
-22
/
+60
*
* Reduced tileset sprite size from 64x64 to 64x48.
XaviDCR92
2017-06-27
1
-1
/
+13
*
* Tried to get some work done in MapEditor with no success so far.
XaviDCR92
2017-06-11
1
-7
/
+1
*
* Implemented aircraft collision. But it would not detect collision in some c...
XaviDCR92
2017-06-06
1
-5
/
+20
*
* More passengers by correct sequence are unboarded.
XaviDCR92
2017-06-03
1
-9
/
+247
*
* Added more aircraft on LEVEL1.PLT.
XaviDCR92
2017-05-27
1
-7
/
+8
*
* Implemented remaining time for flights.
XaviDCR92
2017-05-25
1
-2
/
+2
*
* Aircraft state was not being transferred ciclically from Game to Aircraft m...
XaviDCR92
2017-05-24
1
-6
/
+6
*
* Split screen from now on is only calling GsDrawList() once. The reason for ...
XaviDCR92
2017-05-22
1
-8
/
+8
*
* Added some comments on System.
XaviDCR92
2017-05-01
1
-16
/
+129
*
* Updated.
XaviDCR92
2017-02-04
1
-0
/
+0
*
Initial commit
Xavier Del Campo
2017-02-04
1
-0
/
+517