Commit Graph

34 Commits

Author SHA1 Message Date
Calcitem e8c18a4892 qt: refactor: Rename manual list to move list 2021-11-29 01:26:19 +08:00
Calcitem f3139f81f3
Fix spelling errors
And add VSCode spelling configuration.
2021-10-31 12:57:03 +08:00
Calcitem 8dddc79250
settings: Add Algorithm settings 2021-09-20 01:06:50 +08:00
Calcitem 5fa277d80b
settings: Set ConsiderMobility to on as default
For this game:

Black:
Bad move: e5
Good move: d7
Enable ConsiderMobility can fix.

1.     d6    f4
2.     b4    f6
3.     f2    d2
4.     c5    c4
5.     d5
2021-09-13 00:34:15 +08:00
Calcitem f30496c237 settings: Support Consider mobility of piece
Known issues:
1. Performance reduce 50%;
2. No visible significant improvement in win rate.
2021-06-14 13:39:04 +08:00
Calcitem e2b7a37170 settings: Support draw on human experience 2021-06-14 12:12:03 +08:00
Calcitem c2af00c10d Indicate white pieces as player one and black as player two
Thanks Matt Littlewood!
2021-05-14 23:51:52 +08:00
Calcitem 4326e40a62 qt: Mark some functions to WIP 2021-04-26 22:25:59 +08:00
Calcitem e2c443830a Add developer mode for future use (Example) 2021-04-08 01:16:52 +08:00
Calcitem e90eca6c6f Support aiIsLazy (WIP) [Sample]
Known Issue: Flutter and Qt self play is not same.
Last few moves are different.
2021-02-28 01:12:17 +08:00
Calcitem 11449d0a0f qt: Add Fix Window Size option menu item 2021-01-31 11:03:24 +08:00
Calcitem 8f9d898651 perfect: qt: Add Perfect AI menu 2021-01-24 12:07:34 +08:00
Calcitem d5f304a384 qt: Change display language from Chinese to English 2021-01-01 02:53:56 +08:00
Calcitem 9875c9c861 refactor: Move option.cpp functions to .h and rename RandomMove to Shuffling 2020-12-30 02:14:03 +08:00
Calcitem df58e02132 refactor: giveup 更名为 resign 2020-09-20 21:52:41 +08:00
Calcitem 9d715fc6a0 ui: 界面上显示总盘数 2020-05-10 00:26:39 +08:00
Calcitem 3c64e6468a opening: 新增开局库的菜单项但暂无相关处理逻辑 2020-04-03 00:09:41 +08:00
Calcitem c8b1fee7a5 ext: 深度延伸默认启用并且改为做成菜单选项 2020-04-02 23:53:06 +08:00
Calcitem b0594698ad IDS: 将迭代加深开关做到界面菜单中而不再用宏控制 2020-03-22 23:09:53 +08:00
Calcitem 1bb489d5f0 about: 修正URL并将程序名改为直棋 2020-01-25 09:48:23 +08:00
Calcitem 1f8a7fa485 Add Auto change 1st move (WIP)
功能未完成
2019-12-09 02:17:14 +08:00
Calcitem 0b4366b289 UI: 界面上增加胜率显示 (万分之几) 2019-12-08 19:46:52 +08:00
Calcitem cc2d80660e Test: 增加引擎对战模式的选项
暂未添加图片;
选中后若双方都是AI会卡死,暂未处理。
2019-12-08 12:11:03 +08:00
Calcitem a6a5ecf89c ui: lcd: score: Change digit to 5 2019-10-03 04:53:43 +08:00
Calcitem 3d2c2503b9 endgame: 默认关闭自学习残局库功能 2019-09-25 22:36:51 +08:00
CalciteM Team d65acac9a5 option: 新增残局库自学习的菜单并默认打开 2019-09-20 01:38:33 +08:00
CalciteM Team a2d6a222a0 ui: lcd: 比分位数改为4位 2019-09-19 23:24:27 +08:00
Calcitem 4b4c754050 完成了必败时自动认输功能的开关选项 2019-09-12 00:39:58 +08:00
CalciteM 8fd1303cc3 必败时自动认输 2019-09-08 10:32:57 +08:00
CalciteM 1e3e994920 ui: 比分牌由2位改为3位 2019-09-07 15:03:23 +08:00
CalciteM Team 07e1c12f3a 增加 AI 随机走子的选项
去除 MOVE_PRIORITY_TABLE_SUPPORT 宏, 固定走这个宏的逻辑,
至于是否打乱着法则视 randomMove 而定.
2019-09-07 14:46:42 +08:00
CalciteM Team d8f9f375ab 支持设置棋局结束后自动重新开始 2019-09-07 01:24:50 +08:00
CalciteM Team 65dce2627f AppUI: Merge two pro and ui files 2019-09-04 23:17:20 +08:00
CalciteM Team 9c32d9417c Remove NineChess folder 2019-09-04 22:36:53 +08:00