1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00
BadFish/src
Marco Costalba 193a7ae35b Add a couple of asserts to late join
Document and clarify that we cannot rejoin on ourselves
and that we never late join if we are master and all
slaves have finished, inded in this case we exit idle_loop.

No functional change.
2015-02-19 10:08:29 +01:00
..
syzygy Compute checkers from scratch 2015-02-16 09:34:26 +08: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 Don't use _pext_u64() directly 2015-01-24 19:38:06 +00:00
bitboard.h Don't use _pext_u64() directly 2015-01-24 19:38:06 +00: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 Fix a MSVC warning at W4 2015-01-25 09:36:05 +01:00
evaluate.cpp Simplify attackUnits formula 2015-02-17 08:23:35 +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 Profile build options 2015-02-03 11:09:37 +08:00
material.cpp Removes useless templates, some of which lead to code duplication: is_K*() functions. 2015-02-07 09:12:04 +00:00
material.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
misc.cpp Rename dbg_hit_on_c() to dbg_hit_on() 2015-02-07 11:18:06 +01:00
misc.h Rename dbg_hit_on_c() to dbg_hit_on() 2015-02-07 11:18:06 +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 Pawn Center Bind Bonus 2015-02-08 19:28:01 +00: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 Compute checkers from scratch 2015-02-16 09:34:26 +08:00
position.h Compute checkers from scratch 2015-02-16 09:34:26 +08:00
psqtab.h Update copyright year 2015-01-10 11:46:28 +01:00
search.cpp Add a couple of asserts to late join 2015-02-19 10:08:29 +01:00
search.h Try hard to retrieve a ponder move 2015-01-24 19:35:31 +00:00
thread.cpp Compute SplitPoint::spLevel on the fly 2015-02-18 21:50:35 +01:00
thread.h Compute SplitPoint::spLevel on the fly 2015-02-18 21:50: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 Ressurrect hashfull patch 2015-01-30 18:07:20 +01:00
tt.h Ressurrect hashfull patch 2015-01-30 18:07:20 +01:00
types.h Don't use _pext_u64() directly 2015-01-24 19:38:06 +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