Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-05 | replaced qlist with std::vector, basic cell revealing | daniel-Jones | 1 | -1/+1 | |
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 | -0/+4 | |
However, the cells will soon use std::vector instead of a qt list. |