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-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ıç
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-05
2048: Let user decide if he wants to continue the game
Mohsan Ali
2021-09-15
Breakout: Tag fallthrough statement
Matheus Vinicius
2021-09-15
Breakout: Add possibility to play with A and D
Matheus Vinicius
2021-09-13
Everywhere: Use my fancy new serenityos.org email :^)
Mustafa Quraish
2021-09-10
Breakout: Improve collision response between ball and paddle
Damien Firmenich
2021-09-08
Pong: Switch to global tracking
Ben Wiederhake
2021-09-06
Solitaire: Add Auto-Collect gameplay option
Thitat Auareesuksakul
2021-09-03
Everywhere: Use my shiny new serenityos.org email :^)
Sam Atkins
2021-08-31
GameOfLife: Don't enable rotate button if a pattern isn't selected
Musab Kılıç
2021-08-30
Minesweeper: Use AK::get_random_uniform() instead of rand()
Andreas Kling
2021-08-30
Snake: Use AK::get_random_uniform() instead of rand()
Andreas Kling
2021-08-28
2048: Remove wpath and cpath pledges
Luke Wilde
2021-08-28
Spider: Remove wpath and cpath pledges and pledge earlier
Luke Wilde
2021-08-28
Solitaire: Remove wpath and cpath pledges and pledge earlier
Luke Wilde
2021-08-28
Chess: Perform pledges earlier
Luke Wilde
2021-08-28
FlappyBug: Remove wpath and cpath pledges
Luke Wilde
2021-08-28
GameOfLife: Add pledge and unveil
Luke Wilde
2021-08-28
Pong: Remove wpath and cpath pledges
Luke Wilde
2021-08-28
Snake: Remove wpath and cpath pledges
Luke Wilde
2021-08-28
Minesweeper: Remove wpath and cpath pledges
Luke Wilde
2021-08-27
Hearts: Remove `wpath` and `cpath` priviliges
Mustafa Quraish
2021-08-27
Hearts: Use LibConfig instead of Core::ConfigFile
Mustafa Quraish
2021-08-27
Pong: Remove unused Core::ConfigFile imports
Mustafa Quraish
2021-08-27
Spider: Use LibConfig instead of Core::ConfigFile
Mustafa Quraish
[next]