summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibChess/Chess.cpp
AgeCommit message (Expand)Author
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-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-26Chess: On pgn import avoid losing piece promotion infoSimon Danner
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-07-26LibChess: Early check of legal moveMartin Blicha
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-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-12Libraries: Move to Userland/Libraries/Andreas Kling