summaryrefslogtreecommitdiff
path: root/Userland/Games/Spider/Game.cpp
AgeCommit message (Expand)Author
2023-04-21Spider: Fix crash when completing a deckJamie Mansfield
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-02-01Spider: Make double-click skip the new-game animationSam Atkins
2023-02-01Spider: Use a single State enum instead of a series of booleansSam Atkins
2023-01-22LibCards+Games: Return ErrorOr from CardStack::add_all_grabbed_cards()Sam Atkins
2023-01-22LibCards+Games: Return ErrorOr from deck-creation factory functions :^)Sam Atkins
2023-01-22LibCards+Game: Return ErrorOr from CardGame::drop_cards_on_stack()Sam Atkins
2023-01-22LibCards+Games+GamesSettings: Return ErrorOr from CardStack::push()Sam Atkins
2023-01-06Spider: Highlight valid target stack when hovering over itSam Atkins
2023-01-06Spider: Make Game creation fallibleSam Atkins
2023-01-06LibCards+Games: Make `CardGame::add_stack()` fallibleSam Atkins
2022-10-15Spider: Make the last move undoableGunnar Beutner
2022-10-10LibCards+Games: Remove concept of a CardStack being focusedSam Atkins
2022-10-10Spider: Use CardGame dragging functionalitySam Atkins
2022-10-10LibCards+Games: Move `mark_intersecting_stacks_dirty()` to CardGameSam Atkins
2022-10-10LibCards+Spider: Move `ensure_top_card_is_visible()` logic to CardStackSam 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-10-10LibCards+Games: Move "create a deck" logic to LibCardsSam Atkins
2022-08-22LibCards+Games: Replace card "value" int with a Rank enumSam Atkins
2022-08-22Spider: Migrate to CardGameSam Atkins
2022-05-29Everywhere: Fix a bunch of typosLinus Groh
2022-03-18LibCards+Games: Change name of card type to card suitLenny Maiorani
2022-03-18Libraries: Change enums to enum classes in LibCardsLenny Maiorani
2022-02-16Games: Use default constructors/destructorsLenny Maiorani
2022-01-08Spider: Add functionality to automatically move cards to valid stacksNeolyum
2022-01-02Spider: Redraw completely when drawing cardsJamie Mansfield
2021-12-24Spider: Add animation when drawing cardsNihal Jere
2021-12-05Games: Cast unused smart-pointer return values to voidSam Atkins
2021-08-05Spider: Clear selection when starting new gameJamie Mansfield
2021-07-27Spider: Start game if first move is to draw cardsJamie Mansfield
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-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-06-24Games: Add SpiderJamie Mansfield