summaryrefslogtreecommitdiff
path: root/Userland/Games
AgeCommit message (Expand)Author
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
2022-08-14LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`Lucas CHOLLET
2022-08-08Chess: Import/Export chessboards using LibFileSystemAccessClientKarol Kosek
2022-08-05Minesweeper: Update GML and fix layout issuesthankyouverycool
2022-07-24Minesweeper: Remove decimal point from the time labelKarol Kosek
2022-07-19LaunchServer+SystemServer: Move the portal to a user-specific directoryLucas CHOLLET
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-30Applications+Games+LibGUI: Fix layout problemsFrHun
2022-06-28Applications: Remove usages of deprecated implicit conversionsFrHun
2022-06-15Userland+Base: Remove Breakout and Pong gamesAndreas Kling
2022-06-05Pong: Paint ball antialiasedMacDue
2022-06-05Chess: Paint move marker antialiasedMacDue
2022-06-05Breakout: Paint ball antialiasedMacDue
2022-05-29Everywhere: Fix a bunch of typosLinus Groh