aboutsummaryrefslogtreecommitdiff
path: root/Source/Sfx.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate dprintf over printfXavier Del Campo Romero2021-01-031-1/+1
* Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise).Xavier ASUS2018-11-231-1/+1
* Added "const" qualifier to some functions.Xavier ASUS2018-11-181-2/+2
* * Game can now compile without PSXSDK_DEBUG flag.XaviDCR922018-03-261-0/+6
* * Increased number of events on SYSTEM.CNF.XaviDCR922018-03-221-27/+53
* * System.c: Root counters are finally working, YAY!XaviDCR922018-03-171-11/+12
* * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum.XaviDCR922017-12-291-4/+0
* * Trimmed ending whitespaces.XaviDCR922017-09-161-9/+9
* * Minor changes (spaces between "if"/"for"... instructions).XaviDCR922017-08-301-5/+5
* * Added more comments.XaviDCR922017-08-181-1/+20
* + Documentation about sound sources.XaviDCR922017-08-141-0/+3
* + Added support for SIO (Serial Input Output).XaviDCR922017-07-201-2/+2
* * Reduced tileset sprite size from 64x64 to 64x48.XaviDCR922017-06-271-3/+8
* * Implemented aircraft collision. But it would not detect collision in some c...XaviDCR922017-06-061-1/+1
* * Updated.XaviDCR922017-02-041-0/+0
* Initial commitXavier Del Campo2017-02-041-0/+85