summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibChess
AgeCommit message (Expand)Author
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
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-18LibChess: SetOptionCommand: Set provided option name and valueBrendan Coles
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling