1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 10:01:00 +00:00
serenity/Userland/Games/GameOfLife
Tim Ledbetter 12adaac08d GameOfLife: Don't toggle cells on mouse move when placing patterns
Previously, it was very easy to inadvertently toggle cells when
placing a pattern by dragging the mouse slightly.
2023-09-27 19:12:14 +02:00
..
Board.cpp Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
Board.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
BoardWidget.cpp GameOfLife: Don't toggle cells on mouse move when placing patterns 2023-09-27 19:12:14 +02:00
BoardWidget.h GameOfLife: Don't toggle cells on mouse move when placing patterns 2023-09-27 19:12:14 +02:00
CMakeLists.txt Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
GameOfLife.gml GameOfLife: Add a tick counter to the status bar 2023-09-17 16:51:58 -06:00
main.cpp GameOfLife: Don't toggle cells on mouse move when placing patterns 2023-09-27 19:12:14 +02:00
Pattern.cpp GameOfLife: Replace DeprecatedString with String 2023-09-18 11:12:25 -06:00
Pattern.h GameOfLife: Replace DeprecatedString with String 2023-09-18 11:12:25 -06:00