Commit Graph

827 Commits

Author SHA1 Message Date
MistEO
24bd4e5a9a fix: 修复基建线索识别失败时不重试的问题 2022-08-27 20:09:39 +08:00
MistEO
088a0fd239 Merge branch 'dev' of https://github.com/MaaAssistantArknights/MaaAssistantArknights into dev 2022-08-27 20:09:02 +08:00
MistEO
c256d8061a Merge pull request #1676 from MaaAssistantArknights/style/code_tidy
style: code tidy
2022-08-27 19:29:08 +08:00
MistEO
5e4cb20371 feat: 将 task id 改为进程级唯一 2022-08-27 19:25:09 +08:00
MistEO
38b0d79757 build: update to v143 2022-08-26 23:48:56 +08:00
zzyyyl
dab2cb8faf style: 按照 review 意见修改代码格式
Co-authored-by: Horror Proton <107091537+horror-proton@users.noreply.github.com>
2022-08-26 21:17:55 +08:00
zzyyyl
5c58dff96d style: 美化部分代码格式 2022-08-26 19:11:42 +08:00
zzyyyl
2302ad0681 style: clang format 2022-08-26 19:11:34 +08:00
zzyyyl
24eb4a0d6a style: 小优化 2022-08-26 19:11:17 +08:00
zzyyyl
e666cef963 style: 删除了一些弃置许久的代码 2022-08-26 01:49:37 +08:00
zzyyyl
442aff4270 perf: 使在非 Windows 下调用 ansi_to_utf8utf8_to_ansi 报错
Co-authored-by: Horror Proton <107091537+horror-proton@users.noreply.github.com>
2022-08-26 01:46:27 +08:00
zzyyyl
a46aca8d34 fix: fix some of the compilation errors #1666
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/1666

Co-authored-by: Horror Proton <107091537+horror-proton@users.noreply.github.com>
2022-08-26 01:46:19 +08:00
MistEO
e13b662c5a Merge pull request #1657 from horror-proton/test/drop_line
perf: 在关卡掉落识别中使用边缘检测判断线条位置
2022-08-25 20:40:34 +08:00
MistEO
414c437fb1 Merge pull request #1643 from et2012/perf/roguelike
perf: 改进肉鸽招募逻辑
2022-08-25 20:35:44 +08:00
zzyyyl
54f225f1e3 feat: Logger 可输出 ranges 2022-08-25 00:34:55 +08:00
Horror Proton
4b5bd05994 perf: use sobel derivatives in StageDropsImageAnalyzer::analyze_baseline 2022-08-24 21:13:28 +08:00
et
4b9fe45e08 perf: 改进肉鸽招募滑动逻辑 2022-08-24 19:50:06 +08:00
et
6dc8eb680b perf: 删除肉鸽招募识别结果的默认排序 2022-08-24 15:55:00 +08:00
Horror Proton
4c2a19284f fix. remove a misplaced return in pull/1628 2022-08-23 23:21:36 +08:00
zzyyyl
b8a5ead5b4 chore: 增加 “减少其他任务的执行次数” 的日志输出 2022-08-23 21:06:20 +08:00
MistEO
ec41ef19d9 Merge pull request #1628 from horror-proton/test/recruitment_task
feat: 公招相关调整
2022-08-22 23:55:11 +08:00
MistEO
eab4ae6c4a feat: 新增 博朗台碎石模式
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/1607
2022-08-22 23:26:17 +08:00
Horror Proton
95633217e9 feat: report recruitment tags accordingly to prevent duplicate report 2022-08-21 22:04:09 +08:00
Horror Proton
9e30e2cdc6 fix: update recruitment average level calculation 2022-08-21 22:01:30 +08:00
Horror Proton
a455d1e742 fix: update recruitment task when using expedited plans 2022-08-21 22:01:30 +08:00
Hydrogina
6e428a617f feat:宿舍中识别干员是否有异格在其他设施 (#1592)
* feat:识别信赖值

* fix:检测空信赖

* feat:识别干员是否有异格在其他设施

* fix:清理调试用代码

* fix:清理调试用代码

* feat:添加在宿舍换班前进行未进驻筛选的选项

* feat:可在gui.json中设置是否启用蹭信赖与未进驻筛选

* feat:在gui中添加复选框选项"宿舍空余位置蹭信赖"与“不将已进驻的干员放入宿舍”

* fix: 移除 bool 的 move 操作,格式化代码

Co-authored-by: MistEO <mistereo@hotmail.com>
2022-08-21 17:55:20 +08:00
MistEO
2a96626c4f fix: 修复编译错误和 typo 2022-08-20 03:17:07 +08:00
MistEO
b36fdbde1c feat: 为controller添加退出标记
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/1277
2022-08-20 02:40:03 +08:00
MistEO
656023588c feat: 自动战斗编队时支持“特别关注”干员识别
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/874
2022-08-20 02:09:08 +08:00
MistEO
49115f89d3 feat: 新增支持公招上传一图流带上id,并补充集成文档 2022-08-20 01:01:20 +08:00
MistEO
68ee501c83 feat: 仅在自动招募时上传公招结果 2022-08-19 23:04:27 +08:00
zzyyyl
3522625647 perf: 按照 review 意见修改 2022-08-19 21:18:39 +08:00
zzyyyl
8d4f2e909a perf: utils::utf8_to_unicode_escape 小优化 2022-08-19 14:42:23 +08:00
zzyyyl
29b27ad21f chore: 修复 Windows 下公招结果上传失败的问题 2022-08-19 14:07:32 +08:00
MistEO
95633fd408 chore: 修改一些公招上传的小问题 2022-08-19 00:19:49 +08:00
MistEO
d4210f5628 fix: 公招上传功能,按照 review 意见修改 2022-08-18 22:56:43 +08:00
MistEO
4e7cc7e9cb feat: 新增支持公招结果上传至“企鹅物流数据统计”和“一图流大数据” 2022-08-18 00:48:43 +08:00
MistEO
570ff82991 perf: 公招回调整理,更新meojson 2022-08-17 23:38:09 +08:00
MistEO
0a8985db81 chore: 删除对公招小车的特殊化回调 2022-08-17 22:27:20 +08:00
et
87e8a7e9fb fix: 肉鸽招募时检查最低练度 2022-08-17 20:46:34 +08:00
et
dd49262da8 fix: 修正肉鸽招募界面无干员时会不断滑动重试的问题 2022-08-17 01:25:26 +08:00
et
75b6663cc5 fix: 删除多余的判断
编队中已精二的干员不会出现在招募列表
2022-08-17 01:23:03 +08:00
Horror Proton
77e2adc31b fix: update recruit mech 2022-08-16 19:32:08 +08:00
Horror Proton
aac9b1cbce fix: update recruit mech, fix #1574 2022-08-16 19:04:29 +08:00
et
a7d374b513 perf: 精简最高优先级排序算法 2022-08-15 21:58:44 +08:00
et
2a9318bb1d fix: 后备招募逻辑无视 required 标志 2022-08-15 21:53:35 +08:00
et
423c6463b2 style: 为 lambda 加上 const 2022-08-15 21:52:27 +08:00
et
11b3e695ff perf: 使用重写的 ranges 2022-08-15 21:51:30 +08:00
et
c6c018fd8e style: 为新增的函数添加注释 2022-08-15 21:50:56 +08:00
et
6e475ccd4e feat: 肉鸽招募支持跨职业优先级 2022-08-15 21:22:53 +08:00