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
*
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
*
* Used runway is now freed if state == STATE_APPROACH.
XaviDCR92
2017-05-31
1
-26
/
+57
*
* Aircraft 0 was incorrectly being removed because indexes 0 to GAME_MAX_AIRC...
XaviDCR92
2017-05-31
1
-33
/
+100
*
* Departure flights are not created if parking is busy.
XaviDCR92
2017-05-30
1
-46
/
+127
*
* Takeoff procedure implemented almost completely. TODO: "Holding" message.
XaviDCR92
2017-05-28
1
-95
/
+243
*
* Takeoff barely implemented. Stil a lot of work to do.
XaviDCR92
2017-05-28
1
-39
/
+184
*
* Added more aircraft on LEVEL1.PLT.
XaviDCR92
2017-05-27
1
-71
/
+126
*
* Implemented remaining time for flights.
XaviDCR92
2017-05-25
1
-17
/
+139
*
* Aircraft state was not being transferred ciclically from Game to Aircraft m...
XaviDCR92
2017-05-24
1
-61
/
+100
*
* Split screen from now on is only calling GsDrawList() once. The reason for ...
XaviDCR92
2017-05-22
1
-23
/
+19
*
* Adjusted coordinates for aircraft list in 2 player mode.
XaviDCR92
2017-05-07
1
-0
/
+2
*
* Split screen is now working. Yay!!
XaviDCR92
2017-05-05
1
-41
/
+57
*
* Added some comments on System.
XaviDCR92
2017-05-01
1
-55
/
+153
*
* Updated.
XaviDCR92
2017-02-04
1
-0
/
+0
*
Initial commit
Xavier Del Campo
2017-02-04
1
-0
/
+1727