Sanmill/src
Calcitem fe8be55163 qt: 解决悔棋时棋谱未回退着法就在后面附加新着法的错误 2020-11-08 09:21:06 +08:00
..
test nextMove() 返回值改为 string 2020-09-07 01:03:34 +08:00
ui qt: 解决悔棋时棋谱未回退着法就在后面附加新着法的错误 2020-11-08 09:21:06 +08:00
HashNode.h build: 消除 make 编译警告 (GCC 10.2) 2020-10-24 01:34:29 +08:00
Makefile build: clang: Remove Wno-class-varargs 2020-11-01 11:46:37 +08:00
benchmark.cpp 从 Stockfish 合并 uci/benchmark 等文件 2020-07-11 12:39:09 +08:00
bitboard.cpp refactor: 调整源码目录结构将其扁平化 2020-07-05 23:04:42 +08:00
bitboard.h refactor: 调整源码目录结构将其扁平化 2020-07-05 23:04:42 +08:00
debug.h debug.h: 增加 QT_UI 宏控制 2020-10-17 22:49:47 +08:00
endgame.cpp refactor: 调整源码目录结构将其扁平化 2020-07-05 23:04:42 +08:00
endgame.h refactor: 调整源码目录结构将其扁平化 2020-07-05 23:04:42 +08:00
evaluate.cpp refactor: 清理无用代码 2020-10-23 02:01:12 +08:00
evaluate.h build: 消除 make 编译警告 (GCC 10.2) 2020-10-24 01:34:29 +08:00
hashmap.h hashmap: 如果新 size 小于 0x2000000 就不执行 resize 2020-11-01 13:22:54 +08:00
main.cpp console: main() 中调用 Position::init() 2020-10-21 23:00:52 +08:00
misc.cpp Sync fishmill 2020-10-02 21:49:20 +08:00
misc.h misc.h: 清理多余代码 2020-09-24 00:34:49 +08:00
movegen.cpp Fix duplicate branches for 'if' and 'else' 2020-11-01 10:31:32 +08:00
movegen.h Fix member variable is not initialized in the constructor 2020-11-01 10:42:10 +08:00
movepick.cpp hist: 移除未完成的 历史启发 相关代码 2020-11-01 10:45:50 +08:00
movepick.h hist: 移除未完成的 历史启发 相关代码 2020-11-01 10:45:50 +08:00
option.cpp build: 消除 make 编译警告 (GCC 10.2) 2020-10-24 01:34:29 +08:00
option.h config: 去除 SELF_MOVE 宏并增加若干宏 2020-10-25 00:15:18 +08:00
position.cpp build: Fix position.cpp:1546:9: warning: declaration of ‘count’ shadows a member of ‘Position’ [-Wshadow] 2020-11-01 11:52:09 +08:00
position.h position: UCI 支持 position fen 命令 2020-10-31 12:45:00 +08:00
rule.cpp rule: 打三棋先去掉50步规则 2020-10-21 23:25:06 +08:00
rule.h refactor: 清理无用代码 2020-10-23 02:01:12 +08:00
search.cpp hist: 移除未完成的 历史启发 相关代码 2020-11-01 10:45:50 +08:00
search.h refactor: 清理无用代码 2020-10-23 02:01:12 +08:00
stack.h search: 解决 Stack ss 改为局部变量后导致的内存泄漏问题 2020-10-06 20:15:25 +08:00
stopwatch.h refactor: 调整源码目录结构将其扁平化 2020-07-05 23:04:42 +08:00
thread.cpp hist: 移除未完成的 历史启发 相关代码 2020-11-01 10:45:50 +08:00
thread.h hist: 移除未完成的 历史启发 相关代码 2020-11-01 10:45:50 +08:00
thread_win32_osx.h 从 Stockfish 合并更多 thread 代码 2020-07-11 17:02:36 +08:00
trainer.cpp refactor: 调整源码目录结构将其扁平化 2020-07-05 23:04:42 +08:00
trainer.h refactor: 调整源码目录结构将其扁平化 2020-07-05 23:04:42 +08:00
tt.cpp refactor: 清理无用代码 2020-10-23 02:01:12 +08:00
tt.h tt: TTEntry 成员变量名带上比特位数 2020-09-01 23:49:12 +08:00
types.h position: 修复 in_how_many_mills() 中 squareSelected 可能是 -1 导致读写越界1字节问题 2020-10-24 12:05:04 +08:00
uci.cpp 点击新建游戏按钮后等待搜索完毕才开始新局 2020-10-31 02:08:53 +08:00
uci.h refactor: 清理无用代码 2020-10-23 02:01:12 +08:00
ucioption.cpp refactor: 清理无用代码 2020-10-23 02:01:12 +08:00