index
:
xavi/airport
master
PS1 video game
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
GameGui.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unneeded const-casts
Xavier Del Campo Romero
2021-01-01
1
-3
/
+3
*
Blue background dimensions are now limited to drawing enviroment's.
Xavier ASUS
2018-11-29
1
-2
/
+2
*
Some important bugfixes.
Xavier ASUS
2018-11-29
1
-16
/
+26
*
Aircraft are now auto-locked when entering "ShowAircraftData" menu.
Xavier ASUS
2018-11-24
1
-138
/
+140
*
Fixed critical bug that provoked an accidental access to a NULL pointer.
Xavier ASUS
2018-11-23
1
-7
/
+4
*
Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).
Xavier ASUS
2018-11-23
1
-74
/
+76
*
Added "const" qualifier to some functions.
Xavier ASUS
2018-11-18
1
-4
/
+4
*
* Minor changes.
XaviDCR92
2018-05-07
1
-1246
/
+1246
*
* Game.c: removed obsolete comments.
XaviDCR92
2018-03-11
1
-62
/
+23
*
* Menu.c: bugfix for PLT level list.
XaviDCR92
2018-03-10
1
-2
/
+2
*
* Aircraft.c: since "rotate" member != 0 would render ArrowSpr incorrectly, I...
XaviDCR92
2018-01-03
1
-0
/
+60
*
* Aircraft.c: taxiing speed has been doubled.
XaviDCR92
2018-01-02
1
-17
/
+17
*
* RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.
XaviDCR92
2017-12-29
1
-5
/
+0
*
* Minor: added comment headers on every function in GameGui.c.
XaviDCR92
2017-12-27
1
-784
/
+912
*
* Slight optimization: all comparations against true are now compared against...
XaviDCR92
2017-12-26
1
-30
/
+96
*
Bugfix: ptrPlayer->SelectedAircraft was being substracted when == 0 and cause...
XaviDCR92
2017-09-23
1
-4
/
+4
*
* Removed unneeded -g flag from Makefile.
XaviDCR92
2017-09-16
1
-2
/
+4
*
* Trimmed ending whitespaces.
XaviDCR92
2017-09-16
1
-113
/
+113
*
* Minor changes (spaces between "if"/"for"... instructions).
XaviDCR92
2017-08-30
1
-59
/
+59
*
* (Bugfix): ptrPlayer->SelectedAircraft was not being updated correctly when ...
XaviDCR92
2017-08-19
1
-9
/
+10
*
* Added more comments.
XaviDCR92
2017-08-18
1
-0
/
+25
*
+ Documentation about sound sources.
XaviDCR92
2017-08-14
1
-5
/
+13
*
+ System timer functions now moved to a separate source file, Timer.c/Timer.h.
XaviDCR92
2017-08-10
1
-5
/
+6
*
* Include directives are now moved to .c instead of .h, as it should really b...
XaviDCR92
2017-08-06
1
-0
/
+4
*
* Added comments on System.
XaviDCR92
2017-07-27
1
-5
/
+12
*
+ Added support for SIO (Serial Input Output).
XaviDCR92
2017-07-20
1
-10
/
+10
*
* Bugfix: busy runway was not being cleared when aircraft was resting on a ru...
XaviDCR92
2017-07-06
1
-4
/
+4
*
* GameRenderBuildingAircraft() done.
XaviDCR92
2017-06-30
1
-2
/
+2
*
* Added font spacing parameter.
XaviDCR92
2017-06-28
1
-6
/
+11
*
* Reduced tileset sprite size from 64x64 to 64x48.
XaviDCR92
2017-06-27
1
-78
/
+83
*
* Tried to get some work done in MapEditor with no success so far.
XaviDCR92
2017-06-11
1
-47
/
+63
*
* Implemented aircraft collision. But it would not detect collision in some c...
XaviDCR92
2017-06-06
1
-27
/
+68
*
* Bugfix: index for selectedAircraft is recalculated when a new aircraft is s...
XaviDCR92
2017-06-04
1
-6
/
+31
*
* More passengers by correct sequence are unboarded.
XaviDCR92
2017-06-03
1
-171
/
+69
*
* Aircraft 0 was incorrectly being removed because indexes 0 to GAME_MAX_AIRC...
XaviDCR92
2017-05-31
1
-25
/
+0
*
* Departure flights are not created if parking is busy.
XaviDCR92
2017-05-30
1
-1
/
+8
*
* Takeoff procedure implemented almost completely. TODO: "Holding" message.
XaviDCR92
2017-05-28
1
-1
/
+40
*
* Takeoff barely implemented. Stil a lot of work to do.
XaviDCR92
2017-05-28
1
-3
/
+3
*
* Added more aircraft on LEVEL1.PLT.
XaviDCR92
2017-05-27
1
-1
/
+1
*
* Implemented remaining time for flights.
XaviDCR92
2017-05-25
1
-2
/
+83
*
* Aircraft state was not being transferred ciclically from Game to Aircraft m...
XaviDCR92
2017-05-24
1
-121
/
+183
*
* Split screen from now on is only calling GsDrawList() once. The reason for ...
XaviDCR92
2017-05-22
1
-29
/
+100
*
* Adjusted coordinates for aircraft list in 2 player mode.
XaviDCR92
2017-05-07
1
-29
/
+30
*
* Split screen is now working. Yay!!
XaviDCR92
2017-05-05
1
-25
/
+57
*
* Added some comments on System.
XaviDCR92
2017-05-01
1
-10
/
+17
*
* Updated.
XaviDCR92
2017-02-04
1
-0
/
+0
*
Initial commit
Xavier Del Campo
2017-02-04
1
-0
/
+730