index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Games
/
Spider
/
Game.cpp
Age
Commit message (
Expand
)
Author
2023-01-06
Spider: Highlight valid target stack when hovering over it
Sam Atkins
2023-01-06
Spider: Make Game creation fallible
Sam Atkins
2023-01-06
LibCards+Games: Make `CardGame::add_stack()` fallible
Sam Atkins
2022-10-15
Spider: Make the last move undoable
Gunnar Beutner
2022-10-10
LibCards+Games: Remove concept of a CardStack being focused
Sam Atkins
2022-10-10
Spider: Use CardGame dragging functionality
Sam Atkins
2022-10-10
LibCards+Games: Move `mark_intersecting_stacks_dirty()` to CardGame
Sam Atkins
2022-10-10
LibCards+Spider: Move `ensure_top_card_is_visible()` logic to CardStack
Sam Atkins
2022-10-10
LibCards+Games: Rename "draw" methods to "paint" for clarity
Sam Atkins
2022-10-10
LibCards+Games: Make CardGame responsible for managing CardStacks
Sam Atkins
2022-10-10
LibCards+Games: Move "create a deck" logic to LibCards
Sam Atkins
2022-08-22
LibCards+Games: Replace card "value" int with a Rank enum
Sam Atkins
2022-08-22
Spider: Migrate to CardGame
Sam Atkins
2022-05-29
Everywhere: Fix a bunch of typos
Linus Groh
2022-03-18
LibCards+Games: Change name of card type to card suit
Lenny Maiorani
2022-03-18
Libraries: Change enums to enum classes in LibCards
Lenny Maiorani
2022-02-16
Games: Use default constructors/destructors
Lenny Maiorani
2022-01-08
Spider: Add functionality to automatically move cards to valid stacks
Neolyum
2022-01-02
Spider: Redraw completely when drawing cards
Jamie Mansfield
2021-12-24
Spider: Add animation when drawing cards
Nihal Jere
2021-12-05
Games: Cast unused smart-pointer return values to void
Sam Atkins
2021-08-05
Spider: Clear selection when starting new game
Jamie Mansfield
2021-07-27
Spider: Start game if first move is to draw cards
Jamie Mansfield
2021-07-24
Spider: Use AK::get_random_uniform() instead of rand()/srand()
Gunnar Beutner
2021-07-24
Spider: Avoid reallocations for Vectors when possible
Gunnar Beutner
2021-07-15
Spider: Reduce overdraw when playing
Jamie Mansfield
2021-07-15
Spider: Reduce overdraw when drawing initial cards
Jamie Mansfield
2021-07-15
Spider: Automatically reveal top cards
Jamie Mansfield
2021-06-24
Games: Add Spider
Jamie Mansfield