summaryrefslogtreecommitdiff
path: root/Userland/Services/ChessEngine
AgeCommit message (Expand)Author
2023-05-27Chess+ChessEngine: Fix stockfish by setting correct blocking flagBen Wiederhake
2023-05-13Userland: Merge DEFAULT_PATH into LibFileSystem/FileSystem.hBen Wiederhake
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-24LibChess: Convert Commands to use String and propagate errorsSam Atkins
2023-04-20ChessEngine: Gracefully handle GUI disconnectionsTim Ledbetter
2023-04-20ChessEngine: Handle the UCI quit commandTim Ledbetter
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-03-06Everywhere: Remove NonnullOwnPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-08-22ChessEngine: Don't throw away useful branches from last treeLucas CHOLLET
2022-08-22ChessEngine: Use reduced Board objects in MCTSTreeLucas CHOLLET
2022-08-22ChessEngine: Limit MCTSTree expansionLucas CHOLLET
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-01-03ChessEngine: Remove unused 'rpath' promisebugreport0
2021-11-30ChessEngine: Port to LibMain :^)Andreas Kling
2021-11-02Services: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02Everywhere: Mark overridden methods 'override'Ben Wiederhake
2021-09-12ChessEngine: Use ElapsedTimer::start_new()Brian Gianforcaro
2021-08-01Services: Remove unused header includesBrian Gianforcaro
2021-07-08ChessEngine: Don't call non-constexpr `sqrt` in a constexpr intiializerDaniel Bertalan
2021-06-22ChessEngine: don't store board in non-leaf nodes in MCTSPeter Elliott
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-14Userland: Replace arc4random() with get_random<u32>()Jean-Baptiste Boric
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling