MistEO
|
00a111f343
|
fix: 修复连接断开重连后minitouch不工作的问题
|
2022-11-19 22:28:22 +08:00 |
|
MistEO
|
b43f05e086
|
fix: 修复部分模拟器上竖屏时minitouch坐标不能正确计算的问题
|
2022-11-19 21:36:58 +08:00 |
|
MistEO
|
c3966eedb2
|
Merge pull request #2790 from aa889788/dev
fix: 修复POSIX下socket超时时间过长的问题
|
2022-11-18 21:44:45 +08:00 |
|
MistEO
|
d115fccb9b
|
fix: 修复minitouch竖屏下的操作错误
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2794
|
2022-11-18 21:38:20 +08:00 |
|
MistEO
|
0b4357db6d
|
fix: 再次修复路径错误
|
2022-11-18 20:01:42 +08:00 |
|
MistEO
|
d7bcc7d50e
|
fix: 修复中文路径中minitouch上传错误
|
2022-11-18 19:50:43 +08:00 |
|
shxyke
|
6dfa99731e
|
fix: 修复POSIX下socket超时时间过长的问题
|
2022-11-18 03:18:02 +00:00 |
|
Horror Proton
|
3169ee8c22
|
feat: update logging for minitouch operation
|
2022-11-17 20:12:48 +08:00 |
|
Horror Proton
|
70ad0657db
|
feat: remove post delay in minitouch swipe
|
2022-11-16 10:38:23 +08:00 |
|
Horror Proton
|
af981d43bf
|
feat: use cubic interpolation in minitouch swipe
|
2022-11-16 10:28:20 +08:00 |
|
MistEO
|
daf9c503ab
|
perf: 简单调整一点滑动延迟
|
2022-11-16 01:18:10 +08:00 |
|
MistEO
|
5936b1236d
|
feat: 新增minitouch abi检测
|
2022-11-16 01:18:10 +08:00 |
|
MistEO
|
9db80afb71
|
perf: adb 封装的一些优化
|
2022-11-16 00:11:00 +08:00 |
|
MistEO
|
da2e847f30
|
refactor: 重构minitouch调用
|
2022-11-14 23:32:11 +08:00 |
|
zzyyyl
|
9272fc07df
|
fix: 直线滑动
|
2022-11-14 22:42:35 +08:00 |
|
zzyyyl
|
4d4b76aa7c
|
style: format
|
2022-11-14 19:16:34 +08:00 |
|
zzyyyl
|
dea7ad8330
|
feat: 增加滑动 interval,增加 SlowlySwipe postDelay,调整部分滑动参数
|
2022-11-14 19:16:26 +08:00 |
|
zzyyyl
|
b448cef456
|
feat: swipe 的 up 也增加 50ms 延迟
否则可能 maa 等的时间 minitouch 没等,白等了.jpg
|
2022-11-14 19:16:18 +08:00 |
|
zzyyyl
|
311b5c8d2a
|
feat: 增加滑动加速度参数 acceleration_coef
acceleration_coef∈(-1,1),=0表示匀速,>0表示加速,<0表示减速
超出范围会往反方向滑动一段
|
2022-11-14 17:20:15 +08:00 |
|
MistEO
|
f69222d5b7
|
feat: 为所有滑动选项打开minitouch
|
2022-11-14 01:22:18 +08:00 |
|
MistEO
|
9b11e0fb3d
|
fix: 修复滑动错误,优化肉鸽操作
|
2022-11-13 23:56:59 +08:00 |
|
MistEO
|
f463a90df6
|
perf: 打开自动战斗的minitouch功能,调整战斗时部署干员的滑动参数
|
2022-11-13 23:28:32 +08:00 |
|
MistEO
|
4e335b3e1d
|
fix: mac build error
|
2022-11-13 19:11:50 +08:00 |
|
MistEO
|
7a86d1aca2
|
perf: 优化了一些有的没的
|
2022-11-13 19:10:10 +08:00 |
|
MistEO
|
22c864396e
|
fix: 完全跑通minitouch管道
|
2022-11-13 19:00:09 +08:00 |
|
MistEO
|
403d495438
|
feat: 暂时关闭minitouch,并优化一些controller的调用
|
2022-11-13 18:20:57 +08:00 |
|
MistEO
|
8316c63d4c
|
fix: 暂时统一关闭minitouch,后续逐步适配并开启
|
2022-11-13 16:13:51 +08:00 |
|
MistEO
|
964575485b
|
fix: 合并后的一些冲突问题及优化
|
2022-11-13 15:58:07 +08:00 |
|
MistEO
|
962043a23d
|
perf: 增加minitouch额外滑动,调整参数
|
2022-11-13 15:41:58 +08:00 |
|
MistEO
|
2518a9b933
|
fix: 修复minitouch参数错误
|
2022-11-13 15:41:36 +08:00 |
|
MistEO
|
ae57b79373
|
fix: 修复一些参数问题
|
2022-11-13 15:41:36 +08:00 |
|
MistEO
|
cef82dd9e2
|
feat: 基本跑通minitouch
|
2022-11-13 15:41:36 +08:00 |
|
MistEO
|
d670f01899
|
feat: 调通minitouch写
|
2022-11-13 15:41:36 +08:00 |
|
MistEO
|
8069915933
|
feat: 重构minitouch管道,但不知道为啥还是没反应
|
2022-11-13 15:41:36 +08:00 |
|
MistEO
|
88571dcd95
|
fix: build error on mac
|
2022-11-13 15:41:36 +08:00 |
|
MistEO
|
92d48f9c1a
|
feat: 命令支持minitouch点击和滑动(但是不知道为啥不起来)
|
2022-11-13 15:41:36 +08:00 |
|
MistEO
|
5fd85a4e9a
|
feat: 完成minitouch的push
|
2022-11-13 15:41:36 +08:00 |
|
MistEO
|
2fbce68afb
|
refactor: 重构controller,改为同步操作,修改部分接口参数
|
2022-11-13 15:41:33 +08:00 |
|
MistEO
|
2d4318db59
|
fix: unix sock 一些小优化
|
2022-11-13 15:38:18 +08:00 |
|
Hao Guan
|
b65ab30fa9
|
cleanup
|
2022-11-12 02:08:23 +10:00 |
|
Hao Guan
|
6e9d4de8c7
|
feat: 实现 POSIX socket 传输
|
2022-11-12 00:33:43 +10:00 |
|
Horror Proton
|
00326bb42e
|
refactor: remove AsstUtils
|
2022-10-21 21:30:04 +08:00 |
|
MistEO
|
737f39b738
|
perf: 给调用命令再次加个锁
This reverts commit 2e11c078fc.
|
2022-10-11 11:02:53 +08:00 |
|
MistEO
|
2e11c078fc
|
fix: 修复一个死锁问题
by socket 时,这行逻辑会引发死锁
if (is_reconnect_success) {
auto recall_ret = call_command(cmd, timeout, false /* 禁止重连避免无限递归 */, recv_by_socket);
|
2022-10-11 02:16:44 +08:00 |
|
Horror Proton
|
2966de4793
|
refactor: move platform files
|
2022-10-04 22:19:14 +08:00 |
|
zzyyyl
|
93073aade1
|
style: format
|
2022-09-30 22:55:25 +08:00 |
|
zzyyyl
|
78a6c088bc
|
fix: 修复有时候莫名截图错误的问题
(修复 screencap 和 call_command 的 重连 和 socket 参数传递错误的问题)
link to bb0b059ef2
|
2022-09-30 15:56:01 +08:00 |
|
zzyyyl
|
19e1fd7268
|
style: format
|
2022-09-29 23:30:40 +08:00 |
|
zzyyyl
|
0ff6dd4b42
|
refactor: 给头文件加上路径
直接在上一个 commit 里改的话可能会导致 history 消失
|
2022-09-29 23:30:32 +08:00 |
|
MistEO
|
bb0b059ef2
|
perf: 优化截图出错时的重试机制
|
2022-09-28 14:49:13 +08:00 |
|