1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00
BadFish/src
Marco Costalba 1ee2838214 Retire CheckInfo
Move its content directly under StateInfo.

Verified for no speed regression.

No functional change.
2016-08-28 08:08:13 +02:00
..
syzygy Move CheckInfo under StateInfo 2016-08-27 09:53:26 +02:00
benchmark.cpp Fix incorrect draw detection 2016-04-18 00:13:16 +02:00
bitbase.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
bitboard.cpp Hide global visibility when not needed 2016-04-09 10:42:04 +02:00
bitboard.h Retire __popcnt64 intrinsic 2016-05-05 09:09:07 +02:00
endgame.cpp StateInfo is usually allocated on the stack by search() 2016-04-17 08:29:33 +02:00
endgame.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
evaluate.cpp Move CheckInfo under StateInfo 2016-08-27 09:53:26 +02:00
evaluate.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
main.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
Makefile Remove useless -mbmi flag in Makefile 2016-05-01 14:11:28 +02:00
material.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
material.h Avoid some redundant scaling function calls 2016-06-10 06:43:37 +02:00
misc.cpp Do not hardcode Debug Log File 2016-06-15 08:47:08 +02:00
misc.h Do not hardcode Debug Log File 2016-06-15 08:47:08 +02:00
movegen.cpp Retire CheckInfo 2016-08-28 08:08:13 +02:00
movegen.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
movepick.cpp Use Color-From-To history stats to help sort moves 2016-08-02 09:17:14 +02:00
movepick.h Use Color-From-To history stats to help sort moves 2016-08-02 09:17:14 +02:00
pawns.cpp Remove a stale assignment 2016-08-18 10:40:56 +02:00
pawns.h Retire pawn span 2016-08-18 10:16:56 +02:00
position.cpp Retire CheckInfo 2016-08-28 08:08:13 +02:00
position.h Retire CheckInfo 2016-08-28 08:08:13 +02:00
psqt.cpp Double pawn simplification 2016-05-13 13:01:59 +02:00
search.cpp Retire CheckInfo 2016-08-28 08:08:13 +02:00
search.h Don't insert pv back into tt 2016-06-15 08:55:40 +02:00
thread.cpp Filter root moves filter before copy to threads 2016-06-11 09:24:40 +02:00
thread.h Use Color-From-To history stats to help sort moves 2016-08-02 09:17:14 +02:00
thread_win32.h Assorted English grammar changes 2016-01-16 21:34:29 +00:00
timeman.cpp StateInfo is usually allocated on the stack by search() 2016-04-17 08:29:33 +02:00
timeman.h Time management simplification 2016-01-29 00:47:07 +00:00
tt.cpp Make engine ONE_PLY value independent 2016-08-27 09:12:25 +02:00
tt.h Silence some warnings with MSVC 2013 2016-08-27 12:16:13 +02:00
types.h Make engine ONE_PLY value independent 2016-08-27 09:12:25 +02:00
uci.cpp Move CheckInfo under StateInfo 2016-08-27 09:53:26 +02:00
uci.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
ucioption.cpp Do not hardcode Debug Log File 2016-06-15 08:47:08 +02:00