summaryrefslogtreecommitdiff
path: root/Userland/Games
AgeCommit message (Expand)Author
2021-11-27FlappyBug: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-27Chess: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-27Breakout: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-272048: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-24FlappyBug: Support mouse clicks for flappingPedro Pereira
2021-11-24Spider: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-24Solitaire: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-24Snake: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-24Pong: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-24Minesweeper: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-24Hearts: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-24GameOfLife: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-24FlappyBug: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-24Chess: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-24Breakout: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-242048: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-23Pong: Port to LibMainPedro Pereira
2021-11-23GameOfLife: Port to LibMainPedro Pereira
2021-11-23Solitaire: Port to LibMainPedro Pereira
2021-11-23Snake: Port to LibMainPedro Pereira
2021-11-23Hearts: Port to LibMainPedro Pereira
2021-11-23FlappyBug+Spider: Update GUI:Application::construct usagePedro Pereira
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-22Everywhere: Use Application::construct() with Main::Arguments directlyMustafa Quraish
2021-11-22Spider: Port to LibMainpbrw
2021-11-22FlappyBug: Port to LibMainPedro Pereira
2021-11-22Chess: Port to LibMainPedro Pereira
2021-11-222048: Port to LibMainPedro Pereira
2021-11-22Breakout: Port to LibMainPedro Pereira
2021-11-22Minesweeper: Port to LibMainPedro Pereira
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-11-15Minesweeper: Decrease min for Columns and Rows on Custom GamePedro Pereira
2021-11-15Minesweeper: Create field from Difficulty enumPedro Pereira
2021-11-15Minesweeper: Turn difficulty menu into checkable actionsPedro Pereira
2021-11-14Minesweeper: Add "Custom game..." difficultyPedro Pereira
2021-11-10Solitaire: Fix 3 card draw from reversing after an undoCamron
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-02Demos+DevTools+Games: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02Everywhere: Mark overridden methods 'override'Ben Wiederhake
2021-10-29Minesweeper: Set time label to a fixed widthMusab Kılıç
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-052048: Let user decide if he wants to continue the gameMohsan Ali
2021-09-15Breakout: Tag fallthrough statementMatheus Vinicius
2021-09-15Breakout: Add possibility to play with A and DMatheus Vinicius
2021-09-13Everywhere: Use my fancy new serenityos.org email :^)Mustafa Quraish
2021-09-10Breakout: Improve collision response between ball and paddleDamien Firmenich
2021-09-08Pong: Switch to global trackingBen Wiederhake
2021-09-06Solitaire: Add Auto-Collect gameplay optionThitat Auareesuksakul
2021-09-03Everywhere: Use my shiny new serenityos.org email :^)Sam Atkins