index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Games
/
Flood
Age
Commit message (
Expand
)
Author
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-31
Flood: Get the color scheme from the system theme
implicitfield
2022-12-31
Everywhere: Move Base/res/terminal-colors to Base/res/color-schemes
implicitfield
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-30
Flood: Apply the color scheme immediately after closing settings
implicitfield
2022-11-30
Flood: Store the board as a vector of integers
implicitfield
2022-11-30
Flood: Return a Color from Board::cell
implicitfield
2022-11-09
Everywhere: Fix a few comment typos
Nico Weber
2022-11-03
Flood: Link against all required libraries privately
Andrew Kaster
2022-11-03
Games: Add Flood
implicitfield