1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-11 19:49:14 +00:00
BadFish/src
lucasart 34e47ca87d Rename FromTo -> History (#963)
Previously, we had duplicated History:

- one with (piece,to) called History
- one with (from,to) called FromTo

Now that we have only one, rename it to History, which is the generally accepted
name in the chess programming litterature for this technique.

Also correct some comments that had not been updated since the introduction of CMH.

No functional change.
2017-01-10 08:47:56 +01:00
..
syzygy WDL: rename WDLCursedLoss into WDLBlessedLoss 2017-01-01 11:11:52 +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 again (#950) 2017-01-02 09:33:40 +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 Rename FromTo -> History (#963) 2017-01-10 08:47:56 +01:00
movepick.h Rename FromTo -> History (#963) 2017-01-10 08:47:56 +01: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 Threefold repetition detection 2017-01-01 10:56:46 +01:00
position.h Threefold repetition detection 2017-01-01 10:56:46 +01:00
psqt.cpp Fix psqt format and use smaller numbers in king psqt (#940) 2016-12-25 10:40:17 +01:00
search.cpp Rename FromTo -> History (#963) 2017-01-10 08:47:56 +01:00
search.h Clean-up skipEarlyPruning (#921) 2016-12-11 20:05:25 +01:00
thread.cpp Correctly zero-initialize MainThread 2017-01-07 10:02:43 +01:00
thread.h Rename FromTo -> History (#963) 2017-01-10 08:47:56 +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