summaryrefslogtreecommitdiff
path: root/Userland/Services/ChessEngine/ChessEngine.h
AgeCommit message (Expand)Author
2023-05-07Chess: Slightly improve error propagation during startupBen Wiederhake
2023-05-07Chess: Avoid IODevice and DeprecatedFileBen Wiederhake
2023-05-03LibChess+ChessEngine: Don't crash on error when reading UCI commandsTim Ledbetter
2023-04-28ChessEngine: Reset the engine state on receiving a ucinewgame commandTim Ledbetter
2023-04-20ChessEngine: Gracefully handle GUI disconnectionsTim Ledbetter
2023-04-20ChessEngine: Handle the UCI quit commandTim Ledbetter
2022-08-22ChessEngine: Don't throw away useful branches from last treeLucas CHOLLET
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2021-11-02Services: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02Everywhere: Mark overridden methods 'override'Ben Wiederhake
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Services: Move to Userland/Services/Andreas Kling