index
:
xavi/airport
master
PS1 video game
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gscene and ui are now allocated on the stack and not the heap.
Xavier ASUS
2018-11-23
4
-62
/
+67
*
Some cosmetic changes and improved const-correctness.
Xavier ASUS
2018-11-23
3
-16
/
+25
*
Minor improvements and optimizations.
Xavier ASUS
2018-11-23
5
-178
/
+224
*
Removed warning caused by implicit casting from double to int.
Xavier ASUS
2018-11-18
5
-26
/
+366
*
Added "const" qualifier to some functions.
Xavier ASUS
2018-11-18
25
-3801
/
+79651
*
* Minor changes.
XaviDCR92
2018-05-07
7
-1248
/
+1260
*
- AIRPORT.cue: removed music from CUE file.
XaviDCR92
2018-05-06
1
-12
/
+0
*
* Game can now compile without PSXSDK_DEBUG flag.
XaviDCR92
2018-03-26
8
-16
/
+27
*
* Increased number of events on SYSTEM.CNF.
XaviDCR92
2018-03-22
7
-31
/
+64
*
- .iso files are now ignored.
XaviDCR92
2018-03-20
7
-30
/
+12
*
+ Added tutorial level.
XaviDCR92
2018-03-18
7
-4
/
+29
*
* System.c: Root counters are finally working, YAY!
XaviDCR92
2018-03-17
9
-51
/
+51
*
* Game.c: removed obsolete comments.
XaviDCR92
2018-03-11
3
-77
/
+26
*
* Menu.c: bugfix for PLT level list.
XaviDCR92
2018-03-10
15
-89
/
+102
*
+ Added Message module, used for tutorials.
XaviDCR92
2018-02-25
20
-113
/
+540
*
* I think GameGraphics() can be executed as long as GPU has received all DMA ...
XaviDCR92
2018-02-07
6
-5
/
+3
*
* Aircraft.c: files were being loaded each time level was selected.
XaviDCR92
2018-02-03
20
-3
/
+87
*
* Aircraft.c: since "rotate" member != 0 would render ArrowSpr incorrectly, I...
XaviDCR92
2018-01-03
12
-40
/
+125
*
* Aircraft.c: taxiing speed has been doubled.
XaviDCR92
2018-01-02
16
-235
/
+488
*
* Menu.c: when 1Player/2Player buttons are pressed, level list is now shown.
XaviDCR92
2017-12-30
6
-21
/
+134
*
* RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.
XaviDCR92
2017-12-29
38
-397
/
+442
*
* Aircraft.c: invalid XYZ position was calculated if runway direction != EAST.
XaviDCR92
2017-12-29
9
-87
/
+153
*
* New LEVEL2.LVL was not being displayed correctly as I forgot to include the...
XaviDCR92
2017-12-29
11
-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
56
-619
/
+860
*
Merge branch 'master' of https://github.com/XaviDCR92/Airport
XaviDCR92
2017-10-01
6
-20
/
+16
|
\
|
*
* Removed now unneeded dprintf calls on Game.c.
XaviDCR92
2017-09-26
6
-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
12
-125
/
+143
*
Renamed BMP/WAV data to uppercase (Linux case-sensitivity).
XaviDCR92
2017-09-16
38
-3
/
+6
*
+ New sprites.
XaviDCR92
2017-09-16
8
-0
/
+0
*
+ Added source WAV files. See SOUND_SOURCES for license reference.
XaviDCR92
2017-09-16
5
-0
/
+0
*
+ Added BIN/CUE image for non-CDDA mode.
XaviDCR92
2017-09-16
8
-63
/
+74
*
* Probably it looks like Github's MD parser needs spaces after "#" token...
XaviDCR92
2017-09-16
1
-4
/
+4
*
* Trying to solve README.md issues (no headers are shown on Github?).
XaviDCR92
2017-09-16
1
-0
/
+4
*
* Removed unneeded -g flag from Makefile.
XaviDCR92
2017-09-16
13
-109
/
+226
*
* Trimmed ending whitespaces.
XaviDCR92
2017-09-16
60
-1705
/
+1720
*
+ Added first stub of README.md.
XaviDCR92
2017-09-15
1
-0
/
+7
*
* Corrected dependencies for Makefile (.elf was being rebuilt every time, as ...
XaviDCR92
2017-09-15
5
-105
/
+109
*
* Minor changes (spaces between "if"/"for"... instructions).
XaviDCR92
2017-08-30
23
-742
/
+791
*
* (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
12
-73
/
+362
*
+ Added documentation about text fonts sources.
XaviDCR92
2017-08-14
1
-0
/
+5
*
+ Documentation about sound sources.
XaviDCR92
2017-08-14
12
-78
/
+394
*
* 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
6
-70
/
+230
*
* Include directives are now moved to .c instead of .h, as it should really b...
XaviDCR92
2017-08-06
29
-109
/
+229
[prev]
[next]