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
/
Minesweeper
/
Field.cpp
Age
Commit message (
Expand
)
Author
2022-12-14
Minesweeper: Make a factory function for Field and propagate errors
Andreas Kling
2022-12-12
Minesweeper: Make sure icons of cells are set after generating field
Arda Cinar
2022-12-12
Minesweeper: Use a faster method to generate game field
Arda Cinar
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-08-05
Minesweeper: Update GML and fix layout issues
thankyouverycool
2022-07-24
Minesweeper: Remove decimal point from the time label
Karol Kosek
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-28
Applications: Remove usages of deprecated implicit conversions
FrHun
2022-02-16
Games: Use default constructors/destructors
Lenny Maiorani
2021-11-15
Minesweeper: Create field from Difficulty enum
Pedro Pereira
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-08-30
Minesweeper: Use AK::get_random_uniform() instead of rand()
Andreas Kling
2021-08-26
Minesweeper: Use LibConfig instead of Core::ConfigFile
Andreas Kling
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
networkException
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Minesweeper: Use one premade mine palette for all mine widgets
Jean-Baptiste Boric
2021-04-06
Minesweeper: Fix UI layout and focus behavior
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-16
Everywhere: Convert a handful of String::format() => formatted()
Andreas Kling
2021-01-12
Games: Move to Userland/Games/
Andreas Kling