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-05-22
GameOfLife: Add choosable patterns
Ryan Wilson
2021-05-21
Games: Add Hearts
Gunnar Beutner
2021-05-21
Solitaire: Move cards functionality into LibCards
Gunnar Beutner
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-20
Solitaire: Fix a spelling mistake in one of the variable names
Gunnar Beutner
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()
Andreas Kling
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
Andreas Kling
2021-05-18
Solitaire: Prevent player dragging entire stack to foundation
Jesse Buhagiar
2021-05-18
Pong: Make the game winnable
Dmitrii Ubskii
2021-05-18
Pong: Fix paddle movement across resets if keys are held
Dmitrii Ubskii
2021-05-18
Pong: Improve mouse controls
Dmitrii Ubskii
2021-05-18
Pong: Improve AI paddle movement
Dmitrii Ubskii
2021-05-18
Pong: Fix score display
Dmitrii Ubskii
2021-05-18
Solitaire: Display high score in status bar
Timothy Flynn
2021-05-18
Solitaire: Track and persist high score
Timothy Flynn
2021-05-18
Solitaire: Persist game mode to config file
Timothy Flynn
2021-05-18
2048: Display action status tips in status bar
Timothy Flynn
2021-05-18
2048: Do not default to only temporarily applying settings changes
Timothy Flynn
2021-05-18
2048: Widen the settings window
Timothy Flynn
2021-05-18
2048: Intialize settings window with current values
Timothy Flynn
2021-05-18
Solitaire: Stop timer if new game animation is running
Marcus Nilsson
2021-05-18
2048: Minimize player score when selecting worst tile
Dmitrii Ubskii
2021-05-18
2048: Evil AI logic: select new tile in the worst position
Dmitrii Ubskii
2021-05-18
2048: Evil AI settings entry
Dmitrii Ubskii
2021-05-18
2048: Refactor tile sliding and score logic out of attempt_move()
Dmitrii Ubskii
2021-05-17
Chess: Fix signed/unsigned issues
Jean-Baptiste Boric
2021-05-17
Chess: Make the main widget a GUI::Frame for a nicer look :^)
Andreas Kling
2021-05-16
GameOfLife: Don't randomize cells on board resize
Linus Groh
2021-05-16
GameOfLife: Use a frame as the board widget container
Linus Groh
2021-05-16
GameOfLife: Add vertical separator between interval and action buttons
Linus Groh
2021-05-16
GameOfLife: Move "ms" interval label to GML
Linus Groh
2021-05-16
GameOfLife: Auto-size toolbar labels
Linus Groh
2021-05-16
GameOfLife: Remove some unused includes
Linus Groh
2021-05-16
GameOfLife: Add some margin to the toolbar layout
Linus Groh
2021-05-16
GameOfLife: Switch from single indexed vector to rows+columns
Linus Groh
2021-05-16
Solitaire: Add key combo to dump the state of the layout
Timothy Flynn
2021-05-16
Solitaire: Add shift modifier to hidden "game over" key combo
Timothy Flynn
2021-05-16
Solitaire: Add setting for number of cards to be drawn
Timothy Flynn
2021-05-16
Solitaire: Add stack for the playable cards on top of the waste stack
Timothy Flynn
2021-05-15
GameOfLife: Spell about action app name as "Game Of Life"
Linus Groh
2021-05-15
GameOfLife: Add separator before quit menu action
Linus Groh
2021-05-15
GameOfLife: Add alt shortcuts to menus
Linus Groh
2021-05-15
GameOfLife: Rename primary menu to just "Game"
Linus Groh
2021-05-15
Games: Add GameOfLife
Andres Crucitti
2021-05-14
Userland: Replace arc4random() with get_random<u32>()
Jean-Baptiste Boric
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
2048: Add separator before quit menu action
Linus Groh
2021-05-12
Everywhere: Add Alt shortcuts to remaining top-level menus
Linus Groh
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
[next]