MistEO
|
e2f4cbff29
|
fix: 修复夜神模拟器偶尔截个黑屏的问题
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2882
|
2022-11-24 15:09:57 +08:00 |
|
MistEO
|
a7b7e2fe60
|
refactor: 整理Dir相关单例
|
2022-11-24 11:06:30 +08:00 |
|
MistEO
|
2819166dfd
|
fix: 修复一种可能的minitouch方向检测错误
|
2022-11-22 00:46:20 +08:00 |
|
MistEO
|
01346f0613
|
feat: 添加adb触控兼容模式
|
2022-11-21 23:25:27 +08:00 |
|
MistEO
|
a7a9ceaf7a
|
Merge pull request #2766 from MaaAssistantArknights/feat/minitouch_posix
feat: 尝试为 MacOS 增加 minitouch 支持
|
2022-11-19 22:39:38 +08:00 |
|
MistEO
|
01bff8d972
|
fix: 修复连接断开重连后minitouch不工作的问题
|
2022-11-19 22:28:22 +08:00 |
|
MistEO
|
9dac57f8b4
|
fix: 修复部分模拟器上竖屏时minitouch坐标不能正确计算的问题
|
2022-11-19 21:36:58 +08:00 |
|
MistEO
|
5aaae7077c
|
Merge pull request #2790 from aa889788/dev
fix: 修复POSIX下socket超时时间过长的问题
|
2022-11-18 21:44:45 +08:00 |
|
MistEO
|
98e3f22bd6
|
chore: 删除一些注释
|
2022-11-18 21:44:02 +08:00 |
|
MistEO
|
88c2e5c691
|
fix: 修复minitouch竖屏下的操作错误
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2794
|
2022-11-18 21:38:20 +08:00 |
|
MistEO
|
35eb427a83
|
fix: 再次修复路径错误
|
2022-11-18 20:01:42 +08:00 |
|
MistEO
|
62817d8369
|
fix: 修复中文路径中minitouch上传错误
|
2022-11-18 19:50:43 +08:00 |
|
shxyke
|
0f1d615108
|
fix: 修复POSIX下socket超时时间过长的问题
|
2022-11-18 03:18:02 +00:00 |
|
Horror Proton
|
5c7edb2d6a
|
feat: update controller for posix
|
2022-11-17 22:45:41 +08:00 |
|
Horror Proton
|
1d84c240a8
|
feat: update logging for minitouch operation
|
2022-11-17 20:12:48 +08:00 |
|
Horror Proton
|
6d10f56a98
|
feat: add minitouch control for posix
|
2022-11-17 12:29:31 +08:00 |
|
Horror Proton
|
9454be263d
|
feat: remove post delay in minitouch swipe
|
2022-11-16 10:38:23 +08:00 |
|
Horror Proton
|
9a4b01f760
|
feat: use cubic interpolation in minitouch swipe
|
2022-11-16 10:28:20 +08:00 |
|
MistEO
|
f55acb4220
|
perf: 简单调整一点滑动延迟
|
2022-11-16 01:18:10 +08:00 |
|
MistEO
|
49484943fc
|
feat: 新增minitouch abi检测
|
2022-11-16 01:18:10 +08:00 |
|
MistEO
|
3a7a00d490
|
perf: adb 封装的一些优化
|
2022-11-16 00:11:00 +08:00 |
|
MistEO
|
9dad127ef3
|
refactor: 重构minitouch调用
|
2022-11-14 23:32:11 +08:00 |
|
zzyyyl
|
0491b1ede8
|
fix: 直线滑动
|
2022-11-14 22:42:35 +08:00 |
|
zzyyyl
|
17eb851d4b
|
style: format
|
2022-11-14 19:16:34 +08:00 |
|
zzyyyl
|
4b943f0f7a
|
feat: 增加滑动 interval,增加 SlowlySwipe postDelay,调整部分滑动参数
|
2022-11-14 19:16:26 +08:00 |
|
zzyyyl
|
eca64fda08
|
feat: swipe 的 up 也增加 50ms 延迟
否则可能 maa 等的时间 minitouch 没等,白等了.jpg
|
2022-11-14 19:16:18 +08:00 |
|
zzyyyl
|
d078c6fc37
|
feat: 增加滑动加速度参数 acceleration_coef
acceleration_coef∈(-1,1),=0表示匀速,>0表示加速,<0表示减速
超出范围会往反方向滑动一段
|
2022-11-14 17:20:15 +08:00 |
|
MistEO
|
4f5d04d771
|
feat: 为所有滑动选项打开minitouch
|
2022-11-14 01:22:18 +08:00 |
|
MistEO
|
aa6df8bbcb
|
fix: 修复滑动错误,优化肉鸽操作
|
2022-11-13 23:56:59 +08:00 |
|
MistEO
|
b1ea3c7ccb
|
perf: 打开自动战斗的minitouch功能,调整战斗时部署干员的滑动参数
|
2022-11-13 23:28:32 +08:00 |
|
MistEO
|
b2cc2ab931
|
fix: mac build error
|
2022-11-13 19:11:50 +08:00 |
|
MistEO
|
afd5fe8cdc
|
perf: 优化了一些有的没的
|
2022-11-13 19:10:10 +08:00 |
|
MistEO
|
8179450da2
|
fix: 完全跑通minitouch管道
|
2022-11-13 19:00:09 +08:00 |
|
MistEO
|
289e897e27
|
feat: 暂时关闭minitouch,并优化一些controller的调用
|
2022-11-13 18:20:57 +08:00 |
|
MistEO
|
a16caa7849
|
fix: 暂时统一关闭minitouch,后续逐步适配并开启
|
2022-11-13 16:13:51 +08:00 |
|
MistEO
|
e150a2bf22
|
fix: 合并后的一些冲突问题及优化
|
2022-11-13 15:58:07 +08:00 |
|
MistEO
|
8d9704b37b
|
perf: 增加minitouch额外滑动,调整参数
|
2022-11-13 15:41:58 +08:00 |
|
MistEO
|
2ccba7f101
|
fix: 修复minitouch参数错误
|
2022-11-13 15:41:36 +08:00 |
|
MistEO
|
50edd9e5e2
|
fix: 修复一些参数问题
|
2022-11-13 15:41:36 +08:00 |
|
MistEO
|
b8574ad1fb
|
feat: 基本跑通minitouch
|
2022-11-13 15:41:36 +08:00 |
|
MistEO
|
8d9c5b9d8d
|
feat: 调通minitouch写
|
2022-11-13 15:41:36 +08:00 |
|
MistEO
|
04d74f1c04
|
feat: 重构minitouch管道,但不知道为啥还是没反应
|
2022-11-13 15:41:36 +08:00 |
|
MistEO
|
a1b7598810
|
fix: build error on mac
|
2022-11-13 15:41:36 +08:00 |
|
MistEO
|
902783b851
|
feat: 命令支持minitouch点击和滑动(但是不知道为啥不起来)
|
2022-11-13 15:41:36 +08:00 |
|
MistEO
|
cb6b057f92
|
feat: 完成minitouch的push
|
2022-11-13 15:41:36 +08:00 |
|
MistEO
|
9055670e7d
|
refactor: 重构controller,改为同步操作,修改部分接口参数
|
2022-11-13 15:41:33 +08:00 |
|
MistEO
|
b46b278d5c
|
fix: unix sock 一些小优化
|
2022-11-13 15:38:18 +08:00 |
|
Hao Guan
|
e1c3d30fbf
|
cleanup
|
2022-11-12 02:08:23 +10:00 |
|
Hao Guan
|
9614cff5e5
|
feat: 实现 POSIX socket 传输
|
2022-11-12 00:33:43 +10:00 |
|
Horror Proton
|
543bb05d32
|
refactor: remove AsstUtils
|
2022-10-21 21:30:04 +08:00 |
|