aboutsummaryrefslogtreecommitdiff
path: root/Source/Font.h
Commit message (Collapse)AuthorAgeFilesLines
* Make RadioFont and SmallFont extern to other compilation unitsXavier Del Campo Romero2021-01-011-39/+38
|
* Added "const" qualifier to some functions.Xavier ASUS2018-11-181-2/+2
| | | | | "cdrom:\ and ;1" are automatically inserted into file name, in order to save memory space. Some minor optimizations.
* + Added Message module, used for tutorials.XaviDCR922018-02-251-0/+1
| | | | | | | + Added first tutorial level. * Font now inserts line feed automatically if the next word is too long to fit. * Gfx.c: added primitive list double buffering in order to gain some performance. * MapEditor: now airport can be defined inside the tool.
* * Slight optimization: all comparations against true are now compared ↵XaviDCR922017-12-261-3/+3
| | | | | | | against != false. + Added a provisional background during gameplay (still WIP). * Map editor now allows creating a map.
* * Added more comments.XaviDCR922017-08-181-3/+0
| | | | | * Radio chatter sounds. * Created aircraft state STATE_STOPPED, to be used when L1 is pressed on aircraft selection mode.
* * Include directives are now moved to .c instead of .h, as it should really ↵XaviDCR922017-08-061-3/+0
| | | | | | | | | be... * Makefile now rebuilds needed targets on modified header files. * Some more work on GameEmergencyMode(). * Initial work on PSX mouse auto detection. * Prototypes for RCNT2 I_MASK bit handling.
* * Added font spacing parameter.XaviDCR922017-06-281-0/+1
| | | | | | * Removed obsolete, unused functions. * Performance optimization: routines inside GameCalculations() were computating a big loop several times, so this has been modified so that loop is only performed once. * Initial implementation for GameGetAircraftTilemap(). Still some work TODO.
* * Implemented aircraft collision. But it would not detect collision in some ↵XaviDCR922017-06-061-2/+2
| | | | | | | | cases. * Remove unneeded whitespace character on pointer variables (unary operators should not have any whitespaces). * SelectedAircraft index now increases or decreases automatically on aircraft added/removed. * Started writing Plt generation routines. Still a lot of work TODO.
* * Updated.XaviDCR922017-02-041-0/+0
|
* Initial commitXavier Del Campo2017-02-041-0/+43