1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00
BadFish/src
protonspring 59d32f8edd Simplify generate_castling (#1885)
Although this is a compile-time constant, we stick the castlingSide into a CastlingRight, then pull it out again. This seems unecessarily complex.

No functional change.
2018-12-23 16:05:24 +01:00
..
syzygy Changes identified in RENAME/REFORMATTING thread (#1861) 2018-12-11 13:47:56 +01:00
benchmark.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00
bitbase.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00
bitboard.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00
bitboard.h remove extra line. 2018-12-09 12:59:57 +01:00
endgame.cpp Simplify KBNK endgame implementation 2018-12-20 10:47:18 +01:00
endgame.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
evaluate.cpp Use stronglyProtected 2018-12-16 10:04:49 +01:00
evaluate.h A combo of parameter tweaks 2018-12-13 13:35:35 +01:00
main.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00
Makefile Stockfish 10-beta 2018-11-19 11:18:21 +01:00
material.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00
material.h Changes identified in RENAME/REFORMATTING thread (#1861) 2018-12-11 13:47:56 +01:00
misc.cpp Restore development version 2018-11-29 16:17:23 +01:00
misc.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
movegen.cpp Simplify generate_castling (#1885) 2018-12-23 16:05:24 +01:00
movegen.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
movepick.cpp Revert "pseudo_legal() and MOVE_NONE" 2018-12-06 15:04:04 +01:00
movepick.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
pawns.cpp Changes identified in RENAME/REFORMATTING thread (#1861) 2018-12-11 13:47:56 +01:00
pawns.h Changes identified in RENAME/REFORMATTING thread (#1861) 2018-12-11 13:47:56 +01:00
position.cpp Changes identified in RENAME/REFORMATTING thread (#1861) 2018-12-11 13:47:56 +01:00
position.h Changes identified in RENAME/REFORMATTING thread (#1861) 2018-12-11 13:47:56 +01:00
psqt.cpp A combo of parameter tweaks 2018-12-13 13:35:35 +01:00
search.cpp Tweak main killer penalty 2018-12-18 09:38:06 +01:00
search.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
thread.cpp Start a TT resize only after search finished. 2018-12-16 09:41:09 +01:00
thread.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
thread_win32.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
timeman.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00
timeman.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
tt.cpp Start a TT resize only after search finished. 2018-12-16 09:41:09 +01:00
tt.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
types.h simplify opposite_colors 2018-12-09 12:59:57 +01:00
uci.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00
uci.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
ucioption.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00