index
:
xavi/airport
master
PS1 video game
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* I think GameGraphics() can be executed as long as GPU has received all DMA ...
XaviDCR92
2018-02-07
5
-5
/
+3
*
* Aircraft.c: files were being loaded each time level was selected.
XaviDCR92
2018-02-03
5
-3
/
+13
*
* Aircraft.c: since "rotate" member != 0 would render ArrowSpr incorrectly, I...
XaviDCR92
2018-01-03
8
-39
/
+125
*
* Aircraft.c: taxiing speed has been doubled.
XaviDCR92
2018-01-02
15
-235
/
+488
*
* Menu.c: when 1Player/2Player buttons are pressed, level list is now shown.
XaviDCR92
2017-12-30
5
-21
/
+134
*
* RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.
XaviDCR92
2017-12-29
35
-397
/
+442
*
* Aircraft.c: invalid XYZ position was calculated if runway direction != EAST.
XaviDCR92
2017-12-29
8
-87
/
+153
*
* New LEVEL2.LVL was not being displayed correctly as I forgot to include the...
XaviDCR92
2017-12-29
8
-837
/
+888
*
* Added "Save map" function to MapEditor.
XaviDCR92
2017-12-27
11
-447
/
+746
*
* 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
46
-564
/
+809
*
Merge branch 'master' of https://github.com/XaviDCR92/Airport
XaviDCR92
2017-10-01
5
-20
/
+16
|
\
|
*
* Removed now unneeded dprintf calls on Game.c.
XaviDCR92
2017-09-26
5
-20
/
+16
*
|
* Updated ELF.
XaviDCR92
2017-10-01
1
-0
/
+0
|
/
*
Bugfix: ptrPlayer->SelectedAircraft was being substracted when == 0 and cause...
XaviDCR92
2017-09-23
9
-75
/
+89
*
Renamed BMP/WAV data to uppercase (Linux case-sensitivity).
XaviDCR92
2017-09-16
3
-1
/
+4
*
+ Added BIN/CUE image for non-CDDA mode.
XaviDCR92
2017-09-16
3
-17
/
+25
*
* Removed unneeded -g flag from Makefile.
XaviDCR92
2017-09-16
11
-63
/
+176
*
* Trimmed ending whitespaces.
XaviDCR92
2017-09-16
28
-1704
/
+1697
*
* Corrected dependencies for Makefile (.elf was being rebuilt every time, as ...
XaviDCR92
2017-09-15
3
-61
/
+65
*
* Minor changes (spaces between "if"/"for"... instructions).
XaviDCR92
2017-08-30
20
-696
/
+745
*
* (Bugfix): padx_last_key_single_pressed was being checked AFTER checking pad...
XaviDCR92
2017-08-19
2
-4
/
+5
*
* (Bugfix): ptrPlayer->SelectedAircraft was not being updated correctly when ...
XaviDCR92
2017-08-19
6
-71
/
+129
*
* Added more comments.
XaviDCR92
2017-08-18
11
-73
/
+345
*
+ Documentation about sound sources.
XaviDCR92
2017-08-14
11
-78
/
+383
*
* IMASK is now accessed as volatile variable.
XaviDCR92
2017-08-11
5
-22
/
+30
*
+ System timer functions now moved to a separate source file, Timer.c/Timer.h.
XaviDCR92
2017-08-10
11
-339
/
+894
*
* Added some comments on Game.c.
XaviDCR92
2017-08-09
3
-65
/
+205
*
* Include directives are now moved to .c instead of .h, as it should really b...
XaviDCR92
2017-08-06
29
-109
/
+229
*
* Added comments on System.
XaviDCR92
2017-07-27
13
-47
/
+398
*
+ Added support for SIO (Serial Input Output).
XaviDCR92
2017-07-20
23
-319
/
+498
*
* Bugfix: busy runway was not being cleared when aircraft was resting on a ru...
XaviDCR92
2017-07-06
4
-18
/
+71
*
* GameRenderBuildingAircraft() done.
XaviDCR92
2017-06-30
3
-160
/
+292
*
* Added font spacing parameter.
XaviDCR92
2017-06-28
12
-296
/
+487
*
* Reduced tileset sprite size from 64x64 to 64x48.
XaviDCR92
2017-06-27
13
-52327
/
+370
*
* Tried to get some work done in MapEditor with no success so far.
XaviDCR92
2017-06-11
17
-135
/
+556
*
* (Bugfix) MemCard: MEMCARD_MAXIMUM_SECTOR changed from 512 (8 << MEMCARD_SEC...
XaviDCR92
2017-06-08
4
-8
/
+9
*
* Some more work on Plt file generator.
XaviDCR92
2017-06-06
2
-3
/
+39
*
* Implemented aircraft collision. But it would not detect collision in some c...
XaviDCR92
2017-06-06
22
-116
/
+358
*
* Bugfix: index for selectedAircraft is recalculated when a new aircraft is s...
XaviDCR92
2017-06-04
5
-12
/
+110
*
* More passengers by correct sequence are unboarded.
XaviDCR92
2017-06-03
10
-198
/
+385
*
* Used runway is now freed if state == STATE_APPROACH.
XaviDCR92
2017-05-31
5
-29
/
+68
*
* Aircraft 0 was incorrectly being removed because indexes 0 to GAME_MAX_AIRC...
XaviDCR92
2017-05-31
9
-76
/
+162
*
* Departure flights are not created if parking is busy.
XaviDCR92
2017-05-30
5
-52
/
+160
*
* Takeoff procedure implemented almost completely. TODO: "Holding" message.
XaviDCR92
2017-05-28
6
-157
/
+390
*
* Takeoff barely implemented. Stil a lot of work to do.
XaviDCR92
2017-05-28
6
-53
/
+210
*
* Added more aircraft on LEVEL1.PLT.
XaviDCR92
2017-05-27
10
-118
/
+200
*
* Implemented remaining time for flights.
XaviDCR92
2017-05-25
9
-35
/
+289
*
* Aircraft state was not being transferred ciclically from Game to Aircraft m...
XaviDCR92
2017-05-24
13
-315
/
+488
*
* Split screen from now on is only calling GsDrawList() once. The reason for ...
XaviDCR92
2017-05-22
9
-97
/
+176
[prev]
[next]