1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-11 19:49:14 +00:00
BadFish/src
Joost VandeVondele ee22b61f5e Use DEPTH_ZERO initializer for depth in qsearch (#931)
Simplifies the main search function.

No functional change.
2016-12-20 11:17:38 +01:00
..
syzygy Reduce variable scope in swap_byte 2016-11-19 21:31:24 +01:00
benchmark.cpp Allow benches with more than 2G nodes. 2016-11-07 13:35:28 +01: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 Help GCC to optimize msb() to single instruction 2016-12-03 09:37:07 +01:00
endgame.cpp Simplify code, delete else after return 2016-11-05 08:08:25 +01:00
endgame.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
evaluate.cpp Simplify unstoppable condition 2016-12-11 19:57:02 +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 Fix PGO build with GCC (#904) 2016-11-27 14:43:52 +01: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 Fix compile under Windows XP 2016-11-26 07:04:17 +01:00
misc.h Handle Windows Processors Groups 2016-11-22 07:56:04 +01: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 Pawn flank attacks 2016-12-05 18:49:07 +01:00
pawns.h Space bonus in presence of open files 2016-09-03 00:04:20 +02:00
position.cpp Fix regression: print const position 2016-11-27 09:11:56 +01:00
position.h Fix regression: print const position 2016-11-27 09:11:56 +01:00
psqt.cpp Pawn flank attacks 2016-12-05 18:49:07 +01:00
search.cpp Use DEPTH_ZERO initializer for depth in qsearch (#931) 2016-12-20 11:17:38 +01:00
search.h Clean-up skipEarlyPruning (#921) 2016-12-11 20:05:25 +01:00
thread.cpp Handle Windows Processors Groups 2016-11-22 07:56:04 +01: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 undefined behavior 2016-11-26 16:49:59 +01:00
uci.cpp Make a version of Position::do_move() without the givesCheck parameter 2016-11-12 09:55:12 +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