1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 01:03:09 +00:00
BadFish/src
Marco Costalba 44643c2770 Try hard to retrieve a ponder move
In case we stop the search during a fail-high
it is possible we return to GUI without a ponder
move. This patch try harder to find a ponder move
retrieving it from TT. This is important in games
played with 'ponder on'.

bench: 8080602

Resolves #221
2015-01-24 19:35:31 +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 Fix profile build for gcc on Mac OSX 2015-01-18 14:42:30 +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 Stockfish 6 Release Candidate 1 2015-01-18 14:53:11 +00: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 Try hard to retrieve a ponder move 2015-01-24 19:35:31 +00:00
search.h Try hard to retrieve a ponder move 2015-01-24 19:35:31 +00: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