1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 01:03:09 +00:00
BadFish/src
Marco Costalba 9bee5f51d8 Fix a compile error in debug mode
No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2011-04-07 08:09:41 +01:00
..
benchmark.cpp Sync Root new depth to what we do in search() 2011-02-18 11:24:42 +01:00
bitbase.cpp Additional cleanup in bitbase.cpp 2011-03-12 18:22:22 +01:00
bitboard.cpp Reintroduce initialization of some bitboards 2011-03-10 19:23:39 +01:00
bitboard.h Use intrinsic in pop_1st_bit() under MSVC 64 bits 2011-03-17 14:29:09 +01:00
bitcount.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
book.cpp Fix a compile error in debug mode 2011-04-07 08:09:41 +01:00
book.h Added -Wshadow option and fixed resulting warnings 2011-04-04 12:11:01 +01:00
COPYING Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
endgame.cpp Additional cleanup in bitbase.cpp 2011-03-12 18:22:22 +01:00
endgame.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
evaluate.cpp Add evaluation tracing code 2011-02-26 14:26:27 +01:00
evaluate.h Add evaluation tracing code 2011-02-26 14:26:27 +01:00
history.h Added -Wshadow option and fixed resulting warnings 2011-04-04 12:11:01 +01:00
lock.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
main.cpp Assorted code style and comments in search.cpp 2011-04-05 19:00:40 +01:00
Makefile Added -Wshadow option and fixed resulting warnings 2011-04-04 12:11:01 +01:00
material.cpp Introduce SimpleHash class 2011-01-07 11:20:49 +01:00
material.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
misc.cpp Small cleanup in execute_uci_command() 2011-01-09 16:24:30 +01:00
misc.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
move.cpp Retire move_ambiguity() altogether 2011-03-23 13:09:04 +01:00
move.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
movegen.cpp Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
movegen.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
movepick.cpp Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
movepick.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
pawns.cpp Rename piece_of_color_and_type() to make_piece() 2011-02-23 18:42:35 +01:00
pawns.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
position.cpp Added -Wshadow option and fixed resulting warnings 2011-04-04 12:11:01 +01:00
position.h Added -Wshadow option and fixed resulting warnings 2011-04-04 12:11:01 +01:00
psqtab.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
rkiss.h Update copyright notes in rkiss.h 2011-03-10 08:08:34 +01:00
search.cpp Assorted code style and comments in search.cpp 2011-04-05 19:00:40 +01:00
search.h Assorted code style and comments in search.cpp 2011-04-05 19:00:40 +01:00
thread.h Increase MAX_THREADS to 32 2011-03-08 13:16:33 +01:00
timeman.cpp Rewrite options handling in an object oriented fashion 2010-11-05 06:10:05 +01:00
timeman.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
tt.cpp Assorted code style and comments in search.cpp 2011-04-05 19:00:40 +01:00
tt.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
types.h Use a constant instead of value_mate_in(PLY_MAX) 2011-04-01 21:46:45 +01:00
uci.cpp Be sure to read options before to call trace_evaluate() 2011-03-01 13:32:42 +01:00
ucioption.cpp Added -Wshadow option and fixed resulting warnings 2011-04-04 12:11:01 +01:00
ucioption.h Added -Wshadow option and fixed resulting warnings 2011-04-04 12:11:01 +01:00