summaryrefslogtreecommitdiff
path: root/Userland/Games/Chess/Engine.h
AgeCommit message (Expand)Author
2023-04-28Chess: Send a ucinewgame command to the engine on starting a new gameTim Ledbetter
2023-04-20Chess: Gracefully handle ChessEngine disconnectionsTim Ledbetter
2023-04-20Chess: Send a quit command to ChessEngine when it is no longer in useTim Ledbetter
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-02Everywhere: Mark overridden methods 'override'Ben Wiederhake
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Games: Move to Userland/Games/Andreas Kling