Sanmill/src
Calcitem 472b184566
qt: Fix build warning 'QFlags<Qt::MouseButton>::QFlags'
Use default constructor instead.
2021-10-24 19:42:43 +08:00
..
perfect rule: Support Threefold repetition setting 2021-10-04 17:57:24 +08:00
test Rename PERFECT_AI_SUPPORT to MADWEASEL_MUEHLE_PERFECT_AI 2021-07-31 13:02:22 +08:00
ui qt: Fix build warning 'QFlags<Qt::MouseButton>::QFlags' 2021-10-24 19:42:43 +08:00
Makefile Small cleanups 2021-04-27 01:27:43 +08:00
bitboard.cpp Clean up 2021-05-01 21:09:13 +08:00
bitboard.h Support 10/11 Men's Morris 2021-06-06 01:45:42 +08:00
debug.h Small cleanups 2021-04-27 01:27:43 +08:00
endgame.cpp Clean up 2021-05-01 19:12:07 +08:00
endgame.h Indicate white pieces as player one and black as player two 2021-05-14 23:51:52 +08:00
evaluate.cpp depth: Only use user's setting when DrawOnHumanExperience is on 2021-09-21 00:17:39 +08:00
evaluate.h evaluate: Refactor 2020-12-31 12:42:20 +08:00
hashmap.h Small cleanups 2021-04-27 01:27:43 +08:00
hashnode.h Fix CID 338448: Uninitialized scalar field (UNINIT_CTOR) 2021-08-14 14:05:07 +08:00
main.cpp Clean up 2021-05-01 19:12:07 +08:00
mills.cpp rule: Support Endgame N-Move rule 2021-10-04 17:57:22 +08:00
mills.h rule: Support Endgame N-Move rule 2021-10-04 17:57:22 +08:00
misc.cpp Small cleanups 2021-04-27 01:27:43 +08:00
misc.h Fix some VC Code analysis issues 2021-01-03 02:24:07 +08:00
movegen.cpp Rename MUEHLE_NMM to MADWEASEL_MUEHLE_RULE 2021-07-31 12:58:25 +08:00
movegen.h Partially fix #195: Error: Invalid Move: (none) 2021-05-15 23:15:31 +08:00
movepick.cpp Support 10/11 Men's Morris 2021-06-06 01:45:42 +08:00
movepick.h Fix some VC Code analysis issues 2021-01-03 02:24:07 +08:00
option.cpp refactor: Move option.cpp functions to .h and rename RandomMove to Shuffling 2020-12-30 02:14:03 +08:00
option.h settings: Add Algorithm settings 2021-09-20 01:06:50 +08:00
position.cpp rule: Support Threefold repetition setting 2021-10-04 17:57:24 +08:00
position.h rule: Support Threefold repetition setting 2021-10-04 17:57:24 +08:00
rule.cpp rule: Support Threefold repetition setting 2021-10-04 17:57:24 +08:00
rule.h rule: Support Threefold repetition setting 2021-10-04 17:57:24 +08:00
search.cpp rule: Support Threefold repetition setting 2021-10-04 17:57:24 +08:00
search.h Clean up 2021-05-01 21:09:13 +08:00
stack.h Clean up 2021-05-01 21:09:13 +08:00
stopwatch.h Small cleanups 2021-04-27 01:27:43 +08:00
thread.cpp rule: Support Endgame N-Move rule 2021-10-04 17:57:22 +08:00
thread.h Fix CID 338449: Uninitialized scalar field (UNINIT_CTOR) 2021-08-14 14:05:07 +08:00
thread_win32_osx.h Update copyright info 2020-12-14 01:11:43 +08:00
tt.cpp Clean up 2021-05-01 21:09:13 +08:00
tt.h Small cleanups 2021-04-27 01:27:43 +08:00
types.h rule: Support Endgame N-Move rule 2021-10-04 17:57:22 +08:00
uci.cpp Fix CID 338446: Buffer not null terminated (BUFFER_SIZE) 2021-08-14 14:05:06 +08:00
uci.h Fix CID 338450: Uninitialized scalar field (UNINIT_CTOR) 2021-08-14 14:05:07 +08:00
ucioption.cpp rule: Support Threefold repetition setting 2021-10-04 17:57:24 +08:00