MistEO
|
5fdfbe7ab9
|
refactor: 简单整理了下肉鸽招募
|
2023-04-09 20:50:38 +08:00 |
|
LingXii
|
5c8f1b1484
|
Feat: 新增不期而遇插件,优化招募与战斗策略 (#4241)
feat: 新增不期而遇插件,优化招募与作战策略
|
2023-04-09 20:28:15 +08:00 |
|
MistEO
|
2cbe1088d7
|
fix: 修复部署战斗中部署区识别错误
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/4197
|
2023-04-09 19:03:39 +08:00 |
|
MistEO
|
56ca2ce531
|
fix: 修复视频识别职业识别错误,并添加一个兜底措施
https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/4222
|
2023-04-09 17:25:57 +08:00 |
|
MistEO
|
e8687792c4
|
fix: 规避第十二章三倍掉落被上传的可能性
|
2023-04-09 16:16:36 +08:00 |
|
MistEO
|
3e6a8344ef
|
revert: 回滚战斗干员标记 模板阈值
|
2023-04-09 15:19:48 +08:00 |
|
MistEO
|
f232be39e2
|
fix: 修复战斗中狂点cooling干员的问题
识别不了就摆烂了.jpg
|
2023-04-08 22:13:23 +08:00 |
|
MistEO
|
fcfb05feb0
|
refactor: 重构地图加载逻辑,改为惰性加载
|
2023-04-08 01:58:09 +08:00 |
|
MistEO
|
6c09fba96b
|
fix: 修复视频识别不支持中文路径的问题
|
2023-04-05 23:36:36 +08:00 |
|
MistEO
|
0a30126835
|
fix: 视频识别方向分类size error
|
2023-04-05 20:02:00 +08:00 |
|
MistEO
|
05438f2182
|
perf: 优化干员方向识别
|
2023-04-05 19:08:14 +08:00 |
|
MistEO
|
3337f0e141
|
feat: 修复技能识别;条件判断改为费用变化
|
2023-04-05 18:43:16 +08:00 |
|
MistEO
|
7d736e1a7b
|
feat: 新增视频击杀、费用识别,修复方向结果错误
|
2023-04-05 18:43:16 +08:00 |
|
MistEO
|
55bacfb468
|
feat: 初步实现MacController (#4161)
添加新的触控方式,针对 macOS 平台原生运行的 iOS 版明日方舟客户端。
## 背景
macOS 上有一个叫做 [PlayCover](https://playcover.io) 的 iOS
游戏启动器的项目。它的原理是通过注入库([PlayTools](https://github.com/PlayCover/PlayTools))让应用绕过系统的运行环境检查。
## 实现
我们可以 [fork 一份
PlayTools](https://github.com/hguandl/PlayTools/tree/MaaTools),添加一个功能类似
adb 的本地 server,来实现截图和触控。我们可以称其为 MaaTools。
## 协议
当前的 MaaTools 基于 TCP 实现了以下协议:
- 握手:`MAA\x00` 作为最初的 4 个字节发送以尝试建立连接,如果成功会收到 `OKAY`,连接就此建立。
- 请求体:后续请求会先有2字节作为长度,然后发送请求内容。
- 截图请求:内容为 `SCRN`,返回 4 字节头作为长度,然后紧接着是 RGBA bitmap 内容。
- 分辨率请求:内容为 `SIZE`,返回各 2 字节长度的宽和高。
- 触控请求:内容为 `TUCH` + 1 字节触控类型 + 各 2 字节长度的 x 和 y,无返回。
- 关闭请求:内容为 `TERM`,关闭客户端,无返回。
## 合并
请 @aa889788 帮忙看看我对新 Controller 类的实现是否完全。iOS 不支持 ESC
按键,不知道除了不能暂停部署之外,会不会对 MAA 的其他功能造成影响。最后再让玛丽 @MistEO 把把关()
|
2023-04-05 16:47:54 +08:00 |
|
MistEO
|
39d323562a
|
feat: 攻略视频导出作业 JSON (#4030)
* feat: 作业视频识别,基本功能完成
Squashed commit of the following:
commit 3488507ebfb291b21ce9dae2d77536c39fc74840
Author: MistEO <mistereo@hotmail.com>
Date: Sat Apr 1 19:05:19 2023 +0800
chore: rename
commit ad3446fd823db3ea5cd657cf216fcfdd7063ce0b
Author: MistEO <mistereo@hotmail.com>
Date: Sat Apr 1 19:02:34 2023 +0800
perf: 优化视频识别结构
commit 5e5553e3720aa7c8c81d1667af96ffdc192d4281
Author: MistEO <mistereo@hotmail.com>
Date: Sat Apr 1 18:53:13 2023 +0800
fix: build error
commit ffe850ea49008e2c7cef281159ef673ffae735f2
Author: MistEO <mistereo@hotmail.com>
Date: Sat Apr 1 18:40:46 2023 +0800
perf: 识别识别不需要连接模拟器
commit 56711ea3ded5b8832b9399591cb93064740ba23c
Author: MistEO <mistereo@hotmail.com>
Date: Sat Apr 1 18:40:20 2023 +0800
perf: 优化视频读取性能
commit 1ce5ea3a61a6f270d834d1f2346832debd83f70f
Author: MistEO <mistereo@hotmail.com>
Date: Sat Apr 1 16:19:08 2023 +0800
feat: WPF UI 初步集成视频识别
commit d741d0fbef48829e502d9b641d918969c94a7352
Author: MistEO <mistereo@hotmail.com>
Date: Sat Apr 1 15:18:58 2023 +0800
chore: 一些重命名
commit a14652773989c35788dff0262c70cbc4c8c0cd0d
Author: MistEO <mistereo@hotmail.com>
Date: Sat Apr 1 14:35:48 2023 +0800
chore: rename and fix build error
commit 5ea7d52fab67d7085aceb3147b6940781f5e4b93
Merge: 89db75e0 b8bb725e
Author: MistEO <mistereo@hotmail.com>
Date: Sat Apr 1 14:25:15 2023 +0800
Merge branch 'dev' into feat/video_to_json
commit 89db75e05cea969417462dfcffb8e0b68233a199
Author: MistEO <mistereo@hotmail.com>
Date: Sat Apr 1 03:49:41 2023 +0800
chore: 导出json文件名
commit 6e1804b1dd49781dfeffc4a846321f8ebfff8b8c
Author: MistEO <mistereo@hotmail.com>
Date: Sat Apr 1 03:47:38 2023 +0800
fix: 修复关卡识别错误
commit cc0dab1c1b0e2ff4ce2d62e3996516b13039be2b
Author: MistEO <mistereo@hotmail.com>
Date: Sat Apr 1 03:31:39 2023 +0800
feat: 完成关卡名识别、重命名一些变量
commit bf1ab83bcfdeb64dad06c2cc3ac649c77baf317e
Author: MistEO <mistereo@hotmail.com>
Date: Sat Apr 1 02:23:24 2023 +0800
feat: 第一份作业导出
commit 76ae6262b64f7e7365cd1e7783b2cd4db61600ca
Author: MistEO <mistereo@hotmail.com>
Date: Fri Mar 31 21:43:00 2023 +0800
chore: rename
commit 493cb9c3ab4718f15316c357080fec6930c89a97
Author: MistEO <mistereo@hotmail.com>
Date: Fri Mar 31 20:13:45 2023 +0800
perf: 更新战斗识别相关模型
commit 623c80c76792a24c37d7dad5addb8c00341a5688
Author: MistEO <mistereo@hotmail.com>
Date: Thu Mar 30 00:02:47 2023 +0800
refactor: 完成视频切片重构
commit 73bbf7c8727d911effa298ccff0a4ae29376baed
Author: MistEO <mistereo@hotmail.com>
Date: Tue Mar 28 23:54:39 2023 +0800
perf: 优化tensor转换
commit 13ba7a01e1c46ee1f0b6bea55ffaaf30fcf552c3
Merge: 48a4d765 a0964485
Author: MistEO <mistereo@hotmail.com>
Date: Tue Mar 28 22:28:33 2023 +0800
Merge branch 'dev' into feat/video_to_json
commit 48a4d765e2a1f1240e8f31352c21f58b565752d2
Author: MistEO <mistereo@hotmail.com>
Date: Sat Mar 25 23:22:35 2023 +0800
fix: build error
commit 02c80f4442e520998aff3b14fa4decbbc421b6c0
Author: MistEO <mistereo@hotmail.com>
Date: Sat Mar 25 04:03:54 2023 +0800
perf: 优化技能ready识别模型
commit 7c15b54bd4a7c97772f27ac8bebaec97dd59f19c
Author: MistEO <mistereo@hotmail.com>
Date: Sat Mar 25 03:15:46 2023 +0800
perf: 重新训练干员方向检测模型
commit 450eea50a0601676e731411188a74cfc38f21a42
Author: MistEO <mistereo@hotmail.com>
Date: Sat Mar 25 01:39:23 2023 +0800
feat: 画了一堆图
commit bf2bc66c6d52ecdc9f7ce0e7fc3a4891bbe59f7c
Author: MistEO <mistereo@hotmail.com>
Date: Wed Mar 22 23:33:33 2023 +0800
feat: 完成干员部署方向识别
commit f3a0b4aee8e910d5ebc8e42486c5194bd6ffe51e
Author: MistEO <mistereo@hotmail.com>
Date: Wed Mar 22 22:43:01 2023 +0800
feat: 输出draw,增加一些回调,修复干员位置检测
commit 772fd2dbeaef59812b563aef36808e15f8d33e08
Author: MistEO <mistereo@hotmail.com>
Date: Wed Mar 22 18:16:26 2023 +0800
feat: 初步识别上场干员
commit 4fda687bdcbc598c80576f741b518fae8fc87566
Author: MistEO <mistereo@hotmail.com>
Date: Wed Mar 22 17:29:57 2023 +0800
perf: 优化一些细节
commit c72a1d7c8a13c1d22d5e2598ae0db87e74d32c26
Author: MistEO <mistereo@hotmail.com>
Date: Wed Mar 22 01:10:29 2023 +0800
fix: 修复偶现误识别问题
commit 3021a7372dbad1f920aad346b49f115d4d2e073c
Author: MistEO <mistereo@hotmail.com>
Date: Wed Mar 22 01:01:21 2023 +0800
feat: 完成干员检测
commit e74072fbbeffd4c0cd7a4d67208a67797341f1fa
Author: MistEO <mistereo@hotmail.com>
Date: Tue Mar 21 01:34:20 2023 +0800
feat: 完成yolo干员检测模型集成
commit 27a10f0bd0529c71d09aa2434a1ef1fd0cac2449
Author: MistEO <mistereo@hotmail.com>
Date: Mon Mar 20 20:39:44 2023 +0800
chore: rename
commit 277a620819c1f368392c10f8d74a7b3e9f633a58
Author: MistEO <mistereo@hotmail.com>
Date: Sun Mar 19 23:59:12 2023 +0800
feat: 完成编队->部署区识别
commit 9cfda5d295c34f37b592125898ec70105de77f7c
Author: MistEO <mistereo@hotmail.com>
Date: Sun Mar 19 02:02:11 2023 +0800
feat: 完成编队识别
MaaDeps 需要给 opencv features 加上 ffmpeg
* fix: 调整部分参数适应硬解带来的颜色变化问题
* chore: 删除部分日志
* fix: build error
* fix: 修复编队识别错误
* fix: 修复部署区识别错误(阈值问题
* fix: 修复初始部署区识别错误
* fix: 修复切片错误,修复部署区识别
* fix: 修了一些bug又制造了一些bug
* fix: 修了一些bug又制造了一些bug
* fix: typo
* fix: 关键帧错误
* fix: 修复部署区偶现识别错误
* fix: 修复暂停按钮偶现识别错误
* feat: 新增技能识别,修复一些bug
* fix: 修复变化判断错误
* chore: draw窗口优化
|
2023-04-05 15:17:09 +08:00 |
|
Hao Guan
|
c309ddcda2
|
feat: 初步实现Mac平台的原生Controller
|
2023-04-04 21:45:17 +10:00 |
|
MistEO
|
296b320c21
|
fix: 修复肉鸽崩溃问题
fix #4160 #4163
|
2023-04-03 19:09:34 +08:00 |
|
DuKong
|
bd6c4cf1d7
|
Merge branch 'dev' of https://github.com/LingXii/MaaAssistantArknights into dev
|
2023-04-02 11:38:19 +08:00 |
|
DuKong
|
754501db40
|
Merge branch 'dev' of https://github.com/LingXii/MaaAssistantArknights into dev
|
2023-04-02 11:18:16 +08:00 |
|
LingXii
|
a192bea9ba
|
Merge branch 'MaaAssistantArknights:dev' into dev
|
2023-04-02 11:04:04 +08:00 |
|
DuKong
|
6f76bff572
|
feat: 优化招募与战斗逻辑框架
|
2023-04-01 19:19:55 +08:00 |
|
MistEO
|
0ccc9dc860
|
perf: 优化请求结构
|
2023-03-28 18:05:59 +08:00 |
|
shxyke
|
24898ebdcf
|
refactor: use libcpr instead of curl
|
2023-03-27 14:22:32 +00:00 |
|
MistEO
|
d64e829ac3
|
styles: format all cpp
|
2023-03-27 18:19:48 +08:00 |
|
shxyke
|
d730634081
|
refactor: 重构 Controller 架构
|
2023-03-24 01:30:22 +00:00 |
|
MistEO
|
a810841e49
|
fix: build error
|
2023-03-23 21:24:06 +08:00 |
|
MistEO
|
f9ea34d1ab
|
fix: 关闭基建宿舍复查功能
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/4035
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/4053
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/4011
|
2023-03-23 21:16:36 +08:00 |
|
Hao Guan
|
ffdb9b1123
|
chore: 修复Clang/GCC编译警告
|
2023-03-20 20:42:21 +10:00 |
|
MistEO
|
b3306d2a4d
|
chore: format and add filters
|
2023-03-11 19:19:08 +08:00 |
|
MistEO
|
e9f9f37a00
|
fix: 修复自动作战,部分地图中干员技能无法开启的问题
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/3931
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/3551
|
2023-03-11 13:59:05 +08:00 |
|
yuanyan3060
|
ae7875ba72
|
增加一个task,可以执行tasks.json内任意一个task (#3930)
|
2023-03-10 01:04:41 +08:00 |
|
yuanyan3060
|
03f65c154e
|
增加一个task,可以执行tasks.json内任意一个task
|
2023-03-10 00:45:07 +08:00 |
|
MistEO
|
16cf3e26db
|
chore: 更新测试代码
|
2023-03-09 21:07:03 +08:00 |
|
MistEO
|
54732036d8
|
perf: 优化战斗中技能识别,改用深度学习模型 (#3918)
* feat: 战斗中技能使用ort识别
* fix: 修正技能识别的错误
* feat: 当技能识别置信度过低时,保存debug图片
* fix: build error for onnx runtime
* fix: build error on linux
* perf: onnx path
* fix: build error
* fix: onnx build error
|
2023-03-08 21:55:57 +08:00 |
|
dantmnf
|
447b9d86e7
|
Merge branch 'dev' of https://github.com/MaaAssistantArknights/MaaAssistantArknights into arm64
|
2023-03-04 16:51:33 +08:00 |
|
Yifan Liu
|
c921534eb9
|
Merge branch 'dev' into feat/ocr_replace_all
|
2023-02-28 22:47:40 -06:00 |
|
Yifan Liu
|
2948936cb5
|
fix: fix build error
|
2023-02-28 12:25:15 -06:00 |
|
Yifan Liu
|
34742a9e3d
|
fix: fix replace_full not acting correctly on chars_name
|
2023-02-28 12:05:44 -06:00 |
|
xjdx
|
1d065bb281
|
fix: #3816
|
2023-02-28 04:52:39 +00:00 |
|
MistEO
|
b1e65bac67
|
Merge pull request #3812 from MaaAssistantArknights/feat/rogue_recruit
feat: 加速肉鸽招募时滑动
|
2023-02-25 15:53:25 +08:00 |
|
zzyyyl
|
546ce041f7
|
Merge pull request #3773 from MaaAssistantArknights/clickcorner
fix: 修复一些关卡结算界面的问题
fix #3758
fix #3803
|
2023-02-24 20:21:47 +08:00 |
|
zzyyyl
|
5b5a64043b
|
style: 换个好函数名;代码格式化
|
2023-02-24 20:13:33 +08:00 |
|
zzyyyl
|
a7dbb8a323
|
fix: 对使用 adb 的情况特殊处理
|
2023-02-24 08:33:55 +08:00 |
|
zzyyyl
|
3e585d1563
|
fix: 修复一些小问题
|
2023-02-23 23:04:58 +08:00 |
|
zzyyyl
|
0e0b6847df
|
feat: 加速肉鸽招募时滑动
|
2023-02-23 22:42:23 +08:00 |
|
zzyyyl
|
c60028d84d
|
fix: 修复一些修改任务名引起的问题
|
2023-02-23 19:10:00 +08:00 |
|
zzyyyl
|
4d61950d7e
|
style: format
请各位开发者统一代码风格!
```
python tools\ClangFormatter\clang-formatter.py --clang-format=YOUR\PATH\TO\clang-format.exe --input=src\MaaCore
python tools\ClangFormatter\clang-formatter.py --clang-format=YOUR\PATH\TO\clang-format.exe --input=src\resource
```
参考 https://maa.plus/docs/2.2-%E5%BC%80%E5%8F%91%E7%9B%B8%E5%85%B3.html#%E5%9C%A8-visual-studio-%E4%B8%AD%E5%90%AF%E7%94%A8-clang-format
|
2023-02-23 10:00:51 +08:00 |
|
xjdx
|
e769b27c98
|
fix: 修复"复核干员选择"的一些bug
|
2023-02-18 04:26:44 +08:00 |
|
Horror Proton
|
3f6a17d7ea
|
fix: resolve rebase conflict, fix compile errors
|
2023-02-17 20:25:16 +08:00 |
|
dantmnf
|
7f8e84d3de
|
chore: move controller to subdirectory
|
2023-02-17 19:40:15 +08:00 |
|