index
:
xavi/airport
master
PS1 video game
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Aircraft.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
* LEVEL3.PLT was incorrectly using Windows CRLF end of line.
XaviDCR92
2018-11-25
1
-2
/
+2
*
Aircraft are now auto-locked when entering "ShowAircraftData" menu.
Xavier ASUS
2018-11-24
1
-1
/
+1
*
Fixed critical bug that provoked an accidental access to a NULL pointer.
Xavier ASUS
2018-11-23
1
-2
/
+2
*
Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).
Xavier ASUS
2018-11-23
1
-4
/
+4
*
* RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.
XaviDCR92
2017-12-29
1
-2
/
+3
*
* Slight optimization: all comparations against true are now compared against...
XaviDCR92
2017-12-26
1
-3
/
+3
*
* Trimmed ending whitespaces.
XaviDCR92
2017-09-16
1
-1
/
+1
*
* Include directives are now moved to .c instead of .h, as it should really b...
XaviDCR92
2017-08-06
1
-2
/
+0
*
* Added font spacing parameter.
XaviDCR92
2017-06-28
1
-1
/
+1
*
* Implemented aircraft collision. But it would not detect collision in some c...
XaviDCR92
2017-06-06
1
-1
/
+1
*
* Used runway is now freed if state == STATE_APPROACH.
XaviDCR92
2017-05-31
1
-0
/
+1
*
* Aircraft 0 was incorrectly being removed because indexes 0 to GAME_MAX_AIRC...
XaviDCR92
2017-05-31
1
-0
/
+1
*
* Departure flights are not created if parking is busy.
XaviDCR92
2017-05-30
1
-0
/
+1
*
* Takeoff barely implemented. Stil a lot of work to do.
XaviDCR92
2017-05-28
1
-0
/
+1
*
* Added more aircraft on LEVEL1.PLT.
XaviDCR92
2017-05-27
1
-0
/
+1
*
* Aircraft state was not being transferred ciclically from Game to Aircraft m...
XaviDCR92
2017-05-24
1
-3
/
+3
*
* Split screen is now working. Yay!!
XaviDCR92
2017-05-05
1
-1
/
+1
*
* Added some comments on System.
XaviDCR92
2017-05-01
1
-2
/
+3
*
* Updated.
XaviDCR92
2017-02-04
1
-0
/
+0
*
Initial commit
Xavier Del Campo
2017-02-04
1
-0
/
+28