1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00
BadFish/src
Marco Costalba 8a2c4134a6 Normalize twice supported pawns
Align codying style to current conventions and move
formula for twice supported pawns to Pawns::init()
where it should be.

No functional change.
2015-02-27 01:56:16 +08: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 Fix comment for kingAdjacentZoneAttacksCount 2015-02-20 19:59:26 +00: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 Normalize twice supported pawns 2015-02-27 01:56:16 +08: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 Use only 'level' as late join metric 2015-02-22 12:59:34 +01:00
search.h Try hard to retrieve a ponder move 2015-01-24 19:35:31 +00:00
thread.cpp Further refine SMP code 2015-02-21 11:33:03 +01:00
thread.h Further refine SMP code 2015-02-21 11:33:03 +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