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
2023-05-10
Chess+GameSettings: Optionally highlight the king when in check
Tim Ledbetter
2023-05-09
AK: Add the `Input` word to input-only buffered streams
Lucas CHOLLET
2023-05-07
Chess: Slightly improve error propagation during startup
Ben Wiederhake
2023-05-07
Chess: Avoid IODevice and DeprecatedFile
Ben Wiederhake
2023-05-06
Base+Snake: Capitalize snake skin names
Cubic Love
2023-05-05
LibChess+Chess: Ensure no pawns have moved when invoking 50 move rule
Tim Ledbetter
2023-05-05
LibGUI: Make `Application`'s construction fallible
Lucas CHOLLET
2023-05-05
Base+Minesweeper: Move assets from /icons/ to /graphics/
Cubic Love
2023-05-05
Base+FlappyBug: Move assets from /icons/ to /graphics/
Cubic Love
2023-05-05
Base+ColorLines: Move assets from /icons/ to /graphics/
Cubic Love
2023-05-05
Base+LibChess: Move assets from /icons/ to /graphics/
Cubic Love
2023-05-03
Chess: Spawn new engine process immediately after engine is selected
Tim Ledbetter
2023-05-03
Chess: Allow stockfish to be used if available
Tim Ledbetter
2023-04-30
LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle
thankyouverycool
2023-04-30
LibGUI: Remove Label icons and replace instances with ImageWidget
thankyouverycool
2023-04-30
LibGUI+Userland: Port Labels to String
thankyouverycool
2023-04-29
Chess: Don't attempt to update the board when clicking out of bounds
Tim Ledbetter
2023-04-29
Chess: Display appropriate dialog when engine move ends the game
Tim Ledbetter
2023-04-28
Chess: Send a ucinewgame command to the engine on starting a new game
Tim Ledbetter
2023-04-24
LibChess: Return ErrorOr<String> from to-algebraic/fen methods
Sam Atkins
2023-04-24
LibChess: Add and use Square::{file,rank}_char() methods
Sam Atkins
2023-04-21
Spider: Fix crash when completing a deck
Jamie Mansfield
2023-04-20
Chess: Gracefully handle ChessEngine disconnections
Tim Ledbetter
2023-04-20
Chess: Send a quit command to ChessEngine when it is no longer in use
Tim Ledbetter
2023-04-19
LibGUI+Userland: Make Menu::*add_submmenu take name using new string
Karol Kosek
2023-04-19
LibGUI+Userland: Make Window::*add_menu take name using new string
Karol Kosek
2023-04-18
MasterWord: Use numeric InputBox for settings
thankyouverycool
2023-04-18
LibGUI+Userland: Improve error and font handling for InputBox
thankyouverycool
2023-04-17
Minesweeper: Simplify resizing game window
thankyouverycool
2023-04-17
MasterWord: Rectify resizing game window
thankyouverycool
2023-04-17
MasterWord: Set icon before showing window
thankyouverycool
2023-04-15
LibGfx+Userland: Add width_rounded_up() helper
thankyouverycool
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-04-09
BrickGame: Remember the "Show Shadow Piece" setting between executions
Karol Baraniecki
2023-04-09
BrickGame: Add a menu option to disable the shadow drop hint
Karol Baraniecki
2023-04-09
BrickGame: Show where a piece would end up when after a fast drop
Karol Baraniecki
2023-04-09
BrickGame: Use title case in menu items consistently
Karol Baraniecki
2023-04-09
BrickGame: Add a missing [[nodiscard]] for consistency
Karol Baraniecki
2023-04-09
BrickGame: Port from DeprecatedStrings to Strings
Karol Baraniecki
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-20
Snake: Implement image-based skins
Sam Atkins
2023-03-20
Snake: Move geometry types into Geometry.h and add Direction enum
Sam Atkins
2023-03-20
Snake: Remember if game was paused when picking color
Sam Atkins
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-13
BrickGame: Add a "Pause" option to the Game menu
Karol Baraniecki
2023-03-13
BrickGame: Show a box with "Paused" in it when the game is paused
Karol Baraniecki
2023-03-13
BrickGame: Disallow manual piece movement while paused
Karol Baraniecki
2023-03-13
BrickGame: Stop bricks from falling when paused
Karol Baraniecki
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
[next]