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
/
Services
/
ChessEngine
/
ChessEngine.h
Age
Commit message (
Expand
)
Author
2023-05-07
Chess: Slightly improve error propagation during startup
Ben Wiederhake
2023-05-07
Chess: Avoid IODevice and DeprecatedFile
Ben Wiederhake
2023-05-03
LibChess+ChessEngine: Don't crash on error when reading UCI commands
Tim Ledbetter
2023-04-28
ChessEngine: Reset the engine state on receiving a ucinewgame command
Tim Ledbetter
2023-04-20
ChessEngine: Gracefully handle GUI disconnections
Tim Ledbetter
2023-04-20
ChessEngine: Handle the UCI quit command
Tim Ledbetter
2022-08-22
ChessEngine: Don't throw away useful branches from last tree
Lucas CHOLLET
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2021-11-02
Services: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-11-02
Everywhere: Mark overridden methods 'override'
Ben Wiederhake
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Services: Move to Userland/Services/
Andreas Kling