summaryrefslogtreecommitdiff
path: root/Userland/Games/Flood
AgeCommit message (Expand)Author
2023-05-23Base+Userland: Apply Human Interface Guidelines to Object textthankyouverycool
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-04-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-31Flood: Get the color scheme from the system themeimplicitfield
2022-12-31Everywhere: Move Base/res/terminal-colors to Base/res/color-schemesimplicitfield
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-30Flood: Apply the color scheme immediately after closing settingsimplicitfield
2022-11-30Flood: Store the board as a vector of integersimplicitfield
2022-11-30Flood: Return a Color from Board::cellimplicitfield
2022-11-09Everywhere: Fix a few comment typosNico Weber
2022-11-03Flood: Link against all required libraries privatelyAndrew Kaster
2022-11-03Games: Add Floodimplicitfield