aboutsummaryrefslogtreecommitdiff
path: root/Source/Timer.h
Commit message (Collapse)AuthorAgeFilesLines
* * Slight optimization: all comparations against true are now compared ↵XaviDCR922017-12-261-4/+4
| | | | | | | against != false. + Added a provisional background during gameplay (still WIP). * Map editor now allows creating a map.
* * Trimmed ending whitespaces.XaviDCR922017-09-161-1/+1
| | | | * Makefile now generates output TIM files automatically, using 'cat whatever.flags' files as flags for bmp2tim.
* + System timer functions now moved to a separate source file, Timer.c/Timer.h.XaviDCR922017-08-101-0/+36
* Added some more comments on Game.c. * On GamePathToTile(), duplicate checks for existing tile have been replaced by calls to GameWaypointCheckExisting().