summaryrefslogtreecommitdiff
path: root/Userland/Games
AgeCommit message (Expand)Author
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
2021-06-20FlappyBug: Add new graphics and tweak colorsMim Hufford
2021-06-20FlappyBug: Add an input cooldown after game overMim Hufford
2021-06-20FlappyBug: Keep track of score and highscoreMim Hufford
2021-06-20FlappyBug: Start obstacles off the screenMim Hufford
2021-06-20FlappyBug: Make the obstacle gap position randomMim Hufford
2021-06-20FlappyBug: Introduce a new Flappy Bug gameMim Hufford
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-13Solitaire: Disable filling with background color during end animationSam Atkins
2021-06-13Solitaire: Only start timer when a move happensSam Atkins
2021-06-13Solitaire: Prevent undo when the game is overSam Atkins