1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00
BadFish/src
Marco Costalba 97f5d19bdc Introduce PawnsQtyTable[] to refine pawn's drawish calculation
Also fix dimension of UnpairedPawnsTable[] to accomodate the
case in which we have 8 unpaired pawns, i.e. only one side has
pawns, the other side has no pawns.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2010-04-19 12:24:26 +01:00
..
application.cpp Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
application.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
benchmark.cpp Better perft integration in benchmark 2010-04-18 09:18:49 +01:00
benchmark.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
bitbase.cpp Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
bitbase.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
bitboard.cpp Introduce table SquaresInFrontMask[2][64] 2010-04-18 09:47:31 +01:00
bitboard.h Introduce table SquaresInFrontMask[2][64] 2010-04-18 09:47:31 +01:00
bitcount.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
book.cpp Add "Best Book Move" UCI option 2010-04-16 05:45:30 +01:00
book.h Add "Best Book Move" UCI option 2010-04-16 05:45:30 +01:00
color.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
COPYING Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
depth.h Fix a warning under HP-UX ANSI C++ 2010-04-09 07:54:00 +01:00
direction.cpp Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
direction.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
endgame.cpp Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
endgame.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
evaluate.cpp Introduce scale factor in pawn evaluation 2010-04-19 06:21:13 +01:00
evaluate.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
history.cpp Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
history.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
lock.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
main.cpp Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
Makefile Fix PowerPC and ARM compatibility. 2010-04-06 10:19:09 +02:00
material.cpp Introduce scale factor in pawn evaluation 2010-04-19 06:21:13 +01:00
material.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
mersenne.cpp Warnings termination fest 2008-09-24 00:32:53 +02:00
mersenne.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
misc.cpp Restore development version 2010-04-10 20:42:31 +01:00
misc.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
move.cpp Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
move.h Fix some warnings under +w1 HP-UX compile 2010-04-11 17:03:03 +01:00
movegen.cpp Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
movegen.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
movepick.cpp Fix some warnings under +w1 HP-UX compile 2010-04-11 17:03:03 +01:00
movepick.h Fix some warnings under +w1 HP-UX compile 2010-04-11 17:03:03 +01:00
pawns.cpp Introduce PawnsQtyTable[] to refine pawn's drawish calculation 2010-04-19 12:24:26 +01:00
pawns.h Introduce scale factor in pawn evaluation 2010-04-19 06:21:13 +01:00
piece.cpp Fix some warnings under +w1 HP-UX compile 2010-04-11 17:03:03 +01:00
piece.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
position.cpp Remove castleRightsMask[] hack 2010-03-20 11:59:22 +01:00
position.h Retire Position::pawn_is_passed() and friends 2010-04-18 09:58:57 +01:00
psqtab.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
san.cpp Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
san.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
scale.h Introduce scale factor in pawn evaluation 2010-04-19 06:21:13 +01:00
search.cpp Revert saving of null search value in TT 2010-04-17 10:57:37 +01:00
search.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
square.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
thread.h Fix some warnings under +w1 HP-UX compile 2010-04-11 17:03:03 +01:00
tt.cpp Fix PowerPC and ARM compatibility. 2010-04-06 10:19:09 +02:00
tt.h Revert saving of null search value in TT 2010-04-17 10:57:37 +01:00
types.h Fix PowerPC and ARM compatibility. 2010-04-06 10:19:09 +02:00
uci.cpp Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
uci.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
ucioption.cpp Revert "Introduce "Zugzwang detection" temporary hack for 1.7.1" 2010-04-16 05:47:28 +01:00
ucioption.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
value.cpp Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
value.h Revert saving of null search value in TT 2010-04-17 10:57:37 +01:00