1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 09:47:35 +00:00
serenity/Userland/Games/Chess
Tim Ledbetter bf320e4826 Chess: Send a quit command to ChessEngine when it is no longer in use
The chess GUI now instructs the ChessEngine to gracefully exit by
sending a UCI quit command.
2023-04-20 09:59:18 +01:00
..
ChessWidget.cpp Everywhere: Remove unintentional partial stream reads and writes 2023-03-13 15:16:20 +00:00
ChessWidget.h Userland: Fix remaining smart pointer const-correctness issues 2023-02-21 00:54:04 +01:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Engine.cpp Chess: Send a quit command to ChessEngine when it is no longer in use 2023-04-20 09:59:18 +01:00
Engine.h Chess: Send a quit command to ChessEngine when it is no longer in use 2023-04-20 09:59:18 +01:00
main.cpp LibGUI+Userland: Make Menu::*add_submmenu take name using new string 2023-04-19 07:59:54 +02:00
PromotionDialog.cpp Userland: Use default initializer instead of an empty string for Buttons 2023-02-13 00:45:09 +00:00
PromotionDialog.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00