1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00
BadFish/src
Marco Costalba 2052407090 Retire HistoryMax
Infact we don't use it anymore already.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2011-01-15 09:30:39 +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 POPCNT support for Intel compiler under Windows 2011-01-05 21:12:19 +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.cpp Retire HistoryMax 2011-01-15 09:30:39 +01:00
history.h Retire HistoryMax 2011-01-15 09:30:39 +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 Ressurect move.cpp 2011-01-08 17:52:02 +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 Small cleanup in execute_uci_command() 2011-01-09 16:24:30 +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 Retire HistoryMax 2011-01-15 09:30:39 +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 Initialize killers at ss+2 also in root_search() 2011-01-14 07:27:06 +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 Compile fix in types.h 2011-01-10 12:54:08 +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 Minimal restructuring of value.h 2011-01-06 13:36:02 +01:00