Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-05 | replaced qlist with std::vector, basic cell revealing | daniel-Jones | 1 | -8/+32 | |
The revealing is bound to change, it isn't very nice. I also iterate over every cell to find the right gridx/y. This is inefficient, I need to map them somehow. | |||||
2018-09-04 | added BUGS file, created and placed cells | daniel-Jones | 1 | -13/+26 | |
However, the cells will soon use std::vector instead of a qt list. | |||||
2018-09-02 | added constants files, moved around some classes, beginning of drawing ↵ | daniel-Jones | 1 | -2/+89 | |
functions etc | |||||
2018-09-02 | initial cell flag system setup | daniel-Jones | 1 | -1/+2 | |
2018-09-02 | first commit, early classes designed | daniel-Jones | 1 | -0/+47 | |