Commit Graph

9490 Commits

Author SHA1 Message Date
David
58594cb25b fix: Skadi Alter EN OCR missed identification
[skip ci]
2023-10-07 22:01:55 +02:00
David
e34b46723e Merge branch 'dev' of https://github.com/MaaAssistantArknights/MaaAssistantArknights into dev 2023-10-07 18:39:59 +02:00
David
8dddd1e80a docs: json codeblock tweak 2023-10-07 18:39:58 +02:00
David
0b26686b1e docs: EN I.S. translation 2023-10-07 18:39:45 +02:00
zzyyyl
c483d09e94 fix: 战斗连续失败三次后 Fight 任务报错
fix #6734
2023-10-07 22:11:35 +08:00
Lancarus
4b3f1300b8 doc: Update 3.5-肉鸽辅助协议.md 2023-10-07 22:05:30 +08:00
zzyyyl
d312d6d041 perf: 来点 std::invoke_result_t 2023-10-07 21:37:34 +08:00
youqii
0b660f7cc7 Merge branch 'dev' into feature 2023-10-07 20:23:17 +08:00
zzyyyl
e05f95668b fix: macOS compile error 2023-10-07 20:21:10 +08:00
status102
c86fcfd4ea perf: 减小延迟 2023-10-07 19:58:21 +08:00
status102
41669e9de4 fix: 优化task 2023-10-07 19:56:27 +08:00
Songyang.Huo
8f35ce2155 修复了一处汇报不了任务的bug 2023-10-07 19:54:06 +08:00
zzyyyl
25df6f1d56 rft: 优化 TaskData 的 json 解析 2023-10-07 19:23:09 +08:00
status102
c05bc25734 perf: 调整剧情关按钮截图 2023-10-07 19:21:52 +08:00
zzyyyl
083c7134c4 rft: 使用多模板匹配重构 ReturnButtons 2023-10-07 19:03:57 +08:00
Lancarus
dcbe55e44c feat: 按照review修改 2023-10-07 18:40:25 +08:00
uye
2d03e9ac5b perf: 根据 qodana 优化代码 (#6736) 2023-10-07 18:13:27 +08:00
uye
b1c2e75567 perf: 根据 qodana 优化代码 2023-10-07 18:05:53 +08:00
uye
61ceb3788a perf: 根据 qodana 优化代码 2023-10-07 17:49:01 +08:00
status102
274d275f4f feat: 增加了一个二次检测进行保底 2023-10-07 16:57:29 +08:00
uye
c55187afa7 perf: 根据 qodana 优化代码 2023-10-07 16:47:57 +08:00
uye
1204abf6be docs: Update CHANGELOG.md 2023-10-07 14:55:01 +08:00
uye
42e9542cd1 perf: 根据 qodana 优化代码 2023-10-07 14:09:17 +08:00
status102
06eae3e06a perf: 优化剧情跳过检测频率,修改暂停时返回值为true 2023-10-07 14:01:38 +08:00
zzyyyl
34307c6618 fix: 修复 Award 任务无法正常结束的问题
fix #6703
2023-10-07 13:22:17 +08:00
status102
e36f266f6e perf: 优化StartUp速度,首页展开理智页时StartUp会关上 2023-10-07 12:21:53 +08:00
Lancarus
5eee5098c0 feat: 按照review修改 2023-10-07 11:24:57 +08:00
uye
e40527cc3f refactor: 使用 IShellLink 和 IPersistFile 接口创建快捷方式 2023-10-07 10:59:49 +08:00
Horror Proton
790f41188f fix: 修复 POSIX 平台上在一些情况下子进程不结束而使 MAA 永久性挂起的问题 (#6727)
在满足 `recv_by_socket = true` 时的一些特殊情况下,POSIX 平台上执行 ADB 命令的子进程可能无法及时退出:

1. **子进程在 `nc`
后未退出。**[这篇博文](https://billauer.co.il/blog/2018/07/netcat-nc-stop-quit-disconnect/)提及
FreeBSD、GNU 和其他 Netcat 实现,在以下情况是否会退出**是未定义的**:
    1. gets an EOF on its standard input;
    2. receives a FIN packet.
   
    如果模拟器的 `nc` 是一个不良的实现,可能会在不传递 `-q` 参数时完全不退出,在 MAA 对不同截屏命令进行测速时卡死;
2. **子进程有任何标准输出或错误输出。** 因为未将 `m_pipe_out[PIPE_WRITE]` 设置
`O_NONBLOCKING`,也未读取管道内容,子进程将在管道缓冲区满时挂起。

该 PR 对于第一种情况添加了超时 Killing,对第二种情况排空了管道。

Fix #6688.
2023-10-07 10:39:45 +08:00
status102
794531c274 feat: 新增 自动战斗-战斗列表 在未找到设定关卡时,移动至最右侧并自动通关未通过的剧情关 2023-10-07 10:34:40 +08:00
AnnAngela
87c08af867 doc: Update readme.md 2023-10-07 09:52:59 +08:00
AnnAngela
a76e8614c4 chore: Update README.md 2023-10-07 09:52:49 +08:00
AnnAngela
b4409dc96f doc: Update readme.md 2023-10-07 09:42:11 +08:00
w568w
0c80162256 fix: subprocess hangs up if not draining the pipe when reading with recv_by_socket 2023-10-07 08:33:47 +08:00
Lancarus
70b6317d70 feat: 根据review将check_skip_plot_button移动到BattleProcess里面 2023-10-07 02:14:45 +08:00
Lancarus
6f3401528b fix: 战斗列表ocr替换 2023-10-07 02:06:43 +08:00
David
bb09167413 style: VS22 ResourceUpdater.sln explorer name change
#6599
[skip ci]
2023-10-06 19:34:28 +02:00
David
7af4c6e44b chore: Jessica Alter new opers 2023-10-06 16:27:06 +02:00
status102
6d5f3971a4 fix: remove duplicate of std::move 2023-10-06 20:58:07 +08:00
Lancarus
c01cafd08d 使用导航名判断是否为教学关 2023-10-06 19:57:38 +08:00
SherkeyXD
5764044b9d chore: 删除无用的包 2023-10-06 19:40:18 +08:00
SherkeyXD
0e3d3c4c03 perf: 优化公告和CHANGELOG的视觉效果 2023-10-06 19:36:46 +08:00
SherkeyXD
243716666c feat: CHANGELOG也使用MdXaml渲染 2023-10-06 19:06:13 +08:00
SherkeyXD
308a70e0eb chore: 移除无用的using 2023-10-06 19:05:49 +08:00
SherkeyXD
45da058793 feat: 优化公告的渲染表现 2023-10-06 19:02:14 +08:00
Lancarus
27c1364da8 feat: 在战斗列表中将教学关取消自动编队 2023-10-06 18:44:49 +08:00
Songyang.Huo
d4beb302cf 修复了检测网络的相关问题 2023-10-06 18:34:13 +08:00
Lancarus
08eeae14b9 格式化代码 2023-10-06 18:24:37 +08:00
Lancarus
2fa541860d feat: 抄作业自动跳过战斗中剧情 2023-10-06 18:23:22 +08:00
github-actions[bot]
51bf2f8fa6 docs: Auto Update Changelogs of v4.25.0-beta.1 (#6719)
Co-authored-by: MistEO <MistEO@users.noreply.github.com>
Co-authored-by: MistEO <mistereo@hotmail.com>
2023-10-06 18:16:43 +08:00