ladybird/Userland/Games
Andreas Kling 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
This isn't a complete conversion to ErrorOr<void>, but a good chunk.
The end goal here is to propagate buffer allocation failures to the
caller, and allow the use of TRY() with formatting functions.
2021-11-17 00:21:13 +01:00
..
2048 2048: Let user decide if he wants to continue the game 2021-10-05 13:27:57 +03:30
Breakout Breakout: Tag fallthrough statement 2021-09-15 14:22:34 +00:00
Chess Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
FlappyBug LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
GameOfLife LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
Hearts AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
Minesweeper Minesweeper: Decrease min for Columns and Rows on Custom Game 2021-11-15 14:05:03 +00:00
Pong Pong: Switch to global tracking 2021-09-08 23:59:08 +02:00
Snake LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
Solitaire Solitaire: Fix 3 card draw from reversing after an undo 2021-11-10 20:15:09 -08:00
Spider Everywhere: Use my fancy new serenityos.org email :^) 2021-09-13 20:51:50 +00:00
CMakeLists.txt Games: Add Spider 2021-06-24 10:32:53 +02:00