1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-03 01:59:36 +00:00
BadFish/src
Marco Costalba 7a84b8ca34 Sync material.h with pawns.h
No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2011-04-11 12:24:10 +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 Prefetch also material tables 2011-04-11 12:24:02 +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 Sync material.h with pawns.h 2011-04-11 12:24:10 +01:00
misc.cpp Small cleanup in execute_uci_command() 2011-01-09 16:24:30 +01:00
misc.h Prefetch also material tables 2011-04-11 12:24:02 +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 Assorted code style and comments in pawns.cpp and pawns.h 2011-04-10 12:16:36 +01:00
pawns.h Sync material.h with pawns.h 2011-04-11 12:24:10 +01:00
position.cpp Prefetch also material tables 2011-04-11 12:24:02 +01:00
position.h Retire mate threat extension 2011-04-08 07:48:05 +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 Retire mate threat extension 2011-04-08 07:48:05 +01:00
search.h Assorted code style and comments in search.cpp 2011-04-05 19:00:40 +01:00
thread.h Retire mate threat extension 2011-04-08 07:48:05 +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 Assorted code style and comments in pawns.cpp and pawns.h 2011-04-10 12:16:36 +01:00
types.h Assorted code style and comments in pawns.cpp and pawns.h 2011-04-10 12:16:36 +01:00
uci.cpp Be sure to read options before to call trace_evaluate() 2011-03-01 13:32:42 +01:00
ucioption.cpp Retire mate threat extension 2011-04-08 07:48:05 +01:00
ucioption.h Added -Wshadow option and fixed resulting warnings 2011-04-04 12:11:01 +01:00