Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-06 | cell generation improvedHEADmaster | daniel-Jones | 6 | -13/+51 | |
added conversions for 1d->2d mapping. auto-reveals all cells now. generates random mines. | |||||
2018-09-05 | replaced qlist with std::vector, basic cell revealing | daniel-Jones | 6 | -11/+44 | |
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 | 6 | -18/+41 | |
However, the cells will soon use std::vector instead of a qt list. | |||||
2018-09-02 | constants file wasn't added last commit | daniel-Jones | 2 | -0/+33 | |
2018-09-02 | added constants files, moved around some classes, beginning of drawing ↵ | daniel-Jones | 7 | -53/+131 | |
functions etc | |||||
2018-09-02 | initial cell flag system setup | daniel-Jones | 6 | -5/+48 | |
2018-09-02 | first commit, early classes designed | daniel-Jones | 11 | -0/+700 | |