Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-03 | Refactor field, refactor next shape drawing | Oxore | |
Refactor field functions names. Transfer next shape drawing to painter. Introduce idlist struct with foreach function. Refactor config. Introduce color map array instead of "switch case" statement bloating while coloring rectangles. Decouple field and shape structs from SFML sfVector2 structs by introducing own vector2i and vector2ui structs. Also remove sfRectangleShape members form field an shape structs. | |||
2018-07-02 | Introduce draw manager, refactor main | Oxore | |
Move timers to struct game. Partially move field painting to draw manager. | |||
2017-12-09 | Implement NES Tetris scoring system | Oxore | |
2017-12-09 | Level up condition removed lines count | Oxore | |
2017-12-03 | Change color scheme; add screenshots | Oxore | |
2017-12-02 | Add PUT_LATENCY threshold and some fixes | 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 | |