1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 17:19:36 +00:00
BadFish/src
Joona Kiiski 998845763a Fix very theoretical History corner case
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2011-01-17 20:22:10 +01:00
..
benchmark.cpp Retire move.cpp 2011-01-07 13:40:13 +01:00
bitbase.cpp Another round of bitboard.cpp cleanups 2011-01-04 11:12:31 +01:00
bitboard.cpp Another round of bitboard.cpp cleanups 2011-01-04 11:12:31 +01:00
bitboard.h Another round of bitboard.cpp cleanups 2011-01-04 11:12:31 +01:00
bitcount.h Fix a warning with __popcnt64() intrinsics 2011-01-15 12:05:31 +01:00
book.cpp Big book.cpp cleanup 2011-01-10 19:55:02 +01:00
book.h Big book.cpp cleanup 2011-01-10 19:55:02 +01:00
color.h Use simple macro to enable operators 2011-01-03 22:27:17 +01:00
COPYING Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
depth.h Use simple macro to enable operators 2011-01-03 22:27:17 +01:00
endgame.cpp Retire SignedDirectionTable[] and RayBB[] 2010-12-26 12:12:58 +01:00
endgame.h Retire bitbase.h 2010-11-07 10:53:19 +01:00
evaluate.cpp Another attempt at fixing Chess960 2011-01-03 22:50:38 +01:00
evaluate.h Implement "seldepth" UCI info 2010-12-31 14:27:24 +01:00
history.h Fix very theoretical History corner case 2011-01-17 20:22:10 +01:00
lock.h Readd SRWLOCK and Condition Variables under Windows 2011-01-03 10:49:33 +01:00
main.cpp Set unbuffered I/O also for C standard library 2011-01-11 18:58:56 +01:00
Makefile Retire history.cpp 2011-01-15 10:02:45 +01:00
material.cpp Introduce SimpleHash class 2011-01-07 11:20:49 +01:00
material.h Introduce SimpleHash class 2011-01-07 11:20:49 +01:00
misc.cpp Small cleanup in execute_uci_command() 2011-01-09 16:24:30 +01:00
misc.h Move Min() and Max() macros to types.h 2011-01-15 11:00:00 +01:00
move.cpp Don't copy Position in pretty_pv() 2011-01-09 12:55:22 +01:00
move.h Don't copy Position in pretty_pv() 2011-01-09 12:55:22 +01:00
movegen.cpp Force inlining of move generation functions 2011-01-07 16:57:15 +01:00
movegen.h Unify move generation 2011-01-07 16:56:42 +01:00
movepick.cpp Partially restore HistoryMax 2011-01-15 11:31:14 +01:00
movepick.h Fix 'generation' type to uint8_t 2010-11-28 17:01:01 +01:00
pawns.cpp Introduce SimpleHash class 2011-01-07 11:20:49 +01:00
pawns.h Introduce SimpleHash class 2011-01-07 11:20:49 +01:00
piece.h Use simple macro to enable operators 2011-01-03 22:27:17 +01:00
position.cpp Simplify from_fen() 2011-01-14 12:56:31 +01:00
position.h Don't copy Position in pretty_pv() 2011-01-09 12:55:22 +01:00
psqtab.h Use namespace in position.cpp 2010-11-07 13:51:03 +01:00
rkiss.h Various cleanup in book.cpp 2010-11-08 18:51:42 +01:00
search.cpp Sync root_search() with search() 2011-01-16 13:45:34 +01:00
search.h Retire move.cpp 2011-01-07 13:40:13 +01:00
square.h Change move_is_ok() and square_is_ok() in something useful 2011-01-06 10:55:48 +01:00
thread.h Renamed thread_should_stop() in cutoff_at_splitpoint() 2010-12-25 00:11:53 +01:00
timeman.cpp Rewrite options handling in an object oriented fashion 2010-11-05 06:10:05 +01:00
timeman.h Small codestyle touches 2010-10-09 13:05:58 +01:00
tt.cpp Fix an hang on 32 bits while allocating big TT table 2011-01-13 22:03:18 +01:00
tt.h Fix an hang on 32 bits while allocating big TT table 2011-01-13 22:03:18 +01:00
types.h Move Min() and Max() macros to types.h 2011-01-15 11:00:00 +01:00
uci.cpp Small cleanup in execute_uci_command() 2011-01-09 16:24:30 +01:00
ucioption.cpp Small cleanup in execute_uci_command() 2011-01-09 16:24:30 +01:00
ucioption.h Small cleanup in execute_uci_command() 2011-01-09 16:24:30 +01:00
value.h Clarify we want Score and Value to be integers 2011-01-15 10:37:36 +01:00