serenity/Userland
Tim Ledbetter 8b6c538f2a Chess: Gracefully handle ChessEngine disconnections
The GUI now tracks when it becomes disconnected from ChessEngine.
If not currently waiting for a move from ChessEngine, it will
automatically reconnect on the next engine move. If a disconnection
occurs while waiting for a move, the player is asked whether they
want to try again or not.
2023-04-20 09:59:18 +01:00
..
Applets
Applications LibGUI+Userland: Make Menu::*add_submmenu take name using new string 2023-04-19 07:59:54 +02:00
BuggieBox
Demos LibGUI+Userland: Make Menu::*add_submmenu take name using new string 2023-04-19 07:59:54 +02:00
DevTools LibGUI+Userland: Make Menu::*add_submmenu take name using new string 2023-04-19 07:59:54 +02:00
DynamicLoader
Games Chess: Gracefully handle ChessEngine disconnections 2023-04-20 09:59:18 +01:00
Libraries LibChess: Allow UCIEndpoint to handle unexpected disconnections 2023-04-20 09:59:18 +01:00
Services ChessEngine: Gracefully handle GUI disconnections 2023-04-20 09:59:18 +01:00
Shell
Utilities ldd: Pledge map_fixed 2023-04-17 19:29:20 -04:00
CMakeLists.txt