1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-13 04:29:15 +00:00
BadFish/src
Marco Costalba 29be28e1a2 Inline pinned_pieces() and discovered_check_candidates()
No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2011-10-30 18:48:23 +01:00
..
benchmark.cpp Tidy up benchmark.cpp 2011-07-24 08:53:36 +01:00
bitbase.cpp Better naming borrowed from Critter 2011-10-02 10:16:59 +01:00
bitboard.cpp Better naming borrowed from Critter 2011-10-02 10:16:59 +01:00
bitboard.h Inline pinned_pieces() and discovered_check_candidates() 2011-10-30 18:48:23 +01:00
bitcount.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
book.cpp Small touches to book.cpp 2011-10-03 14:18:30 +01:00
book.h Small touches to book.cpp 2011-10-03 14:18:30 +01:00
endgame.cpp Small touches in position.h 2011-10-03 14:18:56 +01:00
endgame.h Better naming borrowed from Critter 2011-10-02 10:16:59 +01:00
evaluate.cpp Increase Mobility 2011-10-20 07:06:05 +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 Rename execute_uci_command() to uci_loop() 2011-07-24 08:12:07 +01:00
Makefile Link Time Optimization doesn't needs -static 2011-10-09 08:24:56 +01:00
material.cpp Detect family type of endgame from its enum value 2011-08-22 00:49:47 +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 Add basic log facility 2011-10-17 21:07:00 +01:00
move.cpp Shrink names of move helpers 2011-10-03 14:18:57 +01:00
move.h Shrink names of move helpers 2011-10-03 14:18:57 +01:00
movegen.cpp Shrink names of move helpers 2011-10-03 14:18:57 +01:00
movegen.h Remove some useless include 2011-07-16 22:59:14 +01:00
movepick.cpp Retire PieceValueXXX[] getters 2011-10-22 16:06:59 +01:00
movepick.h Retire seeValues[] and move PieceValue[] out of Position 2011-06-26 10:19:37 +01:00
pawns.cpp Better naming borrowed from Critter 2011-10-02 10:16:59 +01:00
pawns.h Tempeltize material imbalance 2011-04-11 12:35:54 +01:00
position.cpp Inline pinned_pieces() and discovered_check_candidates() 2011-10-30 18:48:23 +01:00
position.h Inline pinned_pieces() and discovered_check_candidates() 2011-10-30 18:48:23 +01:00
psqtab.h Convert PST tables to relative values 2011-10-22 13:17:24 +01:00
rkiss.h Update copyright notes in rkiss.h 2011-03-10 08:08:34 +01:00
search.cpp Retire undo_null_move() 2011-10-29 18:01:56 +01:00
search.h Rearrange structs to avoid internal padding 2011-07-02 11:01:12 +01:00
thread.cpp Fix compile error in debug mode 2011-10-16 23:56:25 +01:00
thread.h Use a boolean instead as thread's state 2011-08-10 12:26:52 +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 Retire PieceValueXXX[] getters 2011-10-22 16:06:59 +01:00
uci.cpp Better naming borrowed from Critter 2011-10-02 10:16:59 +01:00
ucioption.cpp Use std::lexicographical_compare() in UCI options 2011-08-03 15:00:23 +01:00
ucioption.h Fix a (silly) warning under icc compiler 2011-08-04 10:10:03 +01:00