summaryrefslogtreecommitdiff
path: root/Userland/Games/Solitaire/Game.h
AgeCommit message (Expand)Author
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-02-01Solitaire: Make double-click skip the new-game animationSam Atkins
2023-02-01Solitaire: Use a single State enum instead of a series of booleansSam Atkins
2023-01-06Solitaire: Replace animation Card with manual paintingSam Atkins
2023-01-06Solitaire: Make Game creation fallibleSam Atkins
2023-01-06LibCards+Solitaire: Elevate card highlight management to the card stackTimothy Flynn
2023-01-05Solitaire: Highlight cards beneath dragged cards that are valid targetsTimothy Flynn
2022-10-10Solitaire: Use CardGame dragging functionalitySam Atkins
2022-10-10LibCards+Games: Move `mark_intersecting_stacks_dirty()` to CardGameSam Atkins
2022-10-10LibCards+Games: Rename "draw" methods to "paint" for claritySam Atkins
2022-10-10LibCards+Games: Make CardGame responsible for managing CardStacksSam Atkins
2022-08-22Solitaire: Migrate to CardGameSam Atkins
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-16Games: Use default constructors/destructorsLenny Maiorani
2021-09-06Solitaire: Add Auto-Collect gameplay optionThitat Auareesuksakul
2021-09-03Everywhere: Use my shiny new serenityos.org email :^)Sam Atkins
2021-06-13Solitaire: Disable filling with background color during end animationSam 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: Combine duplicate tab/double-click logicSam Atkins
2021-06-11Solitaire: Subtract points when undoing a card-flipSam Atkins
2021-06-04Solitaire+LibCards: Draw card stacks with rounded cornersTimothy Flynn
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: Only update high score after a victorious gameTimothy Flynn
2021-05-21Solitaire: Move cards functionality into LibCardsGunnar Beutner
2021-05-18Solitaire: Persist game mode to config fileTimothy Flynn
2021-05-16Solitaire: Add key combo to dump the state of the layoutTimothy 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: Add statusbar segment to display elapsed timeTimothy Flynn
2021-05-05Solitaire: Refactor painting logic to accomodate to-be-added widgetsTimothy 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