summaryrefslogtreecommitdiff
path: root/MainWindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2020-06-16cheat: don't eat all keypressesHEADmasterDaniel Jones1-0/+2
2020-06-16cheat: show mine positions when left control pressedDaniel Jones1-0/+61
2020-06-15change error casesDaniel Jones1-4/+4
2020-06-15custom games work nowDaniel Jones1-0/+1
2020-06-14work on getting new game workingDaniel Jones1-14/+33
new games work only if the width and height are the same values
2020-06-13make shared_ptr -> unique_ptrDaniel Jones1-7/+8
2020-06-13UI workDaniel Jones1-7/+45
2020-06-12win message was wrongDaniel Jones1-4/+4
2020-06-12make loss/win message boxes modal and blockingDaniel Jones1-8/+5
2020-06-12make scroll window same color as frameDaniel Jones1-1/+2
2020-06-12cannot flag revealed tileDaniel Jones1-0/+2
2020-06-12added timerDaniel Jones1-2/+31
2020-06-12flagging tilesDaniel Jones1-4/+9
added draw case for unflagging tiles
2020-06-12basic game workingDaniel Jones1-22/+129
2020-06-11initial progressDaniel Jones1-0/+155