1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-02 01:29:36 +00:00
BadFish/src
2016-11-05 08:05:22 +01:00
..
syzygy Rewrite syzygy in C++ 2016-11-05 07:55:08 +01:00
benchmark.cpp Fix crash when passing a mate/stalemate position 2016-09-24 07:37:52 +02:00
bitbase.cpp Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
bitboard.cpp Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
bitboard.h Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
endgame.cpp Rewrite syzygy in C++ 2016-11-05 07:55:08 +01:00
endgame.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
evaluate.cpp Bonus for attacked passed pawn promotion path 2016-10-30 13:48:03 +01:00
evaluate.h Retire KingDanger array 2016-09-16 08:30:06 +02:00
main.cpp Fix indentation in struct FromToStats 2016-09-17 09:51:20 +02:00
Makefile travis-ci: Enable undefined behavior checking 2016-10-27 06:29:24 +02:00
material.cpp Retire linear imbalance 2016-09-02 08:25:17 +02:00
material.h Avoid some redundant scaling function calls 2016-06-10 06:43:37 +02:00
misc.cpp Stockfish 8 2016-11-01 10:19:17 +01:00
misc.h Do not hardcode Debug Log File 2016-06-15 08:47:08 +02:00
movegen.cpp Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
movegen.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
movepick.cpp Simplify next_move by always scoring evasions 2016-10-20 17:17:14 +02:00
movepick.h Fix indentation in struct FromToStats 2016-09-17 09:51:20 +02:00
pawns.cpp Retire implicit malus for stonewalls 2016-10-05 09:32:08 +02:00
pawns.h Space bonus in presence of open files 2016-09-03 00:04:20 +02:00
position.cpp Rewrite syzygy in C++ 2016-11-05 07:55:08 +01:00
position.h Sync variable names in decl vs def 2016-11-05 08:05:22 +01:00
psqt.cpp Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
search.cpp Rewrite syzygy in C++ 2016-11-05 07:55:08 +01:00
search.h History Stat Comparison 2016-10-25 06:44:19 +02:00
thread.cpp Correcty resey TB hit counter 2016-10-22 08:22:13 +02:00
thread.h Sync variable names in decl vs def 2016-11-05 08:05:22 +01:00
thread_win32.h Assorted English grammar changes 2016-01-16 21:34:29 +00:00
timeman.cpp Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
timeman.h Time management simplification 2016-01-29 00:47:07 +00:00
tt.cpp Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
tt.h Silence some warnings with MSVC 2013 2016-08-27 12:16:13 +02:00
types.h Fix a series of undefined behaviours 2016-10-27 06:44:41 +02:00
uci.cpp Rewrite syzygy in C++ 2016-11-05 07:55:08 +01:00
uci.h Sync variable names in decl vs def 2016-11-05 08:05:22 +01:00
ucioption.cpp Do not hardcode Debug Log File 2016-06-15 08:47:08 +02:00