Commit Graph

2387 Commits

Author SHA1 Message Date
MistEO
44516bb79e perf: 删除自定义基建肥鸭多余的一次滑动操作 2022-10-26 23:12:31 +08:00
MistEO
64696a8380 fix: 修复基建返回按钮没点上导致的错误
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2451
2022-10-26 23:07:06 +08:00
MistEO
0e23311aea Merge pull request #2443 from lanhao34/dev
fix: 修复252发电站界面返回以及未找到会客室时卡住的问题
2022-10-26 22:52:27 +08:00
MistEO
2ec3022eae fix: 修复美服掉落识别,开放日服掉落上传,更新掉落测试集 2022-10-26 22:48:58 +08:00
lanhao34
656e675326 fix: 未找到会客室时返回false 2022-10-25 23:33:05 -04:00
lanhao34
c2b9e88585 fix: 修复252发电站界面返回时卡住的问题 2022-10-25 23:31:33 -04:00
MistEO
a36679f1ee feat: 新增肉鸽关卡识别错误时自动保存图片功能,修复台服一个肉鸽关卡识别错误
https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2311
2022-10-25 23:56:43 +08:00
MistEO
27d7f3537c Merge pull request #2435 from MaaAssistantArknights/perf/multi_ocr
perf: optimize OCR for numbers and letters
2022-10-25 23:08:03 +08:00
zzyyyl
9d18abcd46 fix: 修复肉鸽闪退的问题
`at(0)`
2022-10-25 23:06:52 +08:00
MistEO
2ab5cdb33b merge: dev to perf/multi_ocr 2022-10-25 22:44:33 +08:00
MistEO
0b492b519d perf: 优化飞桨接口调用 2022-10-25 22:38:52 +08:00
MistEO
3727fcad6a perf: 对部分数字/字母识别场景更新到使用EN OCR模型 2022-10-25 22:33:04 +08:00
MistEO
4b81064289 feat: 集成飞桨EN模型 2022-10-25 22:33:04 +08:00
MistEO
2af05e8e75 fix: 修复curl上传数据时的报错
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2427
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/1747
2022-10-25 22:25:42 +08:00
MistEO
5b6328b3cd fix: 修复肉鸽”高规格分队“无法识别的问题
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2430
2022-10-25 22:25:09 +08:00
MistEO
24d1dfd3e8 Merge pull request #2412 from MaaAssistantArknights/feat/enum_to_string
feat: 为部分枚举类型增加与字符串类型的互转函数
2022-10-24 22:00:51 +08:00
MistEO
d2b5191ca7 Merge pull request #2381 from MaaAssistantArknights/feat/sharp_task
feat: 增加 `#` 型任务 和 `baseTask` 字段
2022-10-24 21:58:17 +08:00
MistEO
a2b26cf426 Merge pull request #2400 from gdlcf88/main-window-manager
fix: 引入 `IMainWindowManager` 并修正 #2379 唤起MAA热键失效问题
2022-10-24 21:57:24 +08:00
zzyyyl
a9780d51dc fix: 修复笔误 2022-10-24 20:15:09 +08:00
zzyyyl
e4e6bf074e perf: 修改 GUI 更新相关逻辑 2022-10-24 17:20:15 +08:00
zzyyyl
633301f365 feat: 退而求其次,改用 enum_to_string() 2022-10-24 16:24:31 +08:00
zzyyyl
fd4dfbf6ce feat: 重载枚举类型 AlgorithmType, ProcessTaskAction 的 std::to_string(), 并在回调与日志输出时使用 std::to_string() 2022-10-24 15:42:05 +08:00
zzyyyl
5236543d3d style: fix c# build warnings 2022-10-24 15:32:23 +08:00
zzyyyl
aa189aed40 feat: baseTask @ # 任务同时使用的例子 2022-10-23 22:19:06 +08:00
zzyyyl
b977ae03cf feat: 新增字段 baseTask 用来直接继承(模板任务的变体)
refactor: 重构模板任务相关的生成逻辑
2022-10-23 22:18:58 +08:00
zzyyyl
c03b7389e9 feat: 拓扑排序检查 "#" 型任务是否循环依赖 2022-10-23 22:18:01 +08:00
zzyyyl
0d82787073 feat: 增加 "#" 型任务
```json
{
    "A": {
        "next": ["B"]
    },
    "C": {
        "next": ["A#next"]
    }
}
```
可以得到 "C" 的 next 是 "B"
2022-10-23 22:17:53 +08:00
zzyyyl
75200911cf fix: 修复下载新版本失败导致闪退的问题
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2394
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2397
2022-10-23 21:01:46 +08:00
uye
1d1a7be644 style: 修改热键界面布局 2022-10-23 16:39:19 +08:00
uye
1c95de7214 style: 修改符号 2022-10-23 16:26:17 +08:00
uye
8aadb7b0f5 feat: 修改今日关卡小提示 2022-10-23 16:23:01 +08:00
uye
e99de1ba6a feat: 更新自定义导航提示信息的日语翻译 2022-10-23 15:27:08 +08:00
uye
066e8e0034 feat: 修改自定义导航提示信息描述 (Modify the description of the custom stage prompt) 2022-10-23 14:21:30 +08:00
gdlcf88
951fa75e15 Introduce IMainWindowManager and fix the bug of the hotkey not working 2022-10-23 14:14:45 +08:00
MistEO
33a14dd378 fix: 修复基建宿舍未进驻的逻辑,并尽可能将宿舍的人填满 2022-10-23 01:59:03 +08:00
Horror Proton
973d64a113 feat: allow empty confirm list in non-calc_only_task
fix: https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2334
2022-10-23 00:24:34 +08:00
MistEO
19f4ff80ec feat: 略微延长肉鸽撤退的时间 2022-10-22 21:22:56 +08:00
uye
24b53619b9 feat: DropsItemName默认改为不选择 2022-10-22 21:12:40 +08:00
MistEO
b7c7a43083 fix: 尝试修复外服肉鸽等级识别错误时不招人的问题 2022-10-22 20:59:55 +08:00
uye
125ccb8962 feat: 添加肉鸽主题提示/更新翻译 2022-10-22 20:54:16 +08:00
MistEO
a8f57a2a09 chore: Some clients do not upload drops data to PenguinStats
https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2363
2022-10-22 20:25:52 +08:00
MistEO
89ded9f2c1 Merge pull request #2380 from gdlcf88/hotkeys
feat: 实现MAA基础热键
2022-10-22 20:12:44 +08:00
MistEO
2ddba7f54d feat: support drops rec for EN client 2022-10-22 20:04:27 +08:00
Horror Proton
fbe3b4b3e4 feat: add nodiscard 2022-10-22 19:35:14 +08:00
MistEO
9120427650 fix: test caller 2022-10-22 18:10:46 +08:00
MistEO
ad8cc9e0a4 Merge pull request #2353 from MaaAssistantArknights/refactor/break_utils
refactor: 拆分 `AsstUtils.hpp`
2022-10-22 16:48:46 +08:00
MistEO
a206754575 fix: 自定义一键强制改变菲亚梅塔的位置,修复技能不生效的问题
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2260
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2335
2022-10-22 16:46:45 +08:00
MistEO
6c96193f72 fix: 修复基建会客室随时弹出来的线索交流结束导致卡住的问题
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2244
2022-10-22 16:09:10 +08:00
DavidWang19
e03c184817 fix: 回退为旧版回调函数以提高兼容性 2022-10-21 14:53:20 +01:00
gdlcf88
68910b759b 增加热键修改的 Tips 2022-10-21 21:51:21 +08:00