1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00
BadFish/src
2023-12-30 11:05:19 +01:00
..
incbin Change mode of incbin.h 2023-03-14 08:23:50 +01:00
nnue Use std::abs over abs 2023-12-19 18:22:10 +01:00
syzygy remove blank line between function and it's description 2023-10-23 20:39:48 +02:00
benchmark.cpp remove blank line between function and it's description 2023-10-23 20:39:48 +02:00
benchmark.h add clang-format 2023-10-22 16:06:27 +02:00
bitboard.cpp remove blank line between function and it's description 2023-10-23 20:39:48 +02:00
bitboard.h Small formatting improvements 2023-10-24 17:42:13 +02:00
evaluate.cpp Use std::abs over abs 2023-12-19 18:22:10 +01:00
evaluate.h add clang-format 2023-10-22 16:06:27 +02:00
main.cpp add clang-format 2023-10-22 16:06:27 +02:00
Makefile Add loongarch64 support 2023-12-14 18:41:53 +01:00
misc.cpp Reformat some comments 2023-11-20 19:10:38 +01:00
misc.h remove blank line between function and it's description 2023-10-23 20:39:48 +02:00
movegen.cpp Simplify promotion move generation 2023-12-02 11:38:18 +01:00
movegen.h add clang-format 2023-10-22 16:06:27 +02:00
movepick.cpp Remove recaptures stage in qsearch 2023-12-02 11:45:38 +01:00
movepick.h Use std::abs over abs 2023-12-19 18:22:10 +01:00
position.cpp Reformat some comments 2023-11-20 19:10:38 +01:00
position.h Introduce pawn structure based history 2023-10-27 17:24:25 +02:00
search.cpp Refactor bestvalue adjustment in qsearch 2023-12-30 11:05:19 +01:00
search.h remove blank line between function and it's description 2023-10-23 20:39:48 +02:00
thread.cpp Use std::abs over abs 2023-12-19 18:22:10 +01:00
thread.h remove outdated comment 2023-10-27 18:35:52 +02:00
thread_win32_osx.h add clang-format 2023-10-22 16:06:27 +02:00
timeman.cpp Improvement of Time Management Parameters 2023-12-19 18:22:10 +01:00
timeman.h remove blank line between function and it's description 2023-10-23 20:39:48 +02:00
tt.cpp remove blank line between function and it's description 2023-10-23 20:39:48 +02:00
tt.h remove blank line between function and it's description 2023-10-23 20:39:48 +02:00
tune.cpp add clang-format 2023-10-22 16:06:27 +02:00
tune.h add clang-format 2023-10-22 16:06:27 +02:00
types.h Fix TB score output in UCI without using TB 2023-12-14 18:35:38 +01:00
uci.cpp Use std::abs over abs 2023-12-19 18:22:10 +01:00
uci.h Reformat some comments 2023-11-20 19:10:38 +01:00
ucioption.cpp Remove UCI_AnalyseMode Option 2023-12-14 18:50:51 +01:00