Hao Guan
|
2fa55fe15d
|
fix(mac): 修复MaaUtils库位置
|
2025-11-01 18:48:30 +08:00 |
|
Hao Guan
|
6ba037ab4d
|
fix(mac): GUI缺少MaaUtils库
|
2025-11-01 18:41:23 +08:00 |
|
Copilot
|
cd88fd3c51
|
docs: fix boolean capitalization in C# documentation comments (#14599)
* Initial plan
* fix: correct boolean capitalization in C# doc comments
Co-authored-by: lucienshawls <82591976+lucienshawls@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: lucienshawls <82591976+lucienshawls@users.noreply.github.com>
|
2025-11-01 18:06:35 +08:00 |
|
Lucien Shaw
|
0a566e4954
|
ci: 更新最新工作流的部分显示名称和部分代码注释中的表达 (#14597)
* ci: name change for submodule update workflows
* ci: if failed -> on failure
* docs: 代码注释中,succeeded与failed相对
|
2025-11-01 17:48:16 +08:00 |
|
HX3N
|
48ace472a8
|
i18n: KR varius translations (#14591)
|
2025-11-01 09:50:31 +01:00 |
|
Lucien Shaw
|
0ae7f8878d
|
chore: 调整devcontainer环境构建流程,使其适应MaaUtils (#14580)
1. devcontainer 创建时,更新并拉取子模块
2. 更改 MaaCore 下的 CMakeLists.txt,适应不知道哪里冒出来的 --no-allow-shlib-undefined 限制
* chore: devcontainer创建时更新子模块
* build: 尝试修复链接目标未定义的问题
* build: 将改动限于Linux
|
2025-11-01 16:05:00 +08:00 |
|
uye
|
8b9f851a39
|
fix: 亮色模式下无法显示 “坍缩范式列表”
|
2025-10-31 23:57:15 +08:00 |
|
Constrat
|
646691e47e
|
i18n: various english translations
|
2025-10-31 14:06:44 +01:00 |
|
HX3N
|
eca68a0504
|
i18n: KR tweak MuMu12ExtrasEnabledTip
|
2025-10-31 18:14:11 +09:00 |
|
MistEO
|
91ea7067f7
|
refactor: 集成 MaaUtils (#14578)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2025-10-31 14:56:56 +08:00 |
|
MistEO
|
02edf491c5
|
docs: Sync documents in all languages, Powered by AI (#14572)
Co-authored-by: MistEO <18511905+MistEO@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Manicsteiner <Manicsteiner@outlook.com>
|
2025-10-29 23:49:12 +08:00 |
|
github-actions[bot]
|
8ed6accb45
|
feat: Update Submodules MaaMacGui, maa-cli
|
2025-10-29 07:46:41 +00:00 |
|
Status102
|
f9366249e1
|
feat: 记录crash log时同时记录stacktrace, 并允许 ASST_DEBUG 在 debug 目录下生成 crash.log (#14526)
* feat: 记录crash log时同时记录stacktrace, 并允许 ASST_DEBUG 在 debug 目录下生成 crash.log
* fix: 加个循环次数限制
* perf: 简单整理
|
2025-10-29 02:36:46 +08:00 |
|
Status102
|
cd0d075d8d
|
feat: LogInfo 等宏支持is_enabled (#14551)
feat: LogInfo 等宏支持is_enable
|
2025-10-29 02:02:10 +08:00 |
|
uye
|
8c7c47251a
|
fix: 无法加载 cache 资源
fix #14451
|
2025-10-29 01:05:05 +08:00 |
|
Weiyou Wang
|
529ca6a7fc
|
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
|
bffbe8d633
|
fix: 调换使用错误的排序函数 (#14555)
|
2025-10-28 20:02:34 +08:00 |
|
uye
|
8a45b1717e
|
fix: 猪玛写 switch 不写 break
|
2025-10-28 15:54:12 +08:00 |
|
uye
|
5b7fe1c7e9
|
chore: 调整雷电截图增强提示,强制要求模拟器分辨率为横屏模式
|
2025-10-28 15:21:08 +08:00 |
|
uye
|
6ee884772b
|
chore: 调整连接失败尝试启动模拟器的描述
|
2025-10-28 15:12:57 +08:00 |
|
uye
|
69ea005af3
|
perf: 主线导航目标关卡默认在屏幕内时不再划到最右边后往前寻找
|
2025-10-28 15:12:57 +08:00 |
|
uye
|
a1e1df535a
|
feat: 增加纯数色匹配 (#14536)
* feat: 增加纯数色匹配
* chore: Auto update by pre-commit hooks [skip changelog]
* chore: 更新 schema
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2025-10-28 01:41:25 +08:00 |
|
uye
|
4190e3c421
|
feat: 添加 生活队凹开局密文板 与 坍缩范式列表 TooltipBlock
|
2025-10-27 23:00:36 +08:00 |
|
uye
|
559ea25856
|
feat: core 异常退出 ui 添加日志记录
|
2025-10-27 18:27:52 +08:00 |
|
Weiyou Wang
|
1d11f4c1a4
|
chore: WpfGui 增加对界园肉鸽 DLC 1 三个新分队的支持
|
2025-10-27 14:55:00 +08:00 |
|
Weiyou Wang
|
a17e997e38
|
refactor: polish PixelAnalyzer a bit (#14538)
|
2025-10-27 00:12:47 +11:00 |
|
uye
|
2b179c673c
|
chore: ui 日志增加 adb devices 输出
|
2025-10-24 23:11:40 +08:00 |
|
Weiyou Wang
|
904a8f3d4c
|
fix: 掉落识别修复 (#14508)
|
2025-10-23 01:15:22 +08:00 |
|
Weiyou Wang
|
880bdea7d3
|
refactor: 将 Copilot ActionType::ResetTimer 更改为更适合的 ResetStopwatch (#14507)
* refactor: 为 ActionType::ResetTimer 加入中文变种
* refactor: Timer -> Stopwatch
|
2025-10-22 22:20:50 +11:00 |
|
uye
|
9ea6057145
|
fix: 变更弃用的参数
|
2025-10-22 17:04:51 +08:00 |
|
uye
|
05b377981a
|
fix: 开始唤醒会回到主界面
|
2025-10-22 16:49:38 +08:00 |
|
uye
|
f967903a4b
|
feat: 资源更新完成后等待空闲时再加载
fix: #14500
|
2025-10-22 16:35:51 +08:00 |
|
Constrat
|
df5af18b93
|
fix: precommit maacore
|
2025-10-21 21:02:23 +02:00 |
|
uye
|
979e0c4b1b
|
feat: 不是我认识的主题,直接切换
|
2025-10-22 02:28:17 +08:00 |
|
Constrat
|
c91c1ff279
|
style: run prettier as there's missing stuff apparently
|
2025-10-20 21:30:13 +02:00 |
|
status102
|
d7524a4f9e
|
perf: 进入新任务后重置任务超时计时器, 以避免非单任务卡阻的误报
|
2025-10-21 03:00:35 +08:00 |
|
status102
|
fff05d45b5
|
perf: ProcSubTask static
|
2025-10-21 02:36:49 +08:00 |
|
uye
|
b63bd4b6eb
|
feat: 支持剿灭关卡名识别
|
2025-10-20 22:27:26 +08:00 |
|
uye
|
25513ab692
|
chore: ALL~ the Announcements 中新公告标题中加 *
|
2025-10-20 21:26:10 +08:00 |
|
Constrat
|
38a801a8c1
|
i18n: translate ElapsedTime
ref: 1edd006982
|
2025-10-20 01:16:31 +02:00 |
|
Weiyou Wang
|
1edd006982
|
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
|
5efdab7fbf
|
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 |
|
uye
|
930de73324
|
feat: 本次更新的公告右上角添加红点
|
2025-10-18 23:22:58 +08:00 |
|
Weiyou Wang
|
11f9d6e0a4
|
refactor: 拆出界园岁兽残识地图导航 (#14432)
* refactor: 舍弃 AbstractRoguelikeMap,拆到 RoguelikeMapConfig 与 RoguelikeBoskyPassageMap
* refactor: 拆出界园岁兽残识地图导航
|
2025-10-18 20:15:36 +11:00 |
|
HY
|
b9edba6cf5
|
chore: 繁中服主線、肉鴿導航 UI 更新 (#14433)
* chore: 繁中服主線、肉鴿導航 UI 更新
* chore: Auto update by pre-commit hooks [skip changelog]
* chore: sarkaz DLC
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2025-10-17 22:43:27 +08:00 |
|
MistEO
|
2c247bbeda
|
fix: 掉落识别增加越界检查 (#14312)
Co-authored-by: Weiyou Wang <44151844+Alan-Charred@users.noreply.github.com>
|
2025-10-17 16:08:54 +08:00 |
|
Jim-Happy
|
445ce5352f
|
fix: 修复 "设置-外部通知" 存在多个通知渠道时只会发送到第一个成功的渠道问题 (#14380)
* feat: 添加选项:发送到所有通知渠道
* style: 删除调试注释
* refactor(settings): 删除原PR逻辑,改为修复通知驱动只通知一个的bug
删除原PR逻辑,改为修复通知驱动只通知一个的bug
|
2025-10-17 13:55:29 +08:00 |
|
travellerse
|
dce6fbfbce
|
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 |
|
Constrat
|
ef187657ba
|
fix: cleanup ifdef + fix AsstDestroy missed calls + lldb
|
2025-10-16 21:49:14 +02:00 |
|
晓丶梦丶仁
|
36dd631606
|
fix: MiniGame Value 重复
|
2025-10-16 17:10:48 +08:00 |
|