aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - .iso files are now ignored.XaviDCR922018-03-207-30/+12
* + Added tutorial level.XaviDCR922018-03-187-4/+29
* * System.c: Root counters are finally working, YAY!XaviDCR922018-03-179-51/+51
* * 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-2520-113/+540
* * I think GameGraphics() can be executed as long as GPU has received all DMA ...XaviDCR922018-02-076-5/+3
* * Aircraft.c: files were being loaded each time level was selected.XaviDCR922018-02-0320-3/+87
* * Aircraft.c: since "rotate" member != 0 would render ArrowSpr incorrectly, I...XaviDCR922018-01-0312-40/+125
* * Aircraft.c: taxiing speed has been doubled.XaviDCR922018-01-0216-235/+488
* * Menu.c: when 1Player/2Player buttons are pressed, level list is now shown.XaviDCR922017-12-306-21/+134
* * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.XaviDCR922017-12-2938-397/+442
* * Aircraft.c: invalid XYZ position was calculated if runway direction != EAST.XaviDCR922017-12-299-87/+153
* * New LEVEL2.LVL was not being displayed correctly as I forgot to include the...XaviDCR922017-12-2911-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-2656-619/+860
* Merge branch 'master' of https://github.com/XaviDCR92/AirportXaviDCR922017-10-016-20/+16
|\
| * * Removed now unneeded dprintf calls on Game.c.XaviDCR922017-09-266-20/+16
* | * Updated ELF.XaviDCR922017-10-011-0/+0
|/
* Bugfix: ptrPlayer->SelectedAircraft was being substracted when == 0 and cause...XaviDCR922017-09-2312-125/+143
* Renamed BMP/WAV data to uppercase (Linux case-sensitivity).XaviDCR922017-09-1638-3/+6
* + New sprites.XaviDCR922017-09-168-0/+0
* + Added source WAV files. See SOUND_SOURCES for license reference.XaviDCR922017-09-165-0/+0
* + Added BIN/CUE image for non-CDDA mode.XaviDCR922017-09-168-63/+74
* * Probably it looks like Github's MD parser needs spaces after "#" token...XaviDCR922017-09-161-4/+4
* * Trying to solve README.md issues (no headers are shown on Github?).XaviDCR922017-09-161-0/+4
* * Removed unneeded -g flag from Makefile.XaviDCR922017-09-1613-109/+226
* * Trimmed ending whitespaces.XaviDCR922017-09-1660-1705/+1720
* + Added first stub of README.md.XaviDCR922017-09-151-0/+7
* * Corrected dependencies for Makefile (.elf was being rebuilt every time, as ...XaviDCR922017-09-155-105/+109
* * Minor changes (spaces between "if"/"for"... instructions).XaviDCR922017-08-3023-742/+791
* * (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-1812-73/+362
* + Added documentation about text fonts sources.XaviDCR922017-08-141-0/+5
* + Documentation about sound sources.XaviDCR922017-08-1412-78/+394
* * IMASK is now accessed as volatile variable.XaviDCR922017-08-115-22/+30
* + System timer functions now moved to a separate source file, Timer.c/Timer.h.XaviDCR922017-08-1011-339/+894
* * Added some comments on Game.c.XaviDCR922017-08-096-70/+230
* * Include directives are now moved to .c instead of .h, as it should really b...XaviDCR922017-08-0629-109/+229
* * Added comments on System.XaviDCR922017-07-2715-83/+416
* + Added support for SIO (Serial Input Output).XaviDCR922017-07-2023-319/+498
* * Bugfix: busy runway was not being cleared when aircraft was resting on a ru...XaviDCR922017-07-064-18/+71
* + New sprites.XaviDCR922017-06-303-0/+0
* * GameRenderBuildingAircraft() done.XaviDCR922017-06-305-160/+292
* * Added font spacing parameter.XaviDCR922017-06-2813-296/+487
* * Reduced tileset sprite size from 64x64 to 64x48.XaviDCR922017-06-2731-52327/+370
* * Tried to get some work done in MapEditor with no success so far.XaviDCR922017-06-1117-135/+556
* * (Bugfix) MemCard: MEMCARD_MAXIMUM_SECTOR changed from 512 (8 << MEMCARD_SEC...XaviDCR922017-06-084-8/+9