index
:
xavi/airport
master
PS1 video game
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Game.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate PLNBLUE.CLT
Xavier Del Campo Romero
2021-01-03
1
-2
/
+0
*
Remove debug message
Xavier Del Campo Romero
2021-01-02
1
-2
/
+0
*
Fix bug that accidentally removed aircraft in unboard state
Xavier Del Campo Romero
2021-01-01
1
-3
/
+2
*
Removed SIO interrupt (it caused VBlank ISR not to be triggered).
Xavier ASUS
2018-11-30
1
-15
/
+21
*
Blue background dimensions are now limited to drawing enviroment's.
Xavier ASUS
2018-11-29
1
-12
/
+13
*
Some important bugfixes.
Xavier ASUS
2018-11-29
1
-95
/
+128
*
TILE_TAXIWAY_CORNER_GRASS_3 added to accepted tiles list.
Xavier ASUS
2018-11-27
1
-10
/
+3
*
Removed city background.
Xavier ASUS
2018-11-25
1
-44
/
+112
*
Bugfix: minutes were not being retrieved from PLT files.
Xavier ASUS
2018-11-25
1
-154
/
+145
*
* LEVEL3.PLT was incorrectly using Windows CRLF end of line.
XaviDCR92
2018-11-25
1
-69
/
+137
*
New LEVEL3.
Xavier ASUS
2018-11-24
1
-29
/
+31
*
Aircraft are now auto-locked when entering "ShowAircraftData" menu.
Xavier ASUS
2018-11-24
1
-132
/
+160
*
Minor improvements
Xavier ASUS
2018-11-23
1
-71
/
+38
*
Fixed critical bug that provoked an accidental access to a NULL pointer.
Xavier ASUS
2018-11-23
1
-52
/
+54
*
Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).
Xavier ASUS
2018-11-23
1
-350
/
+340
*
Added "const" qualifier to some functions.
Xavier ASUS
2018-11-18
1
-2195
/
+2195
*
* Minor changes.
XaviDCR92
2018-05-07
1
-1
/
+1
*
* Game.c: removed obsolete comments.
XaviDCR92
2018-03-11
1
-14
/
+1
*
* Menu.c: bugfix for PLT level list.
XaviDCR92
2018-03-10
1
-35
/
+35
*
+ Added Message module, used for tutorials.
XaviDCR92
2018-02-25
1
-46
/
+14
*
* I think GameGraphics() can be executed as long as GPU has received all DMA ...
XaviDCR92
2018-02-07
1
-3
/
+1
*
* Aircraft.c: files were being loaded each time level was selected.
XaviDCR92
2018-02-03
1
-0
/
+3
*
* Aircraft.c: since "rotate" member != 0 would render ArrowSpr incorrectly, I...
XaviDCR92
2018-01-03
1
-19
/
+7
*
* Aircraft.c: taxiing speed has been doubled.
XaviDCR92
2018-01-02
1
-180
/
+242
*
* RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.
XaviDCR92
2017-12-29
1
-141
/
+146
*
* Aircraft.c: invalid XYZ position was calculated if runway direction != EAST.
XaviDCR92
2017-12-29
1
-74
/
+96
*
* New LEVEL2.LVL was not being displayed correctly as I forgot to include the...
XaviDCR92
2017-12-29
1
-816
/
+863
*
* Slight optimization: all comparations against true are now compared against...
XaviDCR92
2017-12-26
1
-81
/
+191
*
* Removed now unneeded dprintf calls on Game.c.
XaviDCR92
2017-09-26
1
-14
/
+1
*
Bugfix: ptrPlayer->SelectedAircraft was being substracted when == 0 and cause...
XaviDCR92
2017-09-23
1
-27
/
+43
*
* Removed unneeded -g flag from Makefile.
XaviDCR92
2017-09-16
1
-8
/
+63
*
* Trimmed ending whitespaces.
XaviDCR92
2017-09-16
1
-496
/
+496
*
* Minor changes (spaces between "if"/"for"... instructions).
XaviDCR92
2017-08-30
1
-249
/
+252
*
* (Bugfix): ptrPlayer->SelectedAircraft was not being updated correctly when ...
XaviDCR92
2017-08-19
1
-33
/
+61
*
* Added more comments.
XaviDCR92
2017-08-18
1
-41
/
+237
*
+ Documentation about sound sources.
XaviDCR92
2017-08-14
1
-56
/
+126
*
* IMASK is now accessed as volatile variable.
XaviDCR92
2017-08-11
1
-1
/
+0
*
+ System timer functions now moved to a separate source file, Timer.c/Timer.h.
XaviDCR92
2017-08-10
1
-153
/
+667
*
* Added some comments on Game.c.
XaviDCR92
2017-08-09
1
-38
/
+159
*
* Include directives are now moved to .c instead of .h, as it should really b...
XaviDCR92
2017-08-06
1
-21
/
+38
*
* Added comments on System.
XaviDCR92
2017-07-27
1
-12
/
+23
*
+ Added support for SIO (Serial Input Output).
XaviDCR92
2017-07-20
1
-179
/
+131
*
* Bugfix: busy runway was not being cleared when aircraft was resting on a ru...
XaviDCR92
2017-07-06
1
-14
/
+60
*
* GameRenderBuildingAircraft() done.
XaviDCR92
2017-06-30
1
-142
/
+282
*
* Added font spacing parameter.
XaviDCR92
2017-06-28
1
-218
/
+393
*
* Reduced tileset sprite size from 64x64 to 64x48.
XaviDCR92
2017-06-27
1
-108
/
+132
*
* Tried to get some work done in MapEditor with no success so far.
XaviDCR92
2017-06-11
1
-4
/
+8
*
* Implemented aircraft collision. But it would not detect collision in some c...
XaviDCR92
2017-06-06
1
-36
/
+45
*
* Bugfix: index for selectedAircraft is recalculated when a new aircraft is s...
XaviDCR92
2017-06-04
1
-6
/
+75
*
* More passengers by correct sequence are unboarded.
XaviDCR92
2017-06-03
1
-13
/
+58
[next]