summaryrefslogtreecommitdiff
path: root/Userland/Games
AgeCommit message (Expand)Author
2022-12-12Games: Add ColorLinesOleg Kosenkov
2022-12-12Minesweeper: Revise the maximum mine limit in custom game settingsArda Cinar
2022-12-12Minesweeper: Make sure icons of cells are set after generating fieldArda Cinar
2022-12-12Minesweeper: Use a faster method to generate game fieldArda Cinar
2022-12-11MasterWord: Display the last word in a different color for short inputArda Cinar
2022-12-11MasterWord: Display messages in a statusbarArda Cinar
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-30Flood: Apply the color scheme immediately after closing settingsimplicitfield
2022-11-30Flood: Store the board as a vector of integersimplicitfield
2022-11-30Flood: Return a Color from Board::cellimplicitfield
2022-11-142048: Call event.ignore() correctly in 2048's BoardView keydown handlerZaggy1024
2022-11-09Everywhere: Fix a few comment typosNico Weber
2022-11-05Games: Add BrickGameOleg Kosenkov
2022-11-03Flood: Link against all required libraries privatelyAndrew Kaster
2022-11-03Games: Add Floodimplicitfield
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-21Snake: Add more emoji as in-game food graphicsXexxa
2022-10-20Snake: Use emoji for in-game food graphicsXexxa
2022-10-172048: Do not decrement m_target_tile_powerimplicitfield
2022-10-172048: Convert to GMLimplicitfield
2022-10-15Spider: Make the last move undoableGunnar Beutner
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-10-10Solitaire: Ignore all key presses while dragging cardsSam Atkins
2022-10-10Solitaire: Make `auto_move_eligible_cards_to_foundations()` iterativeSam Atkins
2022-10-10LibCards+Games: Remove concept of a CardStack being focusedSam Atkins
2022-10-10Spider: Use CardGame dragging functionalitySam Atkins
2022-10-10Solitaire: 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-10-03Userland: Tighten promises by removing 'proc' where it isn't usedTimothy Flynn
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-10-02Snake: Show message box on game overmatcool
2022-10-02Games: Wrong parent window passed to GUI::MessageBoxMonroe Clinton
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-20MasterWord: Port to Core::StreamSam Atkins
2022-09-12Everywhere: Use my very shiny serenityos.org email :^)networkException
2022-08-26Chess: Highlight piece origin square when dragging pieceJean Lourenço
2022-08-22LibCards+Games: Replace card "value" int with a Rank enumSam Atkins
2022-08-22Spider: Migrate to CardGameSam Atkins
2022-08-22Hearts: Migrate to CardGameSam Atkins
2022-08-22Solitaire: Migrate to CardGameSam Atkins
2022-08-14Base: Launch FileSystemAccessServer at session start-upLucas CHOLLET
2022-08-14Everywhere: Replace hardcoded anon's uid in unveil path with `%uid`Lucas CHOLLET