summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)Author
2018-07-02Introduce draw manager, refactor mainOxore
Move timers to struct game. Partially move field painting to draw manager.
2018-06-30Move all field&shape related funcs to field classOxore
2018-06-25Major refactoringOxore
Fix memleak in KeyMap, fix memleak caused by loading a yaml file in main.c. Change Copyright information. Rename functions.c and .h to engine.c and .h. Take field and shape related functions to separate file (still not all of them) and refactor them a lot. Refactor collision detection. Add more warnings. Add sanitizer option commented out.
2018-06-22Set frame rate limitOxore
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-03Change color scheme; add screenshotsOxore
2017-12-02Rearrange includes; replace uint8_t by charOxore
2017-12-02Rename yaml text resource fileOxore
2017-12-02Add PUT_LATENCY threshold and some fixesOxore
2017-12-02Make all text resources load from yaml fileOxore
2017-12-02Apply loading from yaml file for texts in menuOxore
2017-12-02Yaml loader for text resources added, need to be involvedOxore
2017-12-01Implement levels! :star2: And refactoring a bitOxore
2017-12-01More structure wrapping, more refactoringOxore
2017-12-01Wrap global variables into structuresOxore
2017-11-30Move includes to root dirOxore
2017-11-30Redefine structures with typedef; A bit of code movementOxore
2017-11-29Change coding styleOxore
2017-11-29Extract some functions in mainOxore
2017-08-02Memleak found&pwnedOxore
2017-06-29Nest shape depiction addedOxore
2017-06-23codestyle.pl - code style checker added; *.[c|h]: trailing whitespaces are ↵Oxore
removed
2017-06-20gmeover procedure added; minor refactoringOxore
2017-06-20Major refactoring!Oxore
2017-06-18Refactoring 1Oxore
2017-06-07minor refactorOxore
2016-09-04Structurized. README.md updated.oxore