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. |