Commit Graph

1096 Commits

Author SHA1 Message Date
Calcitem c7802c997c fultter: 完成 fromEngineMove() 2020-11-15 09:05:59 +08:00
Calcitem 431398bd8f flutter: AI首步可以落子了 2020-11-15 01:45:08 +08:00
Calcitem 465bb3eb26 flutter: 人类落首子后AI就开始思考 2020-11-15 00:21:04 +08:00
Calcitem c0af6740c1 flutter: 没点击到棋盘点位上则不落子
顺带:
* 人工落子时,黑白交替落子改为只落黑子;
* 解决棋盘初始化位置函数找不到的问题。
2020-11-14 23:40:57 +08:00
Calcitem 179c1bad4c flutter: 基本完成 validateEngineMove() 函数 2020-11-14 22:48:38 +08:00
Calcitem de26bd6681 flutter: 引擎能正常返回最佳着法
已知问题: 最佳着法校验失败,需修改校验函数。
2020-11-14 22:28:17 +08:00
Calcitem e34dc1013d android: CMakeLists.txt 增加头文件路径
这样就可以使用之前去掉 QT_UI 宏的 include/config.h
2020-11-14 01:39:17 +08:00
Calcitem abb15582b3 Qt: QT_UI 宏控制替换为 QT_GUI_LIB 编译器预定义的宏控制 2020-11-13 23:35:51 +08:00
Calcitem 210c10393f flutter: android: CMakeLists.txt 增加其他 cpp 2020-11-10 01:29:12 +08:00
Calcitem 0563a41392 flutter: position 增加代码 2020-11-08 23:31:23 +08:00
Calcitem 76435e9507 position: 修正 int set_position() 函数却返回 bool 的问题 2020-11-08 22:09:50 +08:00
Calcitem d8f055511a flutter: 完善 types 2020-11-08 21:20:05 +08:00
Calcitem 8abb94b501 flutter: 增加 board 且其下标为 sq 2020-11-08 20:59:19 +08:00
Calcitem de1b7607d4 flutter: position 增加更多变量 2020-11-08 20:16:31 +08:00
Calcitem f272dd8421 position: 删除多余的 tmpSt 2020-11-08 20:08:22 +08:00
Calcitem 8a67bc5599 flutter: 实现 fen() 2020-11-08 20:03:42 +08:00
Calcitem 009dacc320 position: 清理 chess960 注释 2020-11-08 18:56:04 +08:00
Calcitem 56280b24d4 flutter: refactor 2020-11-08 18:48:21 +08:00
Calcitem 2339e3c51f flutter: 源文件增加版权声明 2020-11-08 17:27:52 +08:00
Calcitem 7a193ab116 flutter: refactor 2020-11-08 17:14:07 +08:00
Calcitem 5a1acb80b6 rule: 修正 isBlackLoseButNotDrawWhenBoardFull 大小写错误 2020-11-08 16:54:19 +08:00
Calcitem 8a7b0897a9 flutter: 新增 rule.dart 2020-11-08 16:53:16 +08:00
Calcitem 4373bd6bae flutter: 新增 types.dart 2020-11-08 16:14:00 +08:00
Calcitem 3e3be7b1b3 flutter: color_const 改名为 properties 2020-11-08 15:37:40 +08:00
Calcitem fa428f8332 flutter: 实现点击棋盘后摆放棋子的效果 2020-11-08 12:41:21 +08:00
Calcitem 0114ee290c flutter: 实现棋子点击后移动的效果 2020-11-08 11:36:30 +08:00
Calcitem 20fea630ab flutter: 点击棋盘后控制台打印坐标 2020-11-08 11:05:06 +08:00
Calcitem 33800fac6e flutter: 棋子外圈的宽度缩小到 1% 2020-11-08 10:43:28 +08:00
Calcitem 800ded708a flutter: 增加 sqToLoc/locToSq 转换函数 2020-11-08 10:30:19 +08:00
Calcitem fe8be55163 qt: 解决悔棋时棋谱未回退着法就在后面附加新着法的错误 2020-11-08 09:21:06 +08:00
Calcitem 2c3e950716 flutter: 修改注释和增加一点调试代码 2020-11-08 08:56:34 +08:00
Calcitem 02d7c38130 qt: 修改悔棋弹框提示内容 2020-11-08 08:56:27 +08:00
Calcitem 30c996a10a flutter: board/board_painter.dart 小重构 2020-11-07 12:14:59 +08:00
Calcitem 14e15a1430 flutter: 文件重命名 2020-11-07 08:19:38 +08:00
Calcitem 538d32bc78 flutter: pieceSide/squareSide 改名为 pieceWidth/squareWidth 2020-11-07 07:49:57 +08:00
Calcitem f6710e800e flutter: invalidIndex 等部分变量改名 2020-11-07 02:56:08 +08:00
Calcitem a78f1cd9f5 flutter: 修改 BoardWidget 中的值 2020-11-07 02:34:35 +08:00
Calcitem 30b1928366 flutter: 建立 const boardBorderRadius 常量 2020-11-07 01:50:48 +08:00
Calcitem 1fe58d9c9d flutter: BattleResult 重构 2020-11-07 01:38:43 +08:00
Calcitem 80025cad67 flutter: 修复 index 越界问题 2020-11-07 01:38:21 +08:00
Calcitem f47e9b8c0e flutter: side: 重命名相关变量 2020-11-07 01:17:12 +08:00
Calcitem bdd0f2a12d flutter: squareSide 改名为 squareWidth 2020-11-07 01:07:38 +08:00
Calcitem 8479487295 flutter: refactor class ColorConst 2020-11-07 00:46:39 +08:00
Calcitem 9307cf474e android: Fix Observatory server failed to start after 1 tries
See https://github.com/dart-lang/sdk/issues/31532
2020-11-06 00:28:54 +08:00
Calcitem 1b70185b15 android: Add CMakeLists.txt 2020-11-06 00:07:53 +08:00
Calcitem 40a3521607 hashmap: 如果新 size 小于 0x2000000 就不执行 resize
以解决 UCI go 后执行很慢的问题。
2020-11-01 13:22:54 +08:00
Calcitem 875bba4852 build: Fix position.cpp:1546:9: warning: declaration of ‘count’ shadows a member of ‘Position’ [-Wshadow] 2020-11-01 11:52:09 +08:00
Calcitem b5d257cae6 build: clang: Remove Wno-class-varargs 2020-11-01 11:46:37 +08:00
Calcitem 3ab6ecbc98 .gitignore: Add fishmill 2020-10-30 01:45:12 +08:00
Calcitem 8a5b3f3bff build: Fix clang build warnings 2020-10-30 01:41:19 +08:00