summaryrefslogtreecommitdiff
path: root/Userland/Games
AgeCommit message (Expand)Author
2022-05-26MasterWord: Check guesses against the word listPaweł Łukasik
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-15Pong: Explicitly clear held keys in Game::reset()Martin Frederic
2022-04-15Pong: Restart timer if necessaryMartin Frederic
2022-04-15Pong: Extend Game::reset()Martin Frederic
2022-04-15Pong: Add 'New Game' actionMartin Frederic
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-18LibCards+Games: Change name of card type to card suitLenny Maiorani
2022-03-18Libraries: Change enums to enum classes in LibCardsLenny Maiorani
2022-03-18Userland: Change static const variables to static constexprLenny Maiorani
2022-03-18Games: Add MasterWordJoe Petrus
2022-03-18Hearts: Add icon to settings actionLinus Groh
2022-03-18Applications+Games: Drop ellipsis from settings actionLinus Groh
2022-03-18Games: Add reload icon to 'New Game' actionsLinus Groh
2022-03-04LibGfx: Rename Color::from_rgba() => Color::from_argb()Andreas Kling
2022-03-04LibGfx+GameOfLife: Remove Gfx::make_rgb() and its one userAndreas Kling
2022-02-24LibGUI+Apps: Convert Statusbar Labels to Segmentsthankyouverycool
2022-02-16Games: Use default constructors/destructorsLenny Maiorani
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-02-06AK: Move integral log2 and exp to IntegerMath.hHendiadyoin1
2022-01-28Chess: Don't use Vector in a literal iteratorkleines Filmröllchen
2022-01-13Snake: Add link to help pages in menuDavid Lindbom
2022-01-13Pong: Add link to help pages in menuDavid Lindbom
2022-01-13Minesweeper: Add link to help pages in menuDavid Lindbom
2022-01-13Hearts: Add link to help pages in menuDavid Lindbom
2022-01-13GameOfLife: Add link to help pages in menuDavid Lindbom
2022-01-13FlappyBug: Add link to help pages in menuDavid Lindbom
2022-01-13Chess: Add link to help pages in menuDavid Lindbom
2022-01-13Breakout: Add link to help pages in menuDavid Lindbom
2022-01-132048: Add link to help pages in menuDavid Lindbom
2022-01-102048: Add action icons for New Game and SettingsDylan Katz
2022-01-102048: Simplify dialog box when target reachedDylan Katz
2022-01-102048: Fix off-by-1 when opening settingsDylan Katz
2022-01-08Spider: Add functionality to automatically move cards to valid stacksNeolyum
2022-01-02Spider: Redraw completely when drawing cardsJamie Mansfield
2021-12-30Pong: Support W and S keys for movementr00ster91
2021-12-24Spider: Add animation when drawing cardsNihal Jere
2021-12-23FlappyBug: Make bitmap() methods return NonnullRefPtrscreator1creeper1
2021-12-23FlappyBug: Propagate errors in Cloud classcreator1creeper1
2021-12-23FlappyBug: Propagate errors in Bug classcreator1creeper1
2021-12-23FlappyBug: Reposition Game constructor in filecreator1creeper1
2021-12-23FlappyBug: Make helper structs publiccreator1creeper1
2021-12-18Solitaire: Convert to try_create_default_iconAstraeus-
2021-12-18Pong: Convert to try_create_default_iconAstraeus-
2021-12-182048: Convert to try_create_default_iconAstraeus-
2021-12-18Minesweeper: Convert to try_create_default_iconAstraeus-
2021-12-18Hearts: Convert to try_create_default_iconAstraeus-