1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00
BadFish/src
lucasart c052e03426 Retire dangerous flag
Replace by its value where it is used. Code is more clear that
way.

No functional change.

Resolves #402
2015-08-20 20:18:23 +01:00
..
syzygy Compute checkers from scratch 2015-02-15 12:11:05 +01:00
benchmark.cpp Restore deterministic search state 2015-05-07 14:20:32 -07:00
bitbase.cpp Retire FORCE_INLINE 2015-04-15 21:21:45 +01:00
bitboard.cpp Correctly check for no-makefile compile 2015-06-28 10:56:42 +02:00
bitboard.h Fix compile on icc 2015-06-25 05:29:56 +02:00
bitcount.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
endgame.cpp Rename Position::list 2015-08-04 09:51:06 +02:00
endgame.h Get rid of nativeThread 2015-03-23 09:02:52 +01:00
evaluate.cpp Retire PawnSafePush bonus 2015-08-17 19:32:43 +01:00
evaluate.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
main.cpp Split PSQT init from Position init 2015-05-03 20:07:15 +02:00
Makefile Retire -Wno-long-long 2015-06-13 16:59:50 +01:00
material.cpp Revert C++11 merge 2015-03-07 07:38:22 +00:00
material.h Revert C++11 merge 2015-03-07 07:38:22 +00:00
misc.cpp Cleanup work in misc.cpp 2015-05-10 09:42:26 +02:00
misc.h Revert C++11 merge 2015-03-07 07:38:22 +00:00
movegen.cpp Rename Position::list 2015-08-04 09:51:06 +02:00
movegen.h Revert C++11 merge 2015-03-07 07:38:22 +00:00
movepick.cpp Tidy up in movepick.cpp 2015-07-19 12:38:33 +02:00
movepick.h Tidy up in movepick.cpp 2015-07-19 12:38:33 +02:00
pawns.cpp Rename Position::list 2015-08-04 09:51:06 +02:00
pawns.h Transform minKingPawnDistance into a local variable 2015-03-07 09:03:19 +00:00
position.cpp Rename Position::list 2015-08-04 09:51:06 +02:00
position.h Rename Position::list 2015-08-04 09:51:06 +02:00
psqt.cpp Tuned PSQT 2015-05-18 13:54:45 -07:00
search.cpp Retire dangerous flag 2015-08-20 20:18:23 +01:00
search.h PV refutation penalty 2015-07-30 00:51:49 +08:00
thread.cpp Assorted cleanup of last patches 2015-04-11 23:24:43 +02:00
thread.h Fully yielding locks, no spinning 2015-03-24 21:34:19 +00:00
thread_win32.h Retire ConditionVariable 2015-03-20 03:05:25 +01:00
timeman.cpp Add support for playing in 'nodes as time' mode 2015-04-03 04:40:55 +02:00
timeman.h Fix MSVC warning from previous patch 2015-04-03 19:29:29 +02:00
tt.cpp TT entry value based on depth and relative age 2015-08-15 12:24:48 +01:00
tt.h Cleanup work in misc.cpp 2015-05-10 09:42:26 +02:00
types.h Correctly check for no-makefile compile 2015-06-28 10:56:42 +02:00
uci.cpp Restore deterministic search state 2015-05-07 14:20:32 -07:00
uci.h Assorted cleanup of last patches 2015-04-11 23:24:43 +02:00
ucioption.cpp Restore deterministic search state 2015-05-07 14:20:32 -07:00