1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00
BadFish/src
Joost VandeVondele f21b503982 Simplify distance (#2109)
Only called with Squares as argument, so remove unused variants.

As this is just syntax changes, only verified bench at high depth.

No functional change.
2019-04-18 16:53:52 +02:00
..
syzygy Increase thread stack for OS X (#2035) 2019-03-12 08:35:10 +01:00
benchmark.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00
bitbase.cpp Replace std::mins/max with clamp function (#2062) 2019-03-31 10:48:27 +02:00
bitboard.cpp Remove BetweenBB Array #2076 2019-04-09 13:46:12 +02:00
bitboard.h Simplify distance (#2109) 2019-04-18 16:53:52 +02:00
endgame.cpp Simplify distance (#2109) 2019-04-18 16:53:52 +02:00
endgame.h Add KNNvKP Endgame Heuristic 2019-02-21 19:53:03 +01:00
evaluate.cpp Move pawnsOnSquares to Position (#2100) 2019-04-16 23:10:53 +02:00
evaluate.h A combo of parameter tweaks 2018-12-13 13:35:35 +01:00
main.cpp Use simple array for Pawns Connected bonus #2061 2019-03-31 11:28:48 +02:00
Makefile Stockfish 10-beta 2018-11-19 11:18:21 +01:00
material.cpp Assorted trivial cleanups 3/2019 (#2030) 2019-03-31 11:47:36 +02:00
material.h Changes identified in RENAME/REFORMATTING thread (#1861) 2018-12-11 13:47:56 +01:00
misc.cpp Fix crash in best_group() (#1891) 2018-12-24 11:20:14 +01:00
misc.h Assorted trivial cleanups 3/2019 (#2030) 2019-03-31 11:47:36 +02:00
movegen.cpp Assorted trivial cleanups 2/2019 2019-03-05 11:13:02 +01:00
movegen.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
movepick.cpp Remove Movepick::move (#2085) 2019-04-17 21:13:39 +02:00
movepick.h Remove Movepick::move (#2085) 2019-04-17 21:13:39 +02:00
pawns.cpp Move pawnsOnSquares to Position (#2100) 2019-04-16 23:10:53 +02:00
pawns.h Move pawnsOnSquares to Position (#2100) 2019-04-16 23:10:53 +02:00
position.cpp Simplify castlingPath (#2088) 2019-04-10 19:33:57 +02:00
position.h Move pawnsOnSquares to Position (#2100) 2019-04-16 23:10:53 +02:00
psqt.cpp Assorted trivial cleanups 1/2019 2019-02-08 10:20:43 +01:00
search.cpp Remove two useless assignments (#2093) 2019-04-13 17:17:47 +02:00
search.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
thread.cpp Assorted trivial cleanups 3/2019 (#2030) 2019-03-31 11:47:36 +02:00
thread.h Use average bestMoveChanges across all threads #2072 2019-04-05 20:37:16 +02:00
thread_win32_osx.h Increase thread stack for OS X (#2035) 2019-03-12 08:35:10 +01:00
timeman.cpp Replace std::mins/max with clamp function (#2062) 2019-03-31 10:48:27 +02:00
timeman.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
tt.cpp Assorted trivial cleanups 1/2019 2019-02-08 10:20:43 +01:00
tt.h Assorted trivial cleanups 1/2019 2019-02-08 10:20:43 +01:00
types.h Pawn value tweak 2019-03-05 14:54:25 +01:00
uci.cpp Simplify pondering time management (#1899) 2019-01-20 19:14:24 +01:00
uci.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
ucioption.cpp Replace std::mins/max with clamp function (#2062) 2019-03-31 10:48:27 +02:00