summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibChess
AgeCommit message (Expand)Author
2023-05-09AK: Add the `Input` word to input-only buffered streamsLucas CHOLLET
2023-05-07Chess: Slightly improve error propagation during startupBen Wiederhake
2023-05-07Chess: Avoid IODevice and DeprecatedFileBen Wiederhake
2023-05-05LibChess+Chess: Ensure no pawns have moved when invoking 50 move ruleTim Ledbetter
2023-05-03LibChess+ChessEngine: Don't crash on error when reading UCI commandsTim Ledbetter
2023-05-03LibChess: Add optional ponder move to the BestMove commandTim Ledbetter
2023-05-03LibChess: Flesh out InfoCommand implementationTim Ledbetter
2023-05-03LibChess: Use the correct command type for InfoCommandTim Ledbetter
2023-04-28LibChess: Add the ucinewgame commandTim Ledbetter
2023-04-25LibCore: Simplify Core::Notifier by only allowing one event typeAndreas Kling
2023-04-24LibChess: Remove use of DeprecatedString in Move::from_algebraic()Sam Atkins
2023-04-24LibChess: Return ErrorOr<String> from to-algebraic/fen methodsSam Atkins
2023-04-24LibChess: Add and use Square::{file,rank}_char() methodsSam Atkins
2023-04-24LibChess: Make `piece_for_char_promotion()` more generally usefulSam Atkins
2023-04-24LibChess: Include pawns in FEN outputSam Atkins
2023-04-24LibChess: Move inputs when creating chess CommandsSam Atkins
2023-04-24LibChess: Convert Commands to use String and propagate errorsSam Atkins
2023-04-24LibChess: Return Commands by pointer from `FooCommand::from_string()`Sam Atkins
2023-04-24LibChess: Fix typo that always created DebugCommands as "on"Sam Atkins
2023-04-20LibChess: Allow UCIEndpoint to handle unexpected disconnectionsTim Ledbetter
2023-04-20LibChess: Add the UCI quit commandTim Ledbetter
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-06LibChess: Factorize the returned `StringView` for a drawLucas CHOLLET
2023-02-06Chess+LibChess: Avoid using `DeprecatedString` whenever possibleLucas CHOLLET
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-11-01Everywhere: Explicitly link all binaries against the LibC targetTim Schumacher
2022-08-22ChessEngine: Use reduced Board objects in MCTSTreeLucas CHOLLET
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12LibChess: Add convenience constructor for Chess::Squaresin-ack
2022-04-03LibChess: Change UCI::Command::Type to enum classLenny Maiorani
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-26Chess: On pgn import avoid losing piece promotion infoSimon Danner
2022-03-10Libraries: Use default constructors/destructors in LibChessLenny Maiorani
2021-12-11Everywhere: Fix -Winconsistent-missing-override warnings from ClangDaniel Bertalan
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-02Libraries: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02Everywhere: Mark overridden methods 'override'Ben Wiederhake
2021-07-30LibChess: Fix hashing of the chess boardMartin Blicha
2021-07-26LibChess: Early check of legal moveMartin Blicha
2021-06-22LibChess: Compact the Defenitions of various chess related typesPeter Elliott
2021-06-22LibChess: Only save hash of board state for repetition checkingPeter Elliott
2021-05-20LibChess: Fixed PGN export bug (#7300)Josh Perry
2021-05-17Chess: Fix signed/unsigned issuesJean-Baptiste Boric
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
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