summaryrefslogtreecommitdiff
path: root/BUGS
AgeCommit message (Collapse)AuthorFilesLines
2018-09-05replaced qlist with std::vector, basic cell revealingdaniel-Jones1-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-04added BUGS file, created and placed cellsdaniel-Jones1-0/+4
However, the cells will soon use std::vector instead of a qt list.