summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-06Wrap PREFIX with conditions in MakefileOxore
2018-12-06Add prefix libs support in the MakefileOxore
2018-07-14Add utf8_strlen tests, refactor unicode moduleOxore
2018-07-12Introduce testing with munit, refactorOxore
2018-07-12Introduce pause mechanics, refactor a littleOxore
2018-07-11Migrate displayable text to utf32Oxore
2018-07-11Fix start level after gameover, refactor a bitOxore
2018-07-09Fix scores gaining on hard dropOxore
2018-07-09Fix hard drop when out of field boundaryv0.2.0Oxore
2018-07-09Introduce wall kick, refactorOxore
2018-07-09Introduce hard drop featureOxore
2018-07-09Introduce phantom shape, refactor fieldOxore
2018-07-09Remove ms anon tag warning for clangOxore
2018-07-09Finish painter, refactor game logic & keys handlingOxore
2018-07-03Update README.md according to changesOxore
2018-07-03Refactor field, refactor next shape drawingOxore
2018-07-02Introduce draw manager, refactor mainOxore
2018-06-30Move all field&shape related funcs to field classOxore
2018-06-25Major refactoringOxore
2018-06-22Set frame rate limitOxore
2018-06-22Refactor MakefileOxore
2018-01-23Add "windows" sectionVladimir Novikov
2017-12-09Extend TODO list0.01Oxore
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-09Little refactoringOxore
2017-12-03Fix screenshotsVladimir Novikov
2017-12-03Change color scheme; add screenshotsOxore
2017-12-03Add entries to TODO listVladimir Novikov
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-02Fix markdownOxore
2017-12-02Add information about dependenciesOxore
2017-12-02Apply loading from yaml file for texts in menuOxore
2017-12-02Fix bug with over 15 levelsOxore
2017-12-02Yaml loader for text resources added, need to be involvedOxore
2017-12-01Edit TODO listOxore
2017-12-01Implement levels! :star2: And refactoring a bitOxore
2017-12-01More structure wrapping, more refactoringOxore
2017-12-01Remove declaration under structureOxore
2017-12-01Wrap global variables into structuresOxore
2017-12-01.travis.yml optimizationOxore
2017-12-01Make make to put all object files into "build" directoryOxore
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