1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-11 19:49:14 +00:00
BadFish/src
Joona Kiiski fca74b1882 Simplify 50 move rule condition
We never reach a position where rule50 > 100.
When rule50 == 100, it's either draw or mate and
there is no way search could go deeper.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2011-01-06 14:46:49 +01:00
..
benchmark.cpp Another attempt at fixing Chess960 2011-01-03 22:50:38 +01:00
bitbase.cpp Another round of bitboard.cpp cleanups 2011-01-04 11:12:31 +01:00
bitboard.cpp Another round of bitboard.cpp cleanups 2011-01-04 11:12:31 +01:00
bitboard.h Another round of bitboard.cpp cleanups 2011-01-04 11:12:31 +01:00
bitcount.h Fix POPCNT support for Intel compiler under Windows 2011-01-05 21:12:19 +01:00
book.cpp Fix a crash due to a broken Book::open() 2010-12-05 09:24:18 +01:00
book.h Object OpeningBook doen't need to be global 2010-11-07 13:12:48 +01:00
color.h Use simple macro to enable operators 2011-01-03 22:27:17 +01:00
COPYING Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
depth.h Use simple macro to enable operators 2011-01-03 22:27:17 +01:00
endgame.cpp Retire SignedDirectionTable[] and RayBB[] 2010-12-26 12:12:58 +01:00
endgame.h Retire bitbase.h 2010-11-07 10:53:19 +01:00
evaluate.cpp Another attempt at fixing Chess960 2011-01-03 22:50:38 +01:00
evaluate.h Implement "seldepth" UCI info 2010-12-31 14:27:24 +01:00
history.cpp Inline history and gain getters 2010-07-15 16:55:35 +01:00
history.h Rename OnePly in ONE_PLY 2010-08-19 13:48:20 +01:00
lock.h Readd SRWLOCK and Condition Variables under Windows 2011-01-03 10:49:33 +01:00
main.cpp Retire direction.cpp 2010-12-26 16:51:21 +01:00
Makefile Use -O3 instead of -fast for Linux icc 2011-01-04 11:12:43 +01:00
material.cpp Another attempt at fixing Chess960 2011-01-03 22:50:38 +01:00
material.h Fixed some warnings when using -Weffc++ gcc option 2010-10-16 15:00:20 +01:00
misc.cpp Restore development version 2011-01-04 09:55:42 +01:00
misc.h Retire a couple of unused debug functions 2010-12-30 16:44:10 +01:00
move.cpp Change move_is_ok() and square_is_ok() in something useful 2011-01-06 10:55:48 +01:00
move.h Change move_is_ok() and square_is_ok() in something useful 2011-01-06 10:55:48 +01:00
movegen.cpp Do not make any assumption on the move in move_is_legal() 2011-01-06 13:33:40 +01:00
movegen.h Another push to perft speed 2010-08-06 12:10:07 +01:00
movepick.cpp Use insertion_sort() in RootMoveList 2010-12-28 18:36:34 +01:00
movepick.h Fix 'generation' type to uint8_t 2010-11-28 17:01:01 +01:00
pawns.cpp Retire Application class 2010-11-22 18:36:18 +01:00
pawns.h Fixed some warnings when using -Weffc++ gcc option 2010-10-16 15:00:20 +01:00
piece.h Use simple macro to enable operators 2011-01-03 22:27:17 +01:00
position.cpp Simplify 50 move rule condition 2011-01-06 14:46:49 +01:00
position.h Clean up position setup code 2011-01-06 13:54:03 +01:00
psqtab.h Use namespace in position.cpp 2010-11-07 13:51:03 +01:00
rkiss.h Various cleanup in book.cpp 2010-11-08 18:51:42 +01:00
san.cpp Remove dubious castle detector 2010-12-31 14:32:25 +01:00
san.h Update nodes after a do_move() 2010-10-31 11:22:40 +01:00
search.cpp Improve update_killers() signature 2011-01-06 09:09:53 +01:00
search.h Perft should return an int64_t not an int 2011-01-05 21:13:21 +01:00
square.h Change move_is_ok() and square_is_ok() in something useful 2011-01-06 10:55:48 +01:00
thread.h Renamed thread_should_stop() in cutoff_at_splitpoint() 2010-12-25 00:11:53 +01:00
timeman.cpp Rewrite options handling in an object oriented fashion 2010-11-05 06:10:05 +01:00
timeman.h Small codestyle touches 2010-10-09 13:05:58 +01:00
tt.cpp Retire Application class 2010-11-22 18:36:18 +01:00
tt.h Workaround broken function-style cast support in HP-UX 2011-01-03 11:36:32 +01:00
types.h Fix POPCNT support for Intel compiler under Windows 2011-01-05 21:12:19 +01:00
uci.cpp Clean up position setup code 2011-01-06 13:54:03 +01:00
ucioption.cpp Remove a false comment 2011-01-05 23:38:33 +01:00
ucioption.h UCI options names should not be case sensitive 2010-11-21 23:52:51 +01:00
value.h Minimal restructuring of value.h 2011-01-06 13:36:02 +01:00