serenity/Games/Minesweeper
Andreas Kling 13b8c7eab8 Minesweeper: Fix lag when changing the field size.
Use a number of techniques to avoid freezing the UI for too long.

- Keep reusing the same widgets for the squares once they've been created.
- Temporarily disable widget updates.
- Avoid some redundant work on each run of reset().
2019-05-02 04:21:21 +02:00
..
.gitignore Minesweeper: Start working on a simple minesweeper game. :^) 2019-04-13 03:08:16 +02:00
Field.cpp Minesweeper: Fix lag when changing the field size. 2019-05-02 04:21:21 +02:00
Field.h Minesweeper: Add considering feature, where middle clicking marks with '?' 2019-04-28 13:55:41 +02:00
main.cpp Minesweeper: Fix lag when changing the field size. 2019-05-02 04:21:21 +02:00
Makefile Games: Use Makefile.common here too. 2019-04-26 15:14:28 +02:00