summaryrefslogtreecommitdiff
path: root/Userland/Games
AgeCommit message (Expand)Author
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
2021-06-13Solitaire: Allow automatic moves to end the game and animateSam Atkins
2021-06-122048: Fix move success detectionDmitrii Ubskii
2021-06-112048: Animate sliding tilesDmitrii Ubskii
2021-06-112048: Encapsulate away Board's inner workingsDmitrii Ubskii
2021-06-112048: Add pop-in animation for newly added tilesDmitrii Ubskii
2021-06-112048: Abstract Board into its own structDmitrii Ubskii
2021-06-112048: East const all the thingsDmitrii Ubskii
2021-06-11Solitaire: Iterate the foundation stacks and inline move_card()Sam Atkins
2021-06-11Solitaire: Fix invisible cards when multiple are tab-moved at onceSam Atkins
2021-06-11Solitaire: Combine duplicate tab/double-click logicSam Atkins
2021-06-11Solitaire: Subtract points when undoing a card-flipSam Atkins
2021-06-11Solitaire: Correctly score automatic moves using <tab>Sam Atkins
2021-06-11Chess: Remove 1:1 window aspect ratioJoshua Gollaher
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-06-04Hearts: Don't destroy the animation handler while running itGunnar Beutner
2021-06-04Solitaire+LibCards: Draw card stacks with rounded cornersTimothy Flynn
2021-06-04Solitaire: Fixes undo feature from incorrect merge conflict resolutionMatthew Jones
2021-06-03Solitaire: Add keys for drawing and moving cards to foundation stacksMatthew B. Jones
2021-06-03Solitaire: Add undo functionalityMatthew B. Jones
2021-06-02Hearts: Play the first valid card (left-to-right) when pressing spaceMatthew B. Jones
2021-06-02LibChess: Change cursor style when hovering or dragging valid pieceBrandonKi
2021-06-01Hearts: Fix sorting for pick_low_points_high_value_cardGunnar Beutner
2021-06-01Hearts: Prefer to pass high value cardsGunnar Beutner
2021-06-01Hearts: Pick better non-matching cardsGunnar Beutner
2021-06-01Hearts: Make debugging AI suggestions easierGunnar Beutner
2021-06-01Hearts: Pick better cards when we're the third playerGunnar Beutner
2021-06-01Hearts: Pick better lead cardsGunnar Beutner
2021-05-27Solitaire: Start timer when first card is movedMarcus Nilsson
2021-05-26Hearts: Highlight cards when an invalid play is attemptedGunnar Beutner
2021-05-25Solitaire: Persist high score separately per game modeTimothy Flynn
2021-05-25Solitaire: Award bonus points based on time elapsedTimothy Flynn
2021-05-25Solitaire: Tweak scoring for three-card draw modeTimothy Flynn
2021-05-25Solitaire: Remove dead call to Game::start_game_over_animationTimothy Flynn
2021-05-25Solitaire: Only update high score after a victorious gameTimothy Flynn
2021-05-25Hearts: Don't advance the game's state when an animation is playingGunnar Beutner
2021-05-25Hearts: Fix animations that get stuck "mid-flight"Gunnar Beutner
2021-05-25Hearts: Add support for playing more than one handGunnar Beutner
2021-05-25Hearts: Let the AI continuously play gamesGunnar Beutner
2021-05-25Hearts: Implement passing cards to other playersGunnar Beutner
2021-05-25Hearts: Move card click handler into a separate methodGunnar Beutner
2021-05-25Hearts: Move sorting helper from Player::pick_lead_card into a methodGunnar Beutner
2021-05-25Hearts: Move code to reposition cards into a separate methodGunnar Beutner
2021-05-25Hearts: Move round initialization into a separate methodGunnar Beutner
2021-05-25Hearts: Move hand sorting functionality into a methodGunnar Beutner
2021-05-23Hearts: Allow player to set their nameJosh Perry
2021-05-23Hearts: Add key combinations to letting the AI play for youGunnar Beutner
2021-05-23Hearts: Let the AI prefer lead cards for which other cards are in playGunnar Beutner