Sanmill/src
Calcitem d651c0ff07 Support importing PlayOK notation
At PlayOK (until April 4th, 2008 it was called Kurnik) a different notation is used,
the fields are numbered line by line in groups of 3 from top to bottom.
So on the top line are the fields 1-2-3, then follow 4-5-6 until finally the last line
is determined by 22-23-24. This notation is much easier to learn than the official one
suggested by the WMD.
2021-06-20 10:19:51 +08:00
..
perfect perfect: Fix build error on clang (WAR) 2021-03-27 09:23:44 +08:00
test Small cleanups 2021-04-27 01:27:43 +08:00
ui Support importing PlayOK notation 2021-06-20 10:19:51 +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 evaluate: Add evaluate mobility when moving 2021-06-15 00:35:18 +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 Small cleanups 2021-04-27 01:27:43 +08:00
main.cpp Clean up 2021-05-01 19:12:07 +08:00
mills.cpp flutter: Windows: Fix build error because build warning 2021-06-19 16:24:10 +08:00
mills.h Small cleanups 2021-04-27 01:27:43 +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 rule: Support setting flying piece count 2021-06-06 09:04:50 +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: Support Consider mobility of piece 2021-06-14 13:39:04 +08:00
position.cpp mobility: Do not update mobility if not enabled 2021-06-15 23:23:10 +08:00
position.h Improve mobility performance (WIP) 2021-06-14 20:48:32 +08:00
rule.cpp rule: Support setting flying piece count 2021-06-06 09:04:50 +08:00
rule.h settings: Support specific N of "N-move rules" 2021-06-19 22:38:53 +08:00
search.cpp evaluate: Do not attack too early when first 5 moves 2021-06-14 12:01:52 +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 Indicate white pieces as player one and black as player two 2021-05-14 23:51:52 +08:00
thread.h Indicate white pieces as player one and black as player two 2021-05-14 23:51:52 +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 types: Set VALUE_UNIQUE to 100 2021-06-14 12:03:46 +08:00
uci.cpp Support 10/11 Men's Morris 2021-06-06 01:45:42 +08:00
uci.h Small cleanups 2021-04-27 01:27:43 +08:00
ucioption.cpp settings: Support specific N of "N-move rules" 2021-06-19 22:38:53 +08:00