ladybird/Userland/Libraries/LibChess
Jean-Baptiste Boric 0262a99a1f Chess: Fix signed/unsigned issues
Make everything signed so that we don't have to deal with silly casting
issues thoughout the Chess code. I am unsure if this affects the chess
AI negatively, it seems just as "intelligent" before and after this
change :^)
2021-05-17 18:14:05 +01:00
..
Chess.cpp Chess: Fix signed/unsigned issues 2021-05-17 18:14:05 +01:00
Chess.h Chess: Fix signed/unsigned issues 2021-05-17 18:14:05 +01:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
UCICommand.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
UCICommand.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
UCIEndpoint.cpp Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 2021-05-01 21:25:06 +02:00
UCIEndpoint.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00