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
Age
Commit message (
Expand
)
Author
2021-11-27
Solitaire: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-24
Solitaire: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-23
Solitaire: Port to LibMain
Pedro Pereira
2021-11-10
Solitaire: Fix 3 card draw from reversing after an undo
Camron
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-08-28
Solitaire: Remove wpath and cpath pledges and pledge earlier
Luke Wilde
2021-08-26
Games: Remove unveiling /tmp/portal/config
Ralf Donau
2021-08-26
Solitaire: Use LibConfig instead of Core::ConfigFile
Thitat Auareesuksakul
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
networkException
2021-08-07
Solitaire: Don't allow the player to draw cards while mouse is down
thisSyntaxSucksAndYouKnowIt
2021-08-06
Solitaire: Get user confirmation to close when there is a active game
Jamie Mansfield
2021-08-05
Solitaire: Clear selection when starting new game
Jamie Mansfield
2021-07-24
Solitaire: Use AK::get_random_uniform() instead of rand()/srand()
Gunnar Beutner
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-15
Solitaire: Reduce overdraw when drawing initial cards
Jamie Mansfield
2021-06-24
Solitaire: Maybe fix rare crash from completing a game with TAB (#8217)
Sam Atkins
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-13
Solitaire: Disable filling with background color during end animation
Sam Atkins
2021-06-13
Solitaire: Only start timer when a move happens
Sam Atkins
2021-06-13
Solitaire: Prevent undo when the game is over
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: Fix invisible cards when multiple are tab-moved at once
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-11
Solitaire: Correctly score automatic moves using <tab>
Sam Atkins
2021-06-04
Solitaire+LibCards: Draw card stacks with rounded corners
Timothy Flynn
2021-06-04
Solitaire: Fixes undo feature from incorrect merge conflict resolution
Matthew Jones
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: Persist high score separately per game mode
Timothy Flynn
2021-05-25
Solitaire: Award bonus points based on time elapsed
Timothy Flynn
2021-05-25
Solitaire: Tweak scoring for three-card draw mode
Timothy Flynn
2021-05-25
Solitaire: Remove dead call to Game::start_game_over_animation
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-20
Solitaire: Fix a spelling mistake in one of the variable names
Gunnar Beutner
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
Andreas Kling
2021-05-18
Solitaire: Prevent player dragging entire stack to foundation
Jesse Buhagiar
2021-05-18
Solitaire: Display high score in status bar
Timothy Flynn
2021-05-18
Solitaire: Track and persist high score
Timothy Flynn
2021-05-18
Solitaire: Persist game mode to config file
Timothy Flynn
2021-05-18
Solitaire: Stop timer if new game animation is running
Marcus Nilsson
2021-05-16
Solitaire: Add key combo to dump the state of the layout
Timothy Flynn
2021-05-16
Solitaire: Add shift modifier to hidden "game over" key combo
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
[prev]
[next]