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
Age
Commit message (
Expand
)
Author
2021-12-05
Games: Cast unused smart-pointer return values to void
Sam Atkins
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-27
Spider: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
Solitaire: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
Snake: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
Pong: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
Minesweeper: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
Hearts: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
GameOfLife: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
FlappyBug: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
Chess: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
Breakout: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
2048: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-24
FlappyBug: Support mouse clicks for flapping
Pedro Pereira
2021-11-24
Spider: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
Solitaire: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
Snake: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
Pong: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
Minesweeper: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
Hearts: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
GameOfLife: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
FlappyBug: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
Chess: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
Breakout: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
2048: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-23
Pong: Port to LibMain
Pedro Pereira
2021-11-23
GameOfLife: Port to LibMain
Pedro Pereira
2021-11-23
Solitaire: Port to LibMain
Pedro Pereira
2021-11-23
Snake: Port to LibMain
Pedro Pereira
2021-11-23
Hearts: Port to LibMain
Pedro Pereira
2021-11-23
FlappyBug+Spider: Update GUI:Application::construct usage
Pedro Pereira
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-22
Everywhere: Use Application::construct() with Main::Arguments directly
Mustafa Quraish
2021-11-22
Spider: Port to LibMain
pbrw
2021-11-22
FlappyBug: Port to LibMain
Pedro Pereira
2021-11-22
Chess: Port to LibMain
Pedro Pereira
2021-11-22
2048: Port to LibMain
Pedro Pereira
2021-11-22
Breakout: Port to LibMain
Pedro Pereira
2021-11-22
Minesweeper: Port to LibMain
Pedro Pereira
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-15
Minesweeper: Decrease min for Columns and Rows on Custom Game
Pedro Pereira
2021-11-15
Minesweeper: Create field from Difficulty enum
Pedro Pereira
2021-11-15
Minesweeper: Turn difficulty menu into checkable actions
Pedro Pereira
2021-11-14
Minesweeper: Add "Custom game..." difficulty
Pedro Pereira
2021-11-10
Solitaire: Fix 3 card draw from reversing after an undo
Camron
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-02
Demos+DevTools+Games: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-11-02
Everywhere: Mark overridden methods 'override'
Ben Wiederhake
2021-10-29
Minesweeper: Set time label to a fixed width
Musab Kılıç
[next]