index
:
xavi/airport
master
PS1 video game
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
PltParser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate dprintf over printf
Xavier Del Campo Romero
2021-01-03
1
-2
/
+2
*
Removed SIO interrupt (it caused VBlank ISR not to be triggered).
Xavier ASUS
2018-11-30
1
-2
/
+2
*
Some important bugfixes.
Xavier ASUS
2018-11-29
1
-1
/
+4
*
Bugfix: minutes were not being retrieved from PLT files.
Xavier ASUS
2018-11-25
1
-8
/
+4
*
Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).
Xavier ASUS
2018-11-23
1
-3
/
+3
*
Added "const" qualifier to some functions.
Xavier ASUS
2018-11-18
1
-1
/
+1
*
* Game can now compile without PSXSDK_DEBUG flag.
XaviDCR92
2018-03-26
1
-0
/
+6
*
- .iso files are now ignored.
XaviDCR92
2018-03-20
1
-1
/
+1
*
* Menu.c: bugfix for PLT level list.
XaviDCR92
2018-03-10
1
-3
/
+3
*
+ Added Message module, used for tutorials.
XaviDCR92
2018-02-25
1
-26
/
+97
*
* RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.
XaviDCR92
2017-12-29
1
-1
/
+2
*
* Slight optimization: all comparations against true are now compared against...
XaviDCR92
2017-12-26
1
-0
/
+12
*
* Trimmed ending whitespaces.
XaviDCR92
2017-09-16
1
-34
/
+34
*
* Minor changes (spaces between "if"/"for"... instructions).
XaviDCR92
2017-08-30
1
-18
/
+18
*
* (Bugfix): ptrPlayer->SelectedAircraft was not being updated correctly when ...
XaviDCR92
2017-08-19
1
-28
/
+18
*
* Added more comments.
XaviDCR92
2017-08-18
1
-2
/
+0
*
* Include directives are now moved to .c instead of .h, as it should really b...
XaviDCR92
2017-08-06
1
-0
/
+2
*
* Added comments on System.
XaviDCR92
2017-07-27
1
-0
/
+2
*
+ Added support for SIO (Serial Input Output).
XaviDCR92
2017-07-20
1
-15
/
+15
*
* Added font spacing parameter.
XaviDCR92
2017-06-28
1
-1
/
+1
*
* Tried to get some work done in MapEditor with no success so far.
XaviDCR92
2017-06-11
1
-2
/
+0
*
* Some more work on Plt file generator.
XaviDCR92
2017-06-06
1
-1
/
+37
*
* Implemented aircraft collision. But it would not detect collision in some c...
XaviDCR92
2017-06-06
1
-6
/
+83
*
* More passengers by correct sequence are unboarded.
XaviDCR92
2017-06-03
1
-0
/
+1
*
* Added more aircraft on LEVEL1.PLT.
XaviDCR92
2017-05-27
1
-0
/
+1
*
* Implemented remaining time for flights.
XaviDCR92
2017-05-25
1
-12
/
+18
*
* Updated.
XaviDCR92
2017-02-04
1
-0
/
+0
*
Initial commit
Xavier Del Campo
2017-02-04
1
-0
/
+251