Commit Graph

48 Commits

Author SHA1 Message Date
status102
073d3ab42c Revert "style: follow clang formatting"
This reverts commit 51a8419297.
2025-02-02 23:59:54 +08:00
status102
5628ad3693 Revert "style: clang formatting"
This reverts commit 1656a80b54.
2025-02-02 23:59:46 +08:00
Constrat
1656a80b54 style: clang formatting
[skip changelog]
2025-02-02 14:24:12 +01:00
Constrat
51a8419297 style: follow clang formatting
[skip changelog]
2025-02-02 13:53:32 +01:00
status102
199fd8beb5 fix: 自动战斗开始战斗时使用理智药检测失效
fix MaaAssistantArknights/MaaAssistantArknights#11701
2025-02-02 10:09:40 +08:00
status102
4ce6576920 fix: 调整自动战斗参数默认值 2024-11-08 17:12:51 +08:00
Weiyou Wang
f0174a6541 feat: 自动编队允许指定助战单位 (#11075)
* feat: 自动编队自动借助战

Revert d78fc68

fix: 招募助战后继续(缺少点击快速招募)

i18n: 翻译

style: clang-format

fix: basetask template

fix: werror

perf: 注释、format

i18n: en

perf: 完成功能实现,复用task,进行gui输出

perf: 更改默认状态

feat: BattleFormationTask

Revert 05baeb4 (Back to 739aa03)

* fix: 缺干员回到主界面的时候应该点确认而不是返回

* feat: 助战干员职业选择栏模版

* refactor: UseSupportUnitTaskPlugin

* chore: Auto update by pre-commit hooks [skip changelog]

* perf: 默认值适配国服

* chore: Auto update by pre-commit hooks [skip changelog]

* feat: try_find_and_apply_support_unit

* chore: Auto update by pre-commit hooks [skip changelog]

* fix: 大概可以用了

* fix: 补充 struct 的构造函数

* chore: Auto update by pre-commit hooks [skip changelog]

* fix: 添加默认构造函数

* chore: Auto update by pre-commit hooks [skip changelog]

* fix: 改改类型

* fix: callback[what] 纠正

* perf: roi及初始化优化

* perf: 简化中英文查找

* perf: rename func

* perf: click roi

* fix: 在点击助战干员的行动后添加 LoadingText

* fix: 打点 Log

* fix: remove unused function

---------

Co-authored-by: status102 <102887808+status102@users.noreply.github.com>
Co-authored-by: 晓丶梦丶仁 <74444214+Daydreamer114@users.noreply.github.com>
2024-11-06 00:37:43 +11:00
status102
1daa200c40 Revert "feat: 自动编队允许指定助战单位 (#10820)"
This reverts commit e595aa021f.
2024-11-05 17:57:24 +08:00
晓丶梦丶仁
e595aa021f feat: 自动编队允许指定助战单位 (#10820)
* feat: 自动编队自动借助战

Revert d78fc68

fix: 招募助战后继续(缺少点击快速招募)

i18n: 翻译

style: clang-format

fix: basetask template

fix: werror

perf: 注释、format

i18n: en

perf: 完成功能实现,复用task,进行gui输出

perf: 更改默认状态

feat: BattleFormationTask

Revert 05baeb4 (Back to  739aa03)

* fix: 缺干员回到主界面的时候应该点确认而不是返回

* feat: 助战干员职业选择栏模版

* refactor: UseSupportUnitTaskPlugin

* chore: Auto update by pre-commit hooks [skip changelog]

* perf: 默认值适配国服

* chore: Auto update by pre-commit hooks [skip changelog]

* feat: try_find_and_apply_support_unit

* chore: Auto update by pre-commit hooks [skip changelog]

* fix: 大概可以用了

* fix: 补充 struct 的构造函数

* chore: Auto update by pre-commit hooks [skip changelog]

* fix: 添加默认构造函数

* chore: Auto update by pre-commit hooks [skip changelog]

* fix: 改改类型

* fix: callback[what] 纠正

* perf: roi及初始化优化

* perf: 简化中英文查找

* perf: rename func

* perf: click roi

* fix: 在点击助战干员的行动后添加 LoadingText

* fix: 打点 Log

* fix: remove unused function

---------

Co-authored-by: Weiyou Wang <44151844+Alan-Charred@users.noreply.github.com>
Co-authored-by: status102 <102887808+status102@users.noreply.github.com>
2024-11-05 17:09:25 +11:00
status102
05baeb444f perf: 自动战斗自定义添加干员编队时按职业选择 2024-10-10 19:15:04 +08:00
status102
59dd7894d8 style: format
[skip changelog]
2024-09-07 14:02:29 +08:00
uye
29ec7e04d2 fix: 关卡导航无法识别部分关卡 2024-05-09 10:06:08 +08:00
status102
42b5edc363 perf: 自动战斗-自动编队存储编队信息 (#8542) 2024-03-14 11:24:18 +08:00
status102
1383499623 perf: 减少部分传参
[skip changelog]
2024-02-27 20:00:29 +08:00
status102
23eec6d25b perf(MaaCore): 移除自动战斗设置参数时不必要的警告输出 2024-02-25 22:45:11 +08:00
status102
1ed2973d6a perf(WpfGui): 移除CopilotTask不必要的传参 2024-02-03 19:23:27 +08:00
status102
7ad445fb4e fix: 修正CopilotTask参数名is_adverse -->> is_raid 2024-02-01 19:13:24 +08:00
status102
0ca408e942 fix: 更正任务名 2024-02-01 19:02:56 +08:00
status102
243d49d259 typo: 修改插件名以符合项目格式 2024-01-08 22:18:45 +08:00
status102
50a8cadc4c fix: 修复 自动战斗-战斗列表 部分情况下无法绕过代理检查的错误 2023-12-24 20:53:48 +08:00
status102
1f93faa7d9 perf: 优化CopilotTask参数设置 (#7631)
* perf: 优化CopilotTask参数设置逻辑

* perf: 调整参数顺序

* perf: format
2023-12-22 13:12:23 +08:00
status102
f16ba4533e fix: 移除不必要的引用 2023-12-13 22:26:44 +08:00
zzyyyl
d32e705645 fix: workaround for get.* = .* 2023-11-29 21:57:21 +08:00
status102
b81f7bb7e1 perf: 优化部分参数 2023-11-07 22:18:03 +08:00
status102
a325c3a598 feat: 自动战斗-战斗列表新增无限吃理智药选项 2023-11-07 22:03:03 +08:00
status102
ddfcc7c9ce perf: 修改Wpf为下拉框,增加不切换所选编队的选项 2023-10-26 07:48:09 +08:00
youqii
8b1c72d91e feat: GUI中添加选项 2023-10-26 07:48:08 +08:00
status102
84b60288b1 perf: 优化剧情跳过检测频率,修改暂停时返回值为true 2023-10-07 14:01:38 +08:00
Lancarus
0217827cba 使用导航名判断是否为教学关 2023-10-06 19:57:38 +08:00
Lancarus
d41abee36f feat: 在战斗列表中将教学关取消自动编队 2023-10-06 18:44:49 +08:00
zzyyyl
69fad6f127 style: code format 2023-09-30 23:44:34 +08:00
status102
a8a0f45235 fix: 自动战斗-战斗列表启用时,自动追加摆完挂机选项
close #6507
2023-09-25 22:14:46 +08:00
Hydrogina
ff842dd16c feat: 自动战斗跳过“以下干员出战后将被禁用,是否继续?”对话框 #4917 #4694 #5351 2023-09-23 12:20:14 +08:00
status102
22d3ced6c5 perf: 优化 自动战斗-战斗列表 跳过战斗后剧情的逻辑 2023-09-18 14:39:54 +08:00
status102
cc8b309e48 fix: 修复自动战斗-战斗列表的导航失效问题 2023-09-17 18:26:21 +08:00
status102
72a8a144a1 docs: 添加战斗列表相关说明 2023-09-16 23:48:21 +08:00
status102
9b7fe7aeaa feat: 自动战斗-战斗队列 新增 未三星结束时中止流程 2023-09-16 18:47:23 +08:00
status102
56d831e627 feat: 自动战斗新增战斗列表选项 2023-09-14 14:58:52 +08:00
status102
a9466ec991 feat: 自动战斗-自动编队 增加自动追加自定干员设置 2023-09-10 19:29:07 +08:00
status102
9ac8c487d4 feat: 新增自动编队时,自动补充低信赖干员选项 2023-09-10 10:47:17 +08:00
MistEO
0228097ad5 chore: 添加一些日志 2023-05-01 17:48:21 +08:00
shxyke
a991be0b5f feat: 为 MaaCore 添加神秘代码支持 2023-04-13 09:26:37 +00:00
Hao Guan
ffdb9b1123 chore: 修复Clang/GCC编译警告 2023-03-20 20:42:21 +10:00
MistEO
3f94fab9f1 feat: 新增抄作业功能循环次数设置 2023-01-11 23:34:34 +08:00
MistEO
737a754ced feat: 自动战斗,循环1000次 2023-01-11 11:37:21 +08:00
MistEO
ed003a7eb8 fix: 修复 引航者试炼 - 恢弘试炼 不开始的问题 2023-01-11 10:36:21 +08:00
MistEO
d340e33029 temp 2023-01-10 21:45:21 +08:00
MistEO
d9dcbb6289 chore: breaking rename 2022-12-02 00:22:47 +08:00