summaryrefslogtreecommitdiff
path: root/include/common.h
AgeCommit message (Expand)Author
2019-07-28Make game states exclusive trough one enum var onlyOxore
2019-07-28Refactor idlist, move all global vars to local scopeOxore
2018-12-06Implement "game over" state (scene)Oxore
2018-12-06Add simple documentation in comments, refactor.Oxore
2018-07-12Introduce pause mechanics, refactor a littleOxore
2018-07-09Finish painter, refactor game logic & keys handlingOxore
2018-07-03Refactor field, refactor next shape drawingOxore
2018-07-02Introduce draw manager, refactor mainOxore
2018-06-25Major refactoringOxore
2017-12-09Implement NES Tetris scoring systemOxore
2017-12-09Level up condition removed lines countOxore
2017-12-09Extend playfield to 22, change game over condition, shrink fld from 25 to 22Oxore
2017-12-02Rearrange includes; replace uint8_t by charOxore
2017-12-02Yaml loader for text resources added, need to be involvedOxore
2017-12-01More structure wrapping, more refactoringOxore
2017-12-01Remove declaration under structureOxore
2017-12-01Wrap global variables into structuresOxore
2017-11-30Move includes to root dirOxore