1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-02 01:29:36 +00:00
BadFish/src
jhellis3 7323231786 Tweak Mobility Area
Only consider pawns and the king as restricting.
2013-05-01 02:37:50 -05:00
..
benchmark.cpp Revert "Store moves sent with "position" UCI command" 2013-03-04 09:29:46 +01:00
bitbase.cpp Better document bitbase loop 2013-03-19 19:08:41 +01: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 Update copyright year 2013-02-19 07:54:14 +01: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 Tweak Mobility Area 2013-05-01 02:37:50 -05:00
evaluate.h Expose EvalInfo struct to search 2013-04-25 12:57:37 +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 Try more aggressive version 2013-04-17 07:58:59 +01:00
material.h Update copyright year 2013-02-19 07:54:14 +01:00
misc.cpp Cache line aligned TT 2013-04-26 19:38:11 +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 Update copyright year 2013-02-19 07:54:14 +01:00
movepick.cpp Rename sp to splitPoint 2013-03-01 09:44:19 +01:00
movepick.h Update copyright year 2013-02-19 07:54:14 +01:00
notation.cpp Update copyright year 2013-02-19 07:54:14 +01:00
notation.h Update copyright year 2013-02-19 07:54:14 +01:00
pawns.cpp Skip a couple of popcount in previous patch 2013-04-19 10:31:18 +02:00
pawns.h Skip a couple of popcount in previous patch 2013-04-19 10:31:18 +02:00
platform.h Fix cpu_count() on some platforms 2013-04-25 10:56:56 +02:00
position.cpp De-templetize Position::is_draw() 2013-04-10 22:23:48 +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 a 'value > VALUE_INFINITE' assert 2013-04-27 13:08:11 +02:00
search.h Store Eval::Info in Search::Stack 2013-04-25 21:52:26 +02:00
thread.cpp Revert "Store moves sent with "position" UCI command" 2013-03-04 09:29:46 +01: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 Cache line aligned TT 2013-04-26 19:38:11 +02:00
tt.h Cache line aligned TT 2013-04-26 19:38:11 +02:00
types.h Cache line aligned TT 2013-04-26 19:38:11 +02:00
uci.cpp Revert "Store moves sent with "position" UCI command" 2013-03-04 09:29:46 +01:00
ucioption.cpp Rescale UCI parameters to 100 2013-04-09 23:29:58 +02:00
ucioption.h Update copyright year 2013-02-19 07:54:14 +01:00