index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
ChessEngine
Age
Commit message (
Expand
)
Author
2023-05-27
Chess+ChessEngine: Fix stockfish by setting correct blocking flag
Ben Wiederhake
2023-05-13
Userland: Merge DEFAULT_PATH into LibFileSystem/FileSystem.h
Ben Wiederhake
2023-05-07
Chess: Slightly improve error propagation during startup
Ben Wiederhake
2023-05-07
Chess: Avoid IODevice and DeprecatedFile
Ben Wiederhake
2023-05-03
LibChess+ChessEngine: Don't crash on error when reading UCI commands
Tim Ledbetter
2023-04-28
ChessEngine: Reset the engine state on receiving a ucinewgame command
Tim Ledbetter
2023-04-24
LibChess: Convert Commands to use String and propagate errors
Sam Atkins
2023-04-20
ChessEngine: Gracefully handle GUI disconnections
Tim Ledbetter
2023-04-20
ChessEngine: Handle the UCI quit command
Tim Ledbetter
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-08-22
ChessEngine: Don't throw away useful branches from last tree
Lucas CHOLLET
2022-08-22
ChessEngine: Use reduced Board objects in MCTSTree
Lucas CHOLLET
2022-08-22
ChessEngine: Limit MCTSTree expansion
Lucas CHOLLET
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2022-01-03
ChessEngine: Remove unused 'rpath' promise
bugreport0
2021-11-30
ChessEngine: Port to LibMain :^)
Andreas Kling
2021-11-02
Services: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-11-02
Everywhere: Mark overridden methods 'override'
Ben Wiederhake
2021-09-12
ChessEngine: Use ElapsedTimer::start_new()
Brian Gianforcaro
2021-08-01
Services: Remove unused header includes
Brian Gianforcaro
2021-07-08
ChessEngine: Don't call non-constexpr `sqrt` in a constexpr intiializer
Daniel Bertalan
2021-06-22
ChessEngine: don't store board in non-leaf nodes in MCTS
Peter Elliott
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-05-14
Userland: Replace arc4random() with get_random<u32>()
Jean-Baptiste Boric
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Services: Move to Userland/Services/
Andreas Kling