1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-12 03:59:15 +00:00
BadFish/src
Joona Kiiski 7f51610103 Don't print fail-high or fail-lows in MultiPV mode
Supposed to give a better user experience when using MultiPV mode

No functional change

Resolves #217
2015-01-18 14:38:46 +00:00
..
syzygy Fix syzygy warnings with Intel compiler 2015-01-18 07:29:51 +01:00
benchmark.cpp Higher movetime resolution for benchmarks 2015-01-11 20:07:11 +00:00
bitbase.cpp Update copyright year 2015-01-10 11:46:28 +01:00
bitboard.cpp Update copyright year 2015-01-10 11:46:28 +01:00
bitboard.h Update copyright year 2015-01-10 11:46:28 +01:00
bitcount.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
endgame.cpp Update copyright year 2015-01-10 11:46:28 +01:00
endgame.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
evaluate.cpp Update copyright year 2015-01-10 11:46:28 +01:00
evaluate.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
main.cpp Update copyright year 2015-01-10 11:46:28 +01:00
Makefile Higher movetime resolution for benchmarks 2015-01-11 20:07:11 +00:00
material.cpp Update copyright year 2015-01-10 11:46:28 +01:00
material.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
misc.cpp Update copyright year 2015-01-10 11:46:28 +01:00
misc.h Update copyright year 2015-01-10 11:46:28 +01:00
movegen.cpp Assorted headers cleanup 2015-01-11 22:56:35 +01:00
movegen.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
movepick.cpp Use VALUE_ZERO instead of 0 when comparing with Value 2015-01-13 21:07:18 +00:00
movepick.h Update copyright year 2015-01-10 11:46:28 +01:00
pawns.cpp Update copyright year 2015-01-10 11:46:28 +01:00
pawns.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
platform.h Update copyright year 2015-01-10 11:46:28 +01:00
position.cpp Assorted headers cleanup 2015-01-11 22:56:35 +01:00
position.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
psqtab.h Update copyright year 2015-01-10 11:46:28 +01:00
search.cpp Don't print fail-high or fail-lows in MultiPV mode 2015-01-18 14:38:46 +00:00
search.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
thread.cpp Assorted headers cleanup 2015-01-11 22:56:35 +01:00
thread.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
timeman.cpp Update copyright year 2015-01-10 11:46:28 +01:00
timeman.h Update copyright year 2015-01-10 11:46:28 +01:00
tt.cpp Fix some missing rename from previous patch 2015-01-17 22:15:15 +01:00
tt.h Fix some missing rename from previous patch 2015-01-17 22:15:15 +01:00
types.h Simplify and optimize value extractors 2015-01-16 19:03:49 +00:00
uci.cpp Update copyright year 2015-01-10 11:46:28 +01:00
uci.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
ucioption.cpp Fix a possible overflow in TT resize 2015-01-17 21:42:47 +01:00