MistEO
640eed10e2
refactor: use MaaUtils instead of Utils ( #14579 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-11-02 23:19:38 +08:00
Weiyou Wang
bd983a0048
feat: 界园肉鸽不期而遇实现选项识别 ( #14540 )
...
* feat: RoguelikeEncounterOptionAnalyzer
* feat: 界园肉鸽实验性功能 -- 识别选项数量后调整选项
* chore: Auto update by pre-commit hooks [skip changelog]
* refactor: 跳过不可用选项
* refactor: 设置初次滑动
* refactor: 给 save_img 日志加点描述
* feat: 加个 get_img 接口,以便于获得合成图
* chore: Auto update by pre-commit hooks [skip changelog]
* fix: 不是你怎么没有 formatter 啊?
* refactor: 把分析数据存储在插件成员变量内,为未来重构打基础
* refactor: 把不期而遇选项识别结果输出移到插件中,加入 callback
* feat: 无法识别选项文字时保存图片
* refactor: 给 save_img 日志加点描述
* refactor: int -> size_t
* refactor: choose -> select
* refactor: sort functions
refacor: sort functions
* refactor: 用 option_analyzed 来判断是否已经识别过不期而遇选项
* fix: 去掉不必要的参数 theme
* refactor: 给 OCR 配置任务加点东西(大概率没什么用吧)
* refactor: 去掉内部接口中的冗余 sanity check
* feat: 加入 view 控制
* fix: 忘了 callback 不能用 const
* feat: 处理一下 edge case
* feat: 来点 WpfGui Log
* fix: typo
* fix: 一些漏网之鱼
* fix: 再调整下滑动距离
* fix: 什么乱七八糟的
* fix: 什么乱七八糟的
* fix: 方向错了,加点 Log
* fix: 修正长图识别 roi
* fix: 再调整一下 roi
* fix: 所以说不建议再睡眠不好的时候糊屎
* fix: 对不可选选项的模版进行二值化后再 OCR
* fix: 好像得考虑一下通道
* fix: 删掉无用参数
* refactor: 再整理一下代码,减少冗余
* chore: Auto update by pre-commit hooks [skip changelog]
* fix: 再缩小点 roi
* fix: 加点延迟
* fix: clang-tidy 说这样写
* feat: 把 debug 截图加回来,收工
* docs: 给任务链加点注释
* docs: 给 RoguelikeEncounterOptionAnalyzer 加点注释
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-10-28 20:46:06 +08:00
Weiyou Wang
85dcc0292c
fix: 调换使用错误的排序函数 ( #14555 )
2025-10-28 20:02:34 +08:00
uye
4052e00b89
perf: 主线导航目标关卡默认在屏幕内时不再划到最右边后往前寻找
2025-10-28 15:12:57 +08:00
Weiyou Wang
795efbcd23
refactor: 将 Copilot ActionType::ResetTimer 更改为更适合的 ResetStopwatch ( #14507 )
...
* refactor: 为 ActionType::ResetTimer 加入中文变种
* refactor: Timer -> Stopwatch
2025-10-22 22:20:50 +11:00
uye
c00b329d5c
fix: 开始唤醒会回到主界面
2025-10-22 16:49:38 +08:00
Constrat
65af1b1bb8
fix: precommit maacore
2025-10-21 21:02:23 +02:00
uye
4ea9b6b7de
feat: 不是我认识的主题,直接切换
2025-10-22 02:28:17 +08:00
Weiyou Wang
2c619493f6
feat: 跳过使用未准备好的技能 && 全局计时器 ( #13913 )
...
* feat: skip_if_not_ready
* feat: elapsed_time
* feat: WpfGui log 输出计时器信息
* chore: Auto update by pre-commit hooks [skip changelog]
* feat: 不默认启用全局计时器
* refactor: 支持 ResetTimer 拼写变种
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-10-20 01:35:37 +11:00
Weiyou Wang
9a7301b021
fix: 肉鸽跳一战打一战刷钱 ( #14450 )
...
* refactor: 在 RoguelikeConfig 中加入 skip_recruit_in_fast_pass flag,用于判断是否在特定情况下跳过招募
* refactor: refine 一下 RoguelikeRecruit-GiveUp 任务
* refactor: 重命名 RoutingStrategy
* feat: 一战快速投资/烧水
* refactor: 合并冗余 Roguelike@RoutingConfig 任务,重命名为 RoguelikeRouting-Config
* refactor: 统一 RoguelikeRoutingAction 命名
* refactor: 统一导航插件任务命名
* refactor: 这些任务不需要用 RoguelileRoutingAction
* fix: 重命名相关模版
* chore: Auto update by pre-commit hooks [skip changelog]
* chore: Auto update by pre-commit hooks [skip changelog]
* fix: 漏网之鱼
* refactor: MapNode 模版搬家
* refactor: 岁兽残识导航相关任务搬家
* refactor: 改改任务名
* refactor: 模版改名 Roguelike@MapNodeX -> RoguelikeMapNode-X
* refactor: 换一个似乎更简单的写法
* fix: 忘了外服了
* refactor: 漏了这个
* chore: Auto update by pre-commit hooks [skip changelog]
* fix: 修修
* fix: 继续修修
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-10-19 22:49:08 +11:00
Weiyou Wang
d2587626e0
refactor: 拆出界园岁兽残识地图导航 ( #14432 )
...
* refactor: 舍弃 AbstractRoguelikeMap,拆到 RoguelikeMapConfig 与 RoguelikeBoskyPassageMap
* refactor: 拆出界园岁兽残识地图导航
2025-10-18 20:15:36 +11:00
travellerse
88713293c2
feat: 添加刷常乐节点策略 ( #13868 )
...
* feat: 支持识别常乐节点的子类型
* perf: 将树洞节点优先级拆到配置里
* refactor: 将界园树洞策略从通用Routing策略中分离出来
* feat: 初步实现刷常乐节点
* feat: 为刷常乐节点功能添加UI
* refactor: 重命名节点类型获取函数
* perf: 优化节点类型的日志输出
* feat: 添加发现目标常乐节点后退出
* i18n: CN常乐节点显示文本
* fix: 修复type2name映射初始化潜在问题
* perf: 添加目标子类型的设置和获取方法
* refactor: 优化优先级节点类型解析逻辑
* feat: 刷常乐节点策略下保存路上的招募券
* i18n: 为其它语言提供占位
* perf: 将新增的本地化键值放到一起
* chore: 调整日志输出中的空格
* perf: 仅在非开局招募时保存招募券
* perf: 保留招募券到达上限时正常招募
* fix: 修复gui日志输出没有使用本地化
* fix: 给界园树洞节点点击加上200ms的前置延时
* perf: 在 RoguelikeRoutingTaskPlugin 中添加运行模式以区分普通地图与界园树洞
* refactor: 优化RoguelikeBoskyPassageMap的单例使用
* feat: 添加界园树洞节点类型wpf输出及其颜色配置
* fix: 不在每次开始肉鸽重置m_target_subtype
2025-10-17 16:54:30 +11:00
status102
473085f4e6
fix: 理智药使用数量ocr不准确时中断使用
2025-10-01 19:25:07 +08:00
status102
956f195810
fix: 使用理智药 执行减少次数循环在asst_stop时缺少中断判断
2025-10-01 19:21:47 +08:00
Weiyou Wang
e46f47820f
fix: 商店刷新两步走 ( #14201 )
...
* fix: 商店刷新两步走
* chore: Auto update by pre-commit hooks [skip changelog]
* refactor: buy once only when both steps succeed (suggested by status102)
Co-Authored-By: Status102 <102887808+status102@users.noreply.github.com >
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Status102 <102887808+status102@users.noreply.github.com >
2025-09-29 17:20:32 +08:00
status102
ca28bc0936
fix(core): CopilotTask参数可选项存在性检查
2025-09-18 00:43:17 +08:00
uye
754e1c35d5
fix: 复核自定义干员时等待游戏动画
2025-09-15 22:11:05 +08:00
Status102
e2b209e723
feat: 自动战斗多作业支持保存干员组内编入的干员 ( #14095 )
...
* chore: 加个存储先
* feat: 与旧编队比较
* feat: 快速编队
* fix: 计数
* fix: 缓存了旧的组名
* perf: 快速退出
* fix: 跳过编队后修改编队状态
* fix: 完事
* fix: err
* fix: 顺手一起修了
2025-09-15 01:27:51 +08:00
MistEO
bec0325236
refactor: use std::format instead of sprintf ( #14107 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-09-15 01:07:05 +08:00
status102
d1df9b2578
feat: CustomTask增加任务存在检测
2025-09-14 21:45:43 +08:00
uye
cf362a4106
fix: 刷开局奖励只选票券时行为异常
...
fix #14079
2025-09-13 21:12:09 +08:00
status102
958d48b5fd
fix(core): Copilot多任务编队时编队设置残留
2025-09-13 19:35:52 +08:00
uye
0593121ec1
feat: 给自定义任务添加 ScreenshotTaskPlugin 插件
2025-09-13 11:16:03 +08:00
Weiyou Wang
b503c153fa
refactor: 维护信用作战相关功能及其文档 ( #14013 )
...
* refactor: 维护信用作战相关功能及其文档
* docs: i18n
* docs: 格式美化
* fix: 我错了我错了
* fix: 怎么顺序也有关系啊
* docs: 编队 -> 编队栏围的编号; 分队->编队
* docs: hyphen -> en dash
* fix: 修复旧参数警告
2025-09-10 22:56:33 +08:00
MistEO
f5f3ebef79
fix: remove opencv highgui again
2025-09-08 21:57:09 +08:00
MistEO
aa0516abee
fix: remove opencv highgui
2025-09-08 21:51:22 +08:00
MistEO
5c0445d3ab
refactor: 依赖大更新 ( #13908 )
...
Co-authored-by: status102 <102887808+status102@users.noreply.github.com >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-09-08 21:17:47 +08:00
Weiyou Wang
8567eba81e
refactor: BrightPointAnalyzer -> PixelAnalyzer ( #13915 )
...
* feat: different filters for BrightPointAnalyzer
* refactor: rename BrightPointAnalyzer to PixelAnalyzer
* fix: 草忘了重命名文件了
2025-09-07 20:07:33 +08:00
status102
d772572a63
fix: 信用任务无法刷OF-1
2025-09-05 10:58:20 +08:00
uye
735c6620a0
feat: 悖论通关后自动取消勾选,遇到战斗失败的关卡时停止 ( #13963 )
...
* feat: 悖论通关后自动取消勾选
* fix: CopilotTask 一个个加
2025-09-04 00:44:40 +08:00
status102
1e28b23062
fix: 自动编队后续追加自定干员失败
2025-09-02 00:57:11 +08:00
uye
7f2c82d741
fix: 战斗列表无法进入 1/2 星干员悖论
2025-08-31 13:42:40 +08:00
uye
c6c77f4e75
fix: 悖论模拟战斗列表页尾干员错位
2025-08-31 13:42:40 +08:00
pre-commit-ci[bot]
eae54c6296
chore: Auto update by pre-commit hooks [skip changelog]
2025-08-30 02:50:20 +00:00
uye
174c5de8c4
feat: 悖论模拟战斗列表通过职业找人
2025-08-30 10:47:55 +08:00
pre-commit-ci[bot]
2fb1a45611
chore: Auto update by pre-commit hooks [skip changelog]
2025-08-30 01:54:35 +00:00
uye
4ff7bf2bb8
feat: 悖论模拟战斗列表支持跳过未拥有的干员
2025-08-30 09:52:12 +08:00
status102
53df8adf08
rft(core): 移除MaaCore不再支持的自动战斗作业代码解析
2025-08-28 18:07:36 +08:00
status102
77736960a0
fix: var type
2025-08-28 18:01:46 +08:00
uye
5d1f054e5b
chore: core 删除 cpr
2025-08-28 17:35:23 +08:00
Status102
eeaffe368f
feat: 支持一键悖论模拟 ( #13893 )
...
* feat: 支持一键悖论模拟 (#13885 )
* feat: 支持一键悖论模拟
* chore: OperParadoxBegin EN
* chore: Auto update by pre-commit hooks [skip changelog]
* feat: 支持一键悖论模拟
* chore: Auto update by pre-commit hooks [skip changelog]
* feat: 支持一键悖论模拟
* fix: 更新悖论模拟按钮位置
* feat: 悖论模拟UI资源添加
* fix: 删除xml中被误添加的文件
* feat: 根据关卡类型显示选项
* i18n: 标签翻译
* feat: 修改小提示
* i18n: EN
* chore: zh-tw
* i18n: KR
* i18n: KR 2
Long text breaks the UI :(
* i18n: SSS -> SSS
* feat: 多行 TabControl
* chore: 调整布局
* i18n: JP
* perf: 优化返回流程
* chore: Auto update by pre-commit hooks [skip changelog]
* chore: 删掉 core 的联网功能
---------
Co-authored-by: 翔宇 战 <1361227324@qq.com >
Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: _Burnside <33724737+Burnside999@users.noreply.github.com >
Co-authored-by: momomochi987 <as99us301@gmail.com >
Co-authored-by: HX3N <scarlet7518@gmail.com >
Co-authored-by: Manicsteiner <Manicsteiner@outlook.com >
* fix: 新战斗导航下的悖论模拟
---------
Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com >
Co-authored-by: 翔宇 战 <1361227324@qq.com >
Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: _Burnside <33724737+Burnside999@users.noreply.github.com >
Co-authored-by: momomochi987 <as99us301@gmail.com >
Co-authored-by: HX3N <scarlet7518@gmail.com >
Co-authored-by: Manicsteiner <Manicsteiner@outlook.com >
2025-08-28 17:32:32 +08:00
status102
7ea22b6b03
fix: 自动战斗-战斗列表使用错误的作业战斗
2025-08-26 23:25:34 +08:00
Status102
f2d70245c1
rft: 重构自动战斗战斗列表 ( #13852 )
...
* rft(core): 重构多作业自动战斗
* rft(wpf): wpf支持新任务参数
* perf: 移除不必要move
* chore: Auto update by pre-commit hooks [skip changelog]
* fix: 任务计数
* fix: 战斗完成提示
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-08-24 22:51:08 +08:00
status102
dc9bd70726
feat(core): 自动战斗关卡结束后增加识别使用黑色返回按钮的检测
2025-08-23 12:27:32 +08:00
status102
774adf4119
rft: 自动编队助战的确实干员读取
2025-08-22 22:32:44 +08:00
uye
8024f23b17
chore: 加点肉鸽事件 fallback 前延迟,可能减轻点网络波动影响
...
fix #13848
fix #13784
2025-08-22 19:32:48 +08:00
status102
0c4211062a
rft: 自动战斗不再使用need_navigate字段作为导航启用开关, 而是直接使用navigate_name字段
2025-08-22 16:17:48 +08:00
status102
2d4eb50adc
fix: 肉鸽投资存款不变重试20次退出
2025-08-21 23:51:42 +08:00
uye
2030c53dbb
fix: 会客室换班失败(如选人过程中弹出线索交流完成)时重开任务
...
fix #13449
2025-08-21 17:37:57 +08:00
Status102
51fd7bacea
refactor: 自动战斗干员编队状态; 修复编队中干员属性未达标时反复报错; 缺少干员输出时, 干员组内干员打平输出 ( #13795 )
...
* chore: 状态定义
* rft: 重构干员编队的状态
* feat: 编入上次干员
* rft: wpf输出
* fix: ubuntu
2025-08-20 19:59:08 +08:00