aboutsummaryrefslogtreecommitdiffstats
path: root/demos/games/tetris/tetris.c
Commit message (Expand)AuthorAgeFilesLines
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, g...inmarket2018-11-031-1/+1
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-12/+12
* gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITYinmarket2018-07-081-1/+1
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-081-3/+3
* Added type gFont to replace V2.x font_tinmarket2018-07-081-2/+2
* Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX repl...inmarket2018-07-081-1/+1
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX rep...inmarket2018-07-081-6/+6
* Change color_t to gColorinmarket2018-07-081-2/+2
* Added new type definitions - moving towards V3.0inmarket2018-06-231-40/+40
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-101-24/+24
* Move demo games into demo/games directoryAndrew Hannam2016-07-281-0/+515