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
/
Chess
Age
Commit message (
Expand
)
Author
2023-05-10
Chess+GameSettings: Optionally highlight the king when in check
Tim Ledbetter
2023-05-07
Chess: Slightly improve error propagation during startup
Ben Wiederhake
2023-05-07
Chess: Avoid IODevice and DeprecatedFile
Ben Wiederhake
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+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-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-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-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-02-21
Userland: Fix remaining smart pointer const-correctness issues
Andreas Kling
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-13
Userland: Use default initializer instead of an empty string for Buttons
Karol Kosek
2023-02-06
Chess+LibChess: Avoid using `DeprecatedString` whenever possible
Lucas CHOLLET
2023-02-06
Chess: Move `ChessWidget` to the create pattern
Lucas CHOLLET
2023-02-04
Chess+GamesSettings: Give chess pieces some breathing room
Sam Atkins
2023-02-04
Chess+GamesSettings: Use the correct term for chess squares
Sam Atkins
2023-02-02
Chess: Replace 'Style' menu with a link to GamesSettings
Sam Atkins
2023-02-02
Chess: Automatically update and repaint when the config changes
Sam Atkins
2023-02-02
Chess: Paint pieces using BilinearBlend instead of NearestNeighbor
Sam Atkins
2023-02-02
Chess: Stop hiding the frame border
Sam Atkins
2023-02-02
Chess: Move configuration values into the "Games" domain
Sam Atkins
2023-02-02
Chess: Stop trying to read non-existent window-size config value
Sam Atkins
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
2023-01-07
Chess: Port to `Core::Stream`
Lucas CHOLLET
2023-01-07
LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
Karol Kosek
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-14
LibFileSystemAccessClient: Rename `try_save_file` =>
Lucas CHOLLET
2022-12-14
Chess: Ignore unhandled keydown events
Sam Atkins
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Applications: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
[next]