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
*
* (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