1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00
BadFish/src
Joost VandeVondele bb843a00c1 Check tablebase files
This addresses partially issue #1911 in that it documents in our
Readme the command that users can use to verifying the md5sum of
their downloaded tablebase files.

Additionally, a quick check of the file size (the size of each
tablebase file modulo 64 is 16 as pointed out by @syzygy1) has been
implemented at launch time in Stockfish.

Closes https://github.com/official-stockfish/Stockfish/pull/1927
and https://github.com/official-stockfish/Stockfish/issues/1911

No functional change.
2019-01-04 15:36:39 +01:00
..
syzygy Check tablebase files 2019-01-04 15:36:39 +01:00
benchmark.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00
bitbase.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00
bitboard.cpp Assorted trivial cleanups (#1894) 2019-01-01 14:10:26 +01:00
bitboard.h remove extra line. 2018-12-09 12:59:57 +01:00
endgame.cpp Assorted trivial cleanups (#1894) 2019-01-01 14:10:26 +01:00
endgame.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
evaluate.cpp Assorted trivial cleanups (#1894) 2019-01-01 14:10:26 +01:00
evaluate.h A combo of parameter tweaks 2018-12-13 13:35:35 +01:00
main.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00
Makefile Stockfish 10-beta 2018-11-19 11:18:21 +01:00
material.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00
material.h Changes identified in RENAME/REFORMATTING thread (#1861) 2018-12-11 13:47:56 +01:00
misc.cpp Fix crash in best_group() (#1891) 2018-12-24 11:20:14 +01:00
misc.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
movegen.cpp Delay castling legality check 2019-01-04 14:23:14 +01:00
movegen.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
movepick.cpp Remove "Any" predicate filter (#1914) 2019-01-01 13:36:56 +01:00
movepick.h Assorted trivial cleanups (#1894) 2019-01-01 14:10:26 +01:00
pawns.cpp Assorted trivial cleanups (#1894) 2019-01-01 14:10:26 +01:00
pawns.h Remove openFiles in pawns. (#1917) 2019-01-01 13:38:09 +01:00
position.cpp Delay castling legality check 2019-01-04 14:23:14 +01:00
position.h Delay castling legality check 2019-01-04 14:23:14 +01:00
psqt.cpp Assorted trivial cleanups (#1894) 2019-01-01 14:10:26 +01:00
search.cpp Assorted trivial cleanups (#1894) 2019-01-01 14:10:26 +01:00
search.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
thread.cpp Start a TT resize only after search finished. 2018-12-16 09:41:09 +01:00
thread.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
thread_win32.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
timeman.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00
timeman.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
tt.cpp Use a bit less code to calculate hashfull() (#1830) 2018-12-23 16:10:07 +01:00
tt.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
types.h Delay castling legality check 2019-01-04 14:23:14 +01:00
uci.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00
uci.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
ucioption.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00