1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:08:11 +00:00
serenity/Userland/Games
Sam Atkins 7d0f70bfa0 Userland: Use AK::human_readable_digital_time() instead of custom code
Use this handy AK function instead of reimplementing the formatting code
several times. The one minor difference is that now, hours are only
shown if the duration is at least an hour long, but that seems like an
improvement to me. :^)
2023-07-19 08:45:43 -04:00
..
2048 Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
BrickGame BrickGame: Propagate errors 2023-07-05 08:48:10 +02:00
Chess Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
ColorLines LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
FlappyBug FlappyBug: Replace usage of DeprecatedString 2023-07-05 12:13:44 +01:00
Flood LibGUI+Userland: Use action text as a fallback in Action::status_tip() 2023-06-15 13:53:22 +01:00
GameOfLife Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Hearts Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
MasterWord MasterWord: Show status tips in Statusbar 2023-06-17 20:36:03 +02:00
Minesweeper LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Snake Userland: Convert config listener callbacks to use StringView 2023-06-27 15:37:00 +01:00
Solitaire Userland: Use AK::human_readable_digital_time() instead of custom code 2023-07-19 08:45:43 -04:00
Spider Userland: Use AK::human_readable_digital_time() instead of custom code 2023-07-19 08:45:43 -04:00
CMakeLists.txt Games: Add ColorLines 2022-12-12 17:30:04 +00:00