summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibChess/Chess.h
AgeCommit message (Expand)Author
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-07-30LibChess: Fix hashing of the chess boardMartin 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-17Chess: Fix signed/unsigned issuesJean-Baptiste Boric
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling