1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:37:36 +00:00
serenity/Userland
Sam Atkins 679f831451 Solitaire: Only start timer when a move happens
Previously, the timer started if you clicked within the game area,
whether that was on a card or not. Now, we only start when you click
on a card or otherwise attempt a move.

As a bonus, we now immediately update the status bar time indicator
on game start, instead of having to wait until 1 second has elapsed.
2021-06-13 19:29:52 +01:00
..
Applets Applets/Network: Replace fprintf(stderr) with dbgln() 2021-05-31 17:44:01 +01:00
Applications Utilities: Change unzip -o option to -d 2021-06-13 17:05:48 +01:00
Demos CatDog: Enhance the speech bubble artificial intelligence 2021-06-07 21:52:16 +02:00
DevTools HackStudio: Indicate git changes in the editor's gutter 2021-06-13 12:33:15 +01:00
DynamicLoader Userland: Port UBSAN implementation to userspace 2021-05-27 15:18:03 +02:00
Games Solitaire: Only start timer when a move happens 2021-06-13 19:29:52 +01:00
Libraries LibJS: Avoid lots of string-to-int during global object construction 2021-06-13 19:11:29 +02:00
Services WindowManager: Close tooltip child_windows of previously active window 2021-06-12 23:54:08 +04:30
Shell Userland: Allow building SerenityOS with -funsigned-char 2021-06-13 18:52:58 +02:00
Utilities LibJS: Make StringOrSymbol always be FlyString in the string case 2021-06-13 19:11:29 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00