Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-25 | Major refactoring | Oxore | |
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. | |||
2017-12-09 | Implement NES Tetris scoring system | Oxore | |
2017-12-09 | Level up condition removed lines count | Oxore | |
2017-12-09 | Extend playfield to 22, change game over condition, shrink fld from 25 to 22 | Oxore | |
2017-12-09 | Little refactoring | Oxore | |
2017-12-02 | Rearrange includes; replace uint8_t by char | Oxore | |
2017-12-02 | Make all text resources load from yaml file | Oxore | |
2017-12-01 | Implement levels! :star2: And refactoring a bit | Oxore | |
2017-12-01 | More structure wrapping, more refactoring | Oxore | |
2017-12-01 | Wrap global variables into structures | Oxore | |
2017-11-30 | Move includes to root dir | Oxore | |