1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00
BadFish/src
Marco Costalba 9c8c0de538 Cleanup handling of Delta enums
Ispired by Rein's code.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2011-07-15 12:13:48 +01:00
..
benchmark.cpp Teach to_fen() about Halfmove and Fullmove number 2011-07-03 12:08:02 +01:00
bitbase.cpp Speed up kpk initialization 2011-06-15 12:11:35 +01:00
bitboard.cpp Simplify sliding_attacks() 2011-06-21 19:01:00 +01:00
bitboard.h Use std library to sort moves 2011-07-14 12:43:13 +01:00
bitcount.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
book.cpp Introduce and use struct MoveList 2011-07-02 14:04:33 +01:00
book.h Rearrange structs to avoid internal padding 2011-07-02 11:01:12 +01:00
endgame.cpp Retire one piece_list() overload 2011-06-28 17:11:03 +01:00
endgame.h Some more cleanup in endgame.cpp 2011-04-13 13:17:21 +01:00
evaluate.cpp Revert PHQ-2 2011-07-02 09:47:06 +01:00
evaluate.h Move pawn and material tables under Thread class 2011-04-24 17:07:22 +01:00
history.h Limit history range to +-2000 2011-04-28 08:00:34 +01:00
lock.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
main.cpp Speed up kpk initialization 2011-06-15 12:11:35 +01:00
Makefile Let 'make' with no arguments to show compilation options 2011-05-17 12:17:38 +01:00
material.cpp Use probe() as name for looking up into an hash table 2011-04-27 07:31:51 +01:00
material.h Remove duplicated enum Phase definition 2011-06-29 17:54:12 +01:00
misc.cpp Output debug info to cerr 2011-05-23 20:20:31 +01:00
misc.h Move pawn and material tables under Thread class 2011-04-24 17:07:22 +01:00
move.cpp Use MoveList also in Position::move_is_pl_slow() 2011-07-03 11:00:28 +01:00
move.h Use std library to sort moves 2011-07-14 12:43:13 +01:00
movegen.cpp Cleanup handling of Delta enums 2011-07-15 12:13:48 +01:00
movegen.h Use MoveList also in Position::move_is_pl_slow() 2011-07-03 11:00:28 +01:00
movepick.cpp Use std library to sort moves 2011-07-14 12:43:13 +01:00
movepick.h Retire seeValues[] and move PieceValue[] out of Position 2011-06-26 10:19:37 +01:00
pawns.cpp Small tweaks to search() 2011-06-30 06:54:09 +01:00
pawns.h Tempeltize material imbalance 2011-04-11 12:35:54 +01:00
position.cpp Cleanup handling of Delta enums 2011-07-15 12:13:48 +01:00
position.h Use MoveList also in Position::move_is_pl_slow() 2011-07-03 11:00:28 +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 Use std library to sort moves 2011-07-14 12:43:13 +01:00
search.h Rearrange structs to avoid internal padding 2011-07-02 11:01:12 +01:00
thread.cpp Small renaming in thread.cpp 2011-04-29 13:08:35 +01:00
thread.h Rearrange structs to avoid internal padding 2011-07-02 11:01:12 +01:00
timeman.cpp Restore startpos_ply_counter() instead of full_moves() 2011-07-03 06:54:46 +01:00
timeman.h Restore startpos_ply_counter() instead of full_moves() 2011-07-03 06:54:46 +01:00
tt.cpp Introduce and use struct MoveList 2011-07-02 14:04:33 +01:00
tt.h Use probe() as name for looking up into an hash table 2011-04-27 07:31:51 +01:00
types.h Remove duplicated enum Phase definition 2011-06-29 17:54:12 +01:00
uci.cpp Perft counts leaf nodes not generated moves. 2011-04-27 23:21:46 +01:00
ucioption.cpp Restore user weights to 100 2011-06-24 10:31:03 +01:00
ucioption.h Rename Option in UCIOPtion 2011-04-29 13:08:27 +01:00