summaryrefslogtreecommitdiff
path: root/Userland/Games/Solitaire
AgeCommit message (Expand)Author
2021-11-27Solitaire: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-24Solitaire: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-23Solitaire: Port to LibMainPedro Pereira
2021-11-10Solitaire: Fix 3 card draw from reversing after an undoCamron
2021-09-06Solitaire: Add Auto-Collect gameplay optionThitat Auareesuksakul
2021-09-03Everywhere: Use my shiny new serenityos.org email :^)Sam Atkins
2021-08-28Solitaire: Remove wpath and cpath pledges and pledge earlierLuke Wilde
2021-08-26Games: Remove unveiling /tmp/portal/configRalf Donau
2021-08-26Solitaire: Use LibConfig instead of Core::ConfigFileThitat Auareesuksakul
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-07Solitaire: Don't allow the player to draw cards while mouse is downthisSyntaxSucksAndYouKnowIt
2021-08-06Solitaire: Get user confirmation to close when there is a active gameJamie Mansfield
2021-08-05Solitaire: Clear selection when starting new gameJamie Mansfield
2021-07-24Solitaire: Use AK::get_random_uniform() instead of rand()/srand()Gunnar Beutner
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-15Solitaire: Reduce overdraw when drawing initial cardsJamie Mansfield
2021-06-24Solitaire: Maybe fix rare crash from completing a game with TAB (#8217)Sam Atkins
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-13Solitaire: Disable filling with background color during end animationSam Atkins
2021-06-13Solitaire: Only start timer when a move happensSam Atkins
2021-06-13Solitaire: Prevent undo when the game is overSam 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: Fix invisible cards when multiple are tab-moved at onceSam Atkins
2021-06-11Solitaire: Combine duplicate tab/double-click logicSam Atkins
2021-06-11Solitaire: Subtract points when undoing a card-flipSam Atkins
2021-06-11Solitaire: Correctly score automatic moves using <tab>Sam Atkins
2021-06-04Solitaire+LibCards: Draw card stacks with rounded cornersTimothy Flynn
2021-06-04Solitaire: Fixes undo feature from incorrect merge conflict resolutionMatthew Jones
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: Persist high score separately per game modeTimothy Flynn
2021-05-25Solitaire: Award bonus points based on time elapsedTimothy Flynn
2021-05-25Solitaire: Tweak scoring for three-card draw modeTimothy Flynn
2021-05-25Solitaire: Remove dead call to Game::start_game_over_animationTimothy Flynn
2021-05-25Solitaire: Only update high score after a victorious gameTimothy Flynn
2021-05-21Solitaire: Move cards functionality into LibCardsGunnar Beutner
2021-05-20Solitaire: Fix a spelling mistake in one of the variable namesGunnar Beutner
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-18Solitaire: Prevent player dragging entire stack to foundationJesse Buhagiar
2021-05-18Solitaire: Display high score in status barTimothy Flynn
2021-05-18Solitaire: Track and persist high scoreTimothy Flynn
2021-05-18Solitaire: Persist game mode to config fileTimothy Flynn
2021-05-18Solitaire: Stop timer if new game animation is runningMarcus Nilsson
2021-05-16Solitaire: Add key combo to dump the state of the layoutTimothy Flynn
2021-05-16Solitaire: Add shift modifier to hidden "game over" key comboTimothy 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