summaryrefslogtreecommitdiff
path: root/Userland/Games
AgeCommit message (Expand)Author
2021-08-26Games: Remove unveiling /tmp/portal/configRalf Donau
2021-08-26FlappyBug: Use LibConfig instead of Core::ConfigFileRalf Donau
2021-08-26Solitaire: Use LibConfig instead of Core::ConfigFileThitat Auareesuksakul
2021-08-26Chess: Use LibConfig instead of Core::ConfigFileThitat Auareesuksakul
2021-08-262048: Use LibConfig instead of Core::ConfigFileThitat Auareesuksakul
2021-08-26Minesweeper: Use LibConfig instead of Core::ConfigFileAndreas Kling
2021-08-22Games: Make cpath appear once in the pledge promisesRalf Donau
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-08-21FlappyBug: Flap less aggressivelyMitchel Humpherys
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-07Solitaire: Don't allow the player to draw cards while mouse is downthisSyntaxSucksAndYouKnowIt
2021-08-06Spider: Use YesNo dialog for user confirmation when closingJamie Mansfield
2021-08-06Solitaire: Get user confirmation to close when there is a active gameJamie Mansfield
2021-08-05Solitaire: Clear selection when starting new gameJamie Mansfield
2021-08-05Spider: Clear selection when starting new gameJamie Mansfield
2021-07-31Breakout: Add menus before showing the windowLuK1337
2021-07-31Pong: Add menus before showing the windowLuK1337
2021-07-27Spider: Make statusbar high score display configurableJamie Mansfield
2021-07-27Spider: Start game if first move is to draw cardsJamie Mansfield
2021-07-27Spider: Track win and loss countsJamie Mansfield
2021-07-27Spider: Get user confirmation to close when there is a active gameJamie Mansfield
2021-07-27Spider: Track quickest game timeJamie Mansfield
2021-07-27Spider: Standardise fetching the mode identifierJamie Mansfield
2021-07-24Solitaire: Use AK::get_random_uniform() instead of rand()/srand()Gunnar Beutner
2021-07-24Spider: Use AK::get_random_uniform() instead of rand()/srand()Gunnar Beutner
2021-07-24Spider: Avoid reallocations for Vectors when possibleGunnar Beutner
2021-07-24Hearts: Avoid reallocations for Vectors when possibleGunnar Beutner
2021-07-24Hearts: Use AK::get_random_uniform() instead of rand()/srand()Gunnar Beutner
2021-07-23Hearts: Avoid redrawing the UI unnecessarilyGunnar Beutner
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-20Pong: Disable resizing the windowKarol Kosek
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-07-15Solitaire: Reduce overdraw when drawing initial cardsJamie Mansfield
2021-07-15Spider: Reduce overdraw when playingJamie Mansfield
2021-07-15Spider: Reduce overdraw when drawing initial cardsJamie Mansfield
2021-07-15Spider: Automatically reveal top cardsJamie Mansfield
2021-07-12Breakout: Only paint areas that needs to be updatedKarol Kosek
2021-07-11Pong: Only paint areas that needs to be updatedKarol Kosek
2021-07-10FlappyBug: Only paint areas which need to be paintedTimothy Flynn
2021-07-07GameOfLife: Properly switch between play and pause iconnetworkException
2021-06-24Games: Add SpiderJamie Mansfield
2021-06-24Solitaire: Maybe fix rare crash from completing a game with TAB (#8217)Sam Atkins
2021-06-22FlappyBug: Standardize on "high score" rather than "highscore"Timothy Flynn
2021-06-22FlappyBug: Persist high score to diskTimothy Flynn
2021-06-22FlappyBug: Convert the main game widget to a GUI::FrameTimothy Flynn
2021-06-20FlappyBug: Add missing component declarationLinus Groh
2021-06-20FlappyBug: Add cloud and sky graphicsMim Hufford