aboutsummaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* TILE_TAXIWAY_CORNER_GRASS_3 added to accepted tiles list.Xavier ASUS2018-11-2710-69/+100
* Removed city background.Xavier ASUS2018-11-2510-166/+544
* Bugfix: minutes were not being retrieved from PLT files.Xavier ASUS2018-11-2514-281/+433
* * LEVEL3.PLT was incorrectly using Windows CRLF end of line.XaviDCR922018-11-2516-397/+470
* Temporarily removed CDDA tracksXavier ASUS2018-11-246-11/+11
* New LEVEL3.Xavier ASUS2018-11-2410-74/+126
* Aircraft are now auto-locked when entering "ShowAircraftData" menu.Xavier ASUS2018-11-249-294/+320
* Camera now moves quickier and slows down in less time.Xavier ASUS2018-11-241-11/+19
* Minor improvementsXavier ASUS2018-11-2314-96/+2282
* Fixed critical bug that provoked an accidental access to a NULL pointer.Xavier ASUS2018-11-237-317/+342
* Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).Xavier ASUS2018-11-2335-672/+3051
* gscene and ui are now allocated on the stack and not the heap.Xavier ASUS2018-11-234-62/+67
* Some cosmetic changes and improved const-correctness.Xavier ASUS2018-11-233-16/+25
* Minor improvements and optimizations.Xavier ASUS2018-11-235-178/+224
* Removed warning caused by implicit casting from double to int.Xavier ASUS2018-11-185-26/+366
* Added "const" qualifier to some functions.Xavier ASUS2018-11-1825-3801/+79651
* * Minor changes.XaviDCR922018-05-075-1248/+1248
* * Game can now compile without PSXSDK_DEBUG flag.XaviDCR922018-03-266-10/+21
* * Increased number of events on SYSTEM.CNF.XaviDCR922018-03-225-30/+63
* - .iso files are now ignored.XaviDCR922018-03-204-24/+5
* + Added tutorial level.XaviDCR922018-03-182-0/+0
* * System.c: Root counters are finally working, YAY!XaviDCR922018-03-178-50/+50
* * Game.c: removed obsolete comments.XaviDCR922018-03-113-77/+26
* * Menu.c: bugfix for PLT level list.XaviDCR922018-03-1015-89/+102
* + Added Message module, used for tutorials.XaviDCR922018-02-2518-113/+527
* * I think GameGraphics() can be executed as long as GPU has received all DMA ...XaviDCR922018-02-075-5/+3
* * Aircraft.c: files were being loaded each time level was selected.XaviDCR922018-02-035-3/+13
* * Aircraft.c: since "rotate" member != 0 would render ArrowSpr incorrectly, I...XaviDCR922018-01-038-39/+125
* * Aircraft.c: taxiing speed has been doubled.XaviDCR922018-01-0215-235/+488
* * Menu.c: when 1Player/2Player buttons are pressed, level list is now shown.XaviDCR922017-12-305-21/+134
* * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.XaviDCR922017-12-2935-397/+442
* * Aircraft.c: invalid XYZ position was calculated if runway direction != EAST.XaviDCR922017-12-298-87/+153
* * New LEVEL2.LVL was not being displayed correctly as I forgot to include the...XaviDCR922017-12-298-837/+888
* * Added "Save map" function to MapEditor.XaviDCR922017-12-2711-447/+746
* * Minor: added comment headers on every function in GameGui.c.XaviDCR922017-12-271-784/+912
* * Slight optimization: all comparations against true are now compared against...XaviDCR922017-12-2646-564/+809
* Merge branch 'master' of https://github.com/XaviDCR92/AirportXaviDCR922017-10-015-20/+16
|\
| * * Removed now unneeded dprintf calls on Game.c.XaviDCR922017-09-265-20/+16
* | * Updated ELF.XaviDCR922017-10-011-0/+0
|/
* Bugfix: ptrPlayer->SelectedAircraft was being substracted when == 0 and cause...XaviDCR922017-09-239-75/+89
* Renamed BMP/WAV data to uppercase (Linux case-sensitivity).XaviDCR922017-09-163-1/+4
* + Added BIN/CUE image for non-CDDA mode.XaviDCR922017-09-163-17/+25
* * Removed unneeded -g flag from Makefile.XaviDCR922017-09-1611-63/+176
* * Trimmed ending whitespaces.XaviDCR922017-09-1628-1704/+1697
* * Corrected dependencies for Makefile (.elf was being rebuilt every time, as ...XaviDCR922017-09-153-61/+65
* * Minor changes (spaces between "if"/"for"... instructions).XaviDCR922017-08-3020-696/+745
* * (Bugfix): padx_last_key_single_pressed was being checked AFTER checking pad...XaviDCR922017-08-192-4/+5
* * (Bugfix): ptrPlayer->SelectedAircraft was not being updated correctly when ...XaviDCR922017-08-196-71/+129
* * Added more comments.XaviDCR922017-08-1811-73/+345
* + Documentation about sound sources.XaviDCR922017-08-1411-78/+383