summaryrefslogtreecommitdiff
path: root/Userland/Games/Solitaire/Game.cpp
AgeCommit message (Expand)Author
2021-12-05Games: Cast unused smart-pointer return values to voidSam Atkins
2021-11-10Solitaire: Fix 3 card draw from reversing after an undoCamron
2021-09-06Solitaire: Add Auto-Collect gameplay optionThitat Auareesuksakul
2021-09-03Everywhere: Use my shiny new serenityos.org email :^)Sam Atkins
2021-08-07Solitaire: Don't allow the player to draw cards while mouse is downthisSyntaxSucksAndYouKnowIt
2021-08-05Solitaire: Clear selection when starting new gameJamie Mansfield
2021-07-24Solitaire: Use AK::get_random_uniform() instead of rand()/srand()Gunnar Beutner
2021-07-15Solitaire: Reduce overdraw when drawing initial cardsJamie Mansfield
2021-06-24Solitaire: Maybe fix rare crash from completing a game with TAB (#8217)Sam Atkins
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-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-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-05-27Solitaire: Start timer when first card is movedMarcus Nilsson
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-18Solitaire: Prevent player dragging entire stack to foundationJesse Buhagiar
2021-05-18Solitaire: Persist game mode to config fileTimothy Flynn
2021-05-18Solitaire: Stop timer if new game animation is runningMarcus Nilsson
2021-05-16Solitaire: Add key combo to dump the state of the layoutTimothy Flynn
2021-05-16Solitaire: Add shift modifier to hidden "game over" key comboTimothy Flynn
2021-05-16Solitaire: Add setting for number of cards to be drawnTimothy Flynn
2021-05-16Solitaire: Add stack for the playable cards on top of the waste stackTimothy Flynn
2021-05-05Solitaire: Decrease new game animation delayTimothy Flynn
2021-05-05Solitaire: Add statusbar segment to display elapsed timeTimothy Flynn
2021-05-05Solitaire: Only start timer when the timer event is neededTimothy Flynn
2021-05-05Solitaire: Refactor painting logic to accomodate to-be-added widgetsTimothy Flynn
2021-05-05Solitaire: Don't invoke srand multiple timesTimothy Flynn
2021-05-05Solitaire: Convert Solitaire GUI to a frameTimothy Flynn
2021-05-05Solitaire: Convert Solitaire window to be created from GMLTimothy Flynn
2021-05-05Solitaire: Place files in Solitaire namespace and rename main widgetTimothy Flynn