1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00
BadFish/src
Marco Costalba c852a94009 Movegen: further simplify generate_move_if_legal
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2008-10-18 21:35:33 +02:00
..
benchmark.cpp Tidy up middle game specific evaluation 2008-09-26 05:54:49 +02:00
benchmark.h Reformat benchmark interface 2008-09-18 12:26:39 +02:00
bitbase.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
bitbase.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
bitboard.cpp Yet another pop_1st_bit() optimization 2008-10-12 14:34:54 +02:00
bitboard.h Add auto configuration for 32/64 bits 2008-09-25 07:51:56 +02:00
book.cpp Convert book.cpp to use C++ I/O 2008-09-19 13:53:36 +02:00
book.h Convert book.cpp to use C++ I/O 2008-09-19 13:53:36 +02:00
color.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
color.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
COPYING Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
depth.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
direction.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
direction.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
endgame.cpp Rename pawn_rank() in relative_rank() 2008-09-24 21:02:15 +02:00
endgame.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
evaluate.cpp Space inflate evaluate_king() 2008-09-26 05:54:49 +02:00
evaluate.h Clarify difference between king zone and adjacent zone 2008-09-26 05:54:49 +02:00
history.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
history.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
lock.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
main.cpp Finally remove last old C style I/O stuff 2008-09-20 06:53:06 +02:00
Makefile Yet another pop_1st_bit() optimization 2008-10-12 14:34:54 +02:00
material.cpp Warnings termination fest 2008-09-24 00:32:53 +02:00
material.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
mersenne.cpp Warnings termination fest 2008-09-24 00:32:53 +02:00
mersenne.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
misc.cpp Introduce Stockfish 2008-10-13 22:45:47 +01:00
misc.h Add mean calculation in debug tools 2008-10-11 19:25:16 +02:00
move.cpp Rename pawn_rank() in relative_rank() 2008-09-24 21:02:15 +02:00
move.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
movegen.cpp Movegen: further simplify generate_move_if_legal 2008-10-18 21:35:33 +02:00
movegen.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
movepick.cpp Space inflate movegen.cpp 2008-10-18 21:35:33 +02:00
movepick.h Movepick: add and use find_best_index() helper 2008-10-18 21:35:33 +02:00
pawns.cpp Rename pawn_rank() in relative_rank() 2008-09-24 21:02:15 +02:00
pawns.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
phase.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
piece.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
piece.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
position.cpp Space inflate Position::to_fen() 2008-10-04 09:50:19 +02:00
position.h Add psqt ordering when there is no history 2008-10-15 07:18:05 +01:00
psqtab.h Use relative values in piece square tables 2008-09-28 10:59:08 +02:00
san.cpp Warnings termination fest 2008-09-24 00:32:53 +02:00
san.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
scale.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
search.cpp Implement Last Seconds Noise (LSN) filtering 2008-10-13 20:40:48 +02:00
search.h Pass also opponent time to think() 2008-09-18 12:27:09 +02:00
square.cpp Finally remove last old C style I/O stuff 2008-09-20 06:53:06 +02:00
square.h Rename pawn_rank() in relative_rank() 2008-09-24 21:02:15 +02:00
thread.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
timeoday.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
tt.cpp Split transposition table lookup in a separate function 2008-09-06 15:53:43 +02:00
tt.h Warnings termination fest 2008-09-24 00:32:53 +02:00
types.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
uci.cpp Improve time managment 2008-09-18 12:27:09 +02:00
uci.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
ucioption.cpp Implement Last Seconds Noise (LSN) filtering 2008-10-13 20:40:48 +02:00
ucioption.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
value.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
value.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00