1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00
BadFish/src
Marco Costalba 153fb216a1 Small tweaks in pawns.cpp
No functional change.
2015-02-24 11:45:29 +01:00
..
syzygy Compute checkers from scratch 2015-02-16 09:34:26 +08:00
benchmark.cpp Import C++11 branch 2015-01-18 08:00:50 +01:00
bitbase.cpp Additional work in bitbases 2015-01-24 09:29:35 +01:00
bitboard.cpp Don't use _pext_u64() directly 2015-01-24 19:38:06 +00:00
bitboard.h Don't use _pext_u64() directly 2015-01-24 19:38:06 +00:00
bitcount.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
endgame.cpp Rearrange Endgames 2015-01-21 17:35:53 +01:00
endgame.h Fix a MSVC warning at W4 2015-01-25 09:36:05 +01:00
evaluate.cpp Sync with master 2015-02-22 14:20:23 +01:00
evaluate.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
main.cpp Add syzygy support 2015-01-18 08:27:46 +01:00
Makefile Fix build under OS X 2015-02-22 16:33:24 +01:00
material.cpp Sync with master 2015-02-07 10:32:28 +01:00
material.h Import C++11 branch 2015-01-18 08:00:50 +01:00
misc.cpp Avoid casting to char* in prefetch() 2015-02-07 19:13:41 +01:00
misc.h Avoid casting to char* in prefetch() 2015-02-07 19:13:41 +01:00
movegen.cpp Use move assignment in movegen.h 2015-02-01 16:42:31 +01:00
movegen.h Allow to assign a Move to an ExtMove 2015-02-01 13:31:49 +01:00
movepick.cpp Revert "Delayed killers checking" 2015-02-15 11:32:53 +01:00
movepick.h Use C++11 loops in MovePicker 2015-01-31 20:02:08 +01:00
pawns.cpp Small tweaks in pawns.cpp 2015-02-24 11:45:29 +01:00
pawns.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
position.cpp Compute checkers from scratch 2015-02-16 09:34:26 +08:00
position.h Compute checkers from scratch 2015-02-16 09:34:26 +08:00
psqtab.h Update copyright year 2015-01-10 11:46:28 +01:00
search.cpp Use spinlock instead of mutex for Threads and SplitPoint 2015-02-23 13:47:07 +01:00
search.h Another small tweak to skills 2015-01-31 18:24:39 +01:00
thread.cpp Use spinlock instead of mutex for Threads and SplitPoint 2015-02-23 13:47:07 +01:00
thread.h Improve spinlock implementation 2015-02-23 19:48:46 +01:00
timeman.cpp Update copyright year 2015-01-10 11:46:28 +01:00
timeman.h Update copyright year 2015-01-10 11:46:28 +01:00
tt.cpp Sync with master 2015-01-31 13:05:51 +01:00
tt.h Sync with master 2015-01-31 13:05:51 +01:00
types.h Small tweaks in do_move and friends 2015-02-08 13:09:29 +01:00
uci.cpp Retire one do_move() overload 2015-02-15 12:23:03 +01:00
uci.h Move uci_pv under UCI namespace 2015-01-31 12:18:24 +01:00
ucioption.cpp Implicit conversion from ExtMove to Move 2015-01-31 19:22:07 +01:00