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
/
Solitaire
/
Game.h
Age
Commit message (
Expand
)
Author
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-01
Solitaire: Make double-click skip the new-game animation
Sam Atkins
2023-02-01
Solitaire: Use a single State enum instead of a series of booleans
Sam Atkins
2023-01-06
Solitaire: Replace animation Card with manual painting
Sam Atkins
2023-01-06
Solitaire: Make Game creation fallible
Sam Atkins
2023-01-06
LibCards+Solitaire: Elevate card highlight management to the card stack
Timothy Flynn
2023-01-05
Solitaire: Highlight cards beneath dragged cards that are valid targets
Timothy Flynn
2022-10-10
Solitaire: Use CardGame dragging functionality
Sam Atkins
2022-10-10
LibCards+Games: Move `mark_intersecting_stacks_dirty()` to CardGame
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-08-22
Solitaire: Migrate to CardGame
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-16
Games: Use default constructors/destructors
Lenny Maiorani
2021-09-06
Solitaire: Add Auto-Collect gameplay option
Thitat Auareesuksakul
2021-09-03
Everywhere: Use my shiny new serenityos.org email :^)
Sam Atkins
2021-06-13
Solitaire: Disable filling with background color during end animation
Sam Atkins
2021-06-13
Solitaire: Allow automatic moves to end the game and animate
Sam Atkins
2021-06-11
Solitaire: Iterate the foundation stacks and inline move_card()
Sam Atkins
2021-06-11
Solitaire: Combine duplicate tab/double-click logic
Sam Atkins
2021-06-11
Solitaire: Subtract points when undoing a card-flip
Sam Atkins
2021-06-04
Solitaire+LibCards: Draw card stacks with rounded corners
Timothy Flynn
2021-06-03
Solitaire: Add keys for drawing and moving cards to foundation stacks
Matthew B. Jones
2021-06-03
Solitaire: Add undo functionality
Matthew B. Jones
2021-05-27
Solitaire: Start timer when first card is moved
Marcus Nilsson
2021-05-25
Solitaire: Tweak scoring for three-card draw mode
Timothy Flynn
2021-05-25
Solitaire: Only update high score after a victorious game
Timothy Flynn
2021-05-21
Solitaire: Move cards functionality into LibCards
Gunnar Beutner
2021-05-18
Solitaire: Persist game mode to config file
Timothy Flynn
2021-05-16
Solitaire: Add key combo to dump the state of the layout
Timothy Flynn
2021-05-16
Solitaire: Add setting for number of cards to be drawn
Timothy Flynn
2021-05-16
Solitaire: Add stack for the playable cards on top of the waste stack
Timothy Flynn
2021-05-05
Solitaire: Add statusbar segment to display elapsed time
Timothy Flynn
2021-05-05
Solitaire: Refactor painting logic to accomodate to-be-added widgets
Timothy Flynn
2021-05-05
Solitaire: Convert Solitaire GUI to a frame
Timothy Flynn
2021-05-05
Solitaire: Convert Solitaire window to be created from GML
Timothy Flynn
2021-05-05
Solitaire: Place files in Solitaire namespace and rename main widget
Timothy Flynn