1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 17:19:36 +00:00
BadFish/src
Marco Costalba 902c0566a6 Fix incorrect 'ss' pointer in early stop check
The exclusion search used to verify one move is much
better than other shall be called with 'ss' and not
'ss+1'

No functional change.
2013-06-09 11:01:11 +02:00
..
benchmark.cpp Revert "Store moves sent with "position" UCI command" 2013-03-04 09:29:46 +01:00
bitbase.cpp Use Them instead of ~Us 2013-05-11 11:49:44 +02:00
bitboard.cpp Update copyright year 2013-02-19 07:54:14 +01:00
bitboard.h Skip a couple of popcount in previous patch 2013-04-19 10:31:18 +02:00
bitcount.h Update copyright year 2013-02-19 07:54:14 +01:00
book.cpp Microptimize MoveList loop 2013-05-19 22:00:49 +02:00
book.h Update copyright year 2013-02-19 07:54:14 +01:00
endgame.cpp Add KNPKB endgame 2013-03-18 20:40:06 +01:00
endgame.h Add KNPKB endgame 2013-03-18 20:40:06 +01:00
evaluate.cpp Assorted renaming in evaluation 2013-06-01 13:17:39 +02:00
evaluate.h Temporary revert "Expose EvalInfo struct to search" 2013-04-29 00:55:32 +02:00
main.cpp Update copyright year 2013-02-19 07:54:14 +01:00
Makefile Statically link std libraries under mingw 2013-02-21 05:51:04 +01:00
material.cpp Assorted renaming in evaluation 2013-06-01 13:17:39 +02:00
material.h Update copyright year 2013-02-19 07:54:14 +01:00
misc.cpp Shrink engine UCI name 2013-05-27 17:43:38 +02:00
misc.h Update copyright year 2013-02-19 07:54:14 +01:00
movegen.cpp Update copyright year 2013-02-19 07:54:14 +01:00
movegen.h Microptimize MoveList loop 2013-05-19 22:00:49 +02:00
movepick.cpp Delay killers[] initialization 2013-05-19 21:41:56 +02:00
movepick.h Delay killers[] initialization 2013-05-19 21:41:56 +02:00
notation.cpp Microptimize MoveList loop 2013-05-19 22:00:49 +02:00
notation.h Update copyright year 2013-02-19 07:54:14 +01:00
pawns.cpp Assorted renaming in evaluation 2013-06-01 13:17:39 +02:00
pawns.h Assorted renaming in evaluation 2013-06-01 13:17:39 +02:00
platform.h Drop some redundant defined(_WIN64) 2013-05-03 15:24:54 +02:00
position.cpp Microptimize MoveList loop 2013-05-19 22:00:49 +02:00
position.h De-templetize Position::is_draw() 2013-04-10 22:23:48 +02:00
psqtab.h Update copyright year 2013-02-19 07:54:14 +01:00
rkiss.h Update copyright year 2013-02-19 07:54:14 +01:00
search.cpp Fix incorrect 'ss' pointer in early stop check 2013-06-09 11:01:11 +02:00
search.h Temporary revert "Expose EvalInfo struct to search" 2013-04-29 00:55:32 +02:00
thread.cpp Fix a crash when 'go' multiple times 2013-06-01 16:19:42 +02:00
thread.h Revert "Store moves sent with "position" UCI command" 2013-03-04 09:29:46 +01:00
timeman.cpp Be more aggressive on trying to finish iterations 2013-03-11 19:07:55 +01:00
timeman.h Update copyright year 2013-02-19 07:54:14 +01:00
tt.cpp Another take at TT alignment 2013-05-02 09:38:23 +02:00
tt.h Re-add "Cache line aligned TT" 2013-05-01 23:42:16 +02:00
types.h Re-add "Pawn Structure" UCI option 2013-05-25 12:38:14 +02:00
uci.cpp Restore development version 2013-04-30 20:01:07 +02:00
ucioption.cpp Re-add "Pawn Structure" UCI option 2013-05-25 12:38:14 +02:00
ucioption.h Update copyright year 2013-02-19 07:54:14 +01:00