summaryrefslogtreecommitdiff
path: root/Userland/Games/Minesweeper/Field.cpp
AgeCommit message (Expand)Author
2022-12-14Minesweeper: Make a factory function for Field and propagate errorsAndreas Kling
2022-12-12Minesweeper: Make sure icons of cells are set after generating fieldArda Cinar
2022-12-12Minesweeper: Use a faster method to generate game fieldArda Cinar
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-08-05Minesweeper: Update GML and fix layout issuesthankyouverycool
2022-07-24Minesweeper: Remove decimal point from the time labelKarol Kosek
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-28Applications: Remove usages of deprecated implicit conversionsFrHun
2022-02-16Games: Use default constructors/destructorsLenny Maiorani
2021-11-15Minesweeper: Create field from Difficulty enumPedro Pereira
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-08-30Minesweeper: Use AK::get_random_uniform() instead of rand()Andreas Kling
2021-08-26Minesweeper: Use LibConfig instead of Core::ConfigFileAndreas Kling
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Minesweeper: Use one premade mine palette for all mine widgetsJean-Baptiste Boric
2021-04-06Minesweeper: Fix UI layout and focus behaviorAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-12Games: Move to Userland/Games/Andreas Kling