index
:
xavi/airport
master
PS1 video game
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Aircraft.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed SIO interrupt (it caused VBlank ISR not to be triggered).
Xavier ASUS
2018-11-30
1
-2
/
+2
*
Some important bugfixes.
Xavier ASUS
2018-11-29
1
-1
/
+3
*
* LEVEL3.PLT was incorrectly using Windows CRLF end of line.
XaviDCR92
2018-11-25
1
-3
/
+8
*
New LEVEL3.
Xavier ASUS
2018-11-24
1
-17
/
+23
*
Aircraft are now auto-locked when entering "ShowAircraftData" menu.
Xavier ASUS
2018-11-24
1
-5
/
+1
*
Minor improvements
Xavier ASUS
2018-11-23
1
-20
/
+21
*
Fixed critical bug that provoked an accidental access to a NULL pointer.
Xavier ASUS
2018-11-23
1
-256
/
+279
*
Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).
Xavier ASUS
2018-11-23
1
-72
/
+86
*
Added "const" qualifier to some functions.
Xavier ASUS
2018-11-18
1
-411
/
+411
*
* Menu.c: bugfix for PLT level list.
XaviDCR92
2018-03-10
1
-7
/
+7
*
* Aircraft.c: files were being loaded each time level was selected.
XaviDCR92
2018-02-03
1
-2
/
+9
*
* Aircraft.c: since "rotate" member != 0 would render ArrowSpr incorrectly, I...
XaviDCR92
2018-01-03
1
-18
/
+51
*
* Aircraft.c: taxiing speed has been doubled.
XaviDCR92
2018-01-02
1
-1
/
+1
*
* RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.
XaviDCR92
2017-12-29
1
-35
/
+41
*
* Aircraft.c: invalid XYZ position was calculated if runway direction != EAST.
XaviDCR92
2017-12-29
1
-10
/
+39
*
* Slight optimization: all comparations against true are now compared against...
XaviDCR92
2017-12-26
1
-5
/
+5
*
Bugfix: ptrPlayer->SelectedAircraft was being substracted when == 0 and cause...
XaviDCR92
2017-09-23
1
-7
/
+6
*
* Removed unneeded -g flag from Makefile.
XaviDCR92
2017-09-16
1
-31
/
+84
*
* Trimmed ending whitespaces.
XaviDCR92
2017-09-16
1
-11
/
+11
*
* Minor changes (spaces between "if"/"for"... instructions).
XaviDCR92
2017-08-30
1
-46
/
+92
*
* Added more comments.
XaviDCR92
2017-08-18
1
-0
/
+4
*
+ Documentation about sound sources.
XaviDCR92
2017-08-14
1
-3
/
+40
*
* Include directives are now moved to .c instead of .h, as it should really b...
XaviDCR92
2017-08-06
1
-0
/
+3
*
+ Added support for SIO (Serial Input Output).
XaviDCR92
2017-07-20
1
-10
/
+10
*
* GameRenderBuildingAircraft() done.
XaviDCR92
2017-06-30
1
-16
/
+8
*
* Added font spacing parameter.
XaviDCR92
2017-06-28
1
-64
/
+67
*
* Reduced tileset sprite size from 64x64 to 64x48.
XaviDCR92
2017-06-27
1
-8
/
+25
*
* Tried to get some work done in MapEditor with no success so far.
XaviDCR92
2017-06-11
1
-2
/
+17
*
* (Bugfix) MemCard: MEMCARD_MAXIMUM_SECTOR changed from 512 (8 << MEMCARD_SEC...
XaviDCR92
2017-06-08
1
-2
/
+2
*
* Implemented aircraft collision. But it would not detect collision in some c...
XaviDCR92
2017-06-06
1
-10
/
+84
*
* More passengers by correct sequence are unboarded.
XaviDCR92
2017-06-03
1
-0
/
+3
*
* Used runway is now freed if state == STATE_APPROACH.
XaviDCR92
2017-05-31
1
-1
/
+8
*
* Aircraft 0 was incorrectly being removed because indexes 0 to GAME_MAX_AIRC...
XaviDCR92
2017-05-31
1
-5
/
+15
*
* Departure flights are not created if parking is busy.
XaviDCR92
2017-05-30
1
-4
/
+22
*
* Takeoff procedure implemented almost completely. TODO: "Holding" message.
XaviDCR92
2017-05-28
1
-60
/
+102
*
* Takeoff barely implemented. Stil a lot of work to do.
XaviDCR92
2017-05-28
1
-0
/
+8
*
* Added more aircraft on LEVEL1.PLT.
XaviDCR92
2017-05-27
1
-3
/
+21
*
* Aircraft state was not being transferred ciclically from Game to Aircraft m...
XaviDCR92
2017-05-24
1
-91
/
+135
*
* Split screen from now on is only calling GsDrawList() once. The reason for ...
XaviDCR92
2017-05-22
1
-2
/
+1
*
* Split screen is now working. Yay!!
XaviDCR92
2017-05-05
1
-4
/
+29
*
* Added some comments on System.
XaviDCR92
2017-05-01
1
-13
/
+38
*
* Updated.
XaviDCR92
2017-02-04
1
-0
/
+0
*
Initial commit
Xavier Del Campo
2017-02-04
1
-0
/
+372