ladybird/Userland/Applications/GamesSettings
Sam Atkins 39579436c1 GamesSettings: Make chess preview widget resilient to missing images
Previously we would give up on loading the piece images if one fails.
That was awkward because 2 out of 3 places where `set_piece_set_name()`
is called can't propagate errors, so we'd just crash.

Instead, let's skip any images that fail to load, and then when painting
the preview, skip any missing bitmaps and show a warning message that
some are missing.
2023-11-07 19:44:11 +01:00
..
CardSettingsWidget.cpp GamesSettings+LibCards: Make 'Red' the default card back 2023-10-15 07:25:20 +02:00
CardSettingsWidget.gml GamesSettings+LibCards: Add setting for card-front image sets 2023-10-11 10:56:43 +01:00
CardSettingsWidget.h GamesSettings+LibCards: Add setting for card-front image sets 2023-10-11 10:56:43 +01:00
ChessSettingsWidget.cpp GamesSettings: Make chess preview widget resilient to missing images 2023-11-07 19:44:11 +01:00
ChessSettingsWidget.gml Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
ChessSettingsWidget.h Chess+GameSettings: Optionally highlight the king when in check 2023-05-10 12:13:35 +01:00
CMakeLists.txt Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
main.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00