Commit Graph

60 Commits

Author SHA1 Message Date
MistEO
fd97f7e201 feat: 新增maatouch配置项,修复资源路径错误问题 2022-11-28 23:53:46 +08:00
MistEO
27f0e34c26 refactor: 整理Dir相关单例 2022-11-24 11:06:30 +08:00
MistEO
af8f0718ba feat: 添加adb触控兼容模式 2022-11-21 23:25:27 +08:00
MistEO
0b4357db6d fix: 再次修复路径错误 2022-11-18 20:01:42 +08:00
MistEO
2fbce68afb refactor: 重构controller,改为同步操作,修改部分接口参数 2022-11-13 15:41:33 +08:00
Horror Proton
8c43b77abc refactor: move UserDir 2022-10-21 21:27:33 +08:00
MistEO
fc139c5ba9 feat: 新增AsstSetUserDir接口 2022-10-09 15:59:52 +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
c553dd9c06 fix: build error
(cherry picked from commit 3ed940c49377e49e194a31c8714f8de6ca1d7aca)
2022-09-11 00:52:10 +08:00
dantmnf
87b8f8f032 chore: use filesystem::path everywhere 2022-09-05 01:17:54 +08:00
MistEO
c4590e7302 fix: 修复日服资源加载错误,修复外服日志文件路径错误 2022-09-04 14:05:22 +08:00
MistEO
c89ec1722f refactor: 重构 Resource 类
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/1541
2022-09-04 00:27:54 +08:00
MistEO
165a488c5d feat: 新增 running API
link to https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/1689
2022-08-28 15:33:24 +08:00
zzyyyl
2302ad0681 style: clang format 2022-08-26 19:11:34 +08:00
MistEO
46d2e2e513 fix: 修复 core get接口错误 2022-07-25 00:39:54 +08:00
MistEO
748e4494db fix: fix build error 2022-07-24 21:40:34 +08:00
MistEO
7576fcb233 chore: remove useless macro 2022-07-24 21:30:49 +08:00
MistEO
9850dd5168 feat: core 新增 GetNullSize 接口 2022-07-24 21:29:53 +08:00
MistEO
7a2b527adc fix: core 的 get 接口失败时返回 -1 2022-07-24 21:27:23 +08:00
MistEO
105815fa54 feat: core 新增 GetUUID 和 GetTasksList 接口 2022-07-24 15:59:45 +08:00
lhhxxxxx
4dddc7d92c perf. use false instead of 0 2022-06-06 22:33:39 +08:00
lhhxxxxx
f5be7340c0 perf. use c++ form import 2022-06-06 19:46:13 +08:00
Dusk_NM02
e3116a07e3 refactor.将编码互转函数重命名
gbk_2_utf8 -> ansi_to_utf8
utf8_to_gbk -> utf8_to_ansi
2022-06-04 01:36:22 +08:00
MistEO
8c5d471f9c chore. task 接口支持了空参数 2022-05-20 22:30:10 +08:00
zzyyyl
3b692db645 fix.修复笔误 2022-05-14 13:17:39 +08:00
zzyyyl
1e0c32d0db fix.修复编码问题
中文路径也能用maa辣!
windows下,路径相关的全都用gbk存储,输出到log的信息统一用utf8
2022-05-14 02:20:17 +08:00
MistEO
ddb6c0ee72 feat.新增信用商店黑名单自定义功能
C# 一直有编码问题,交给 C++ 来转了
2022-05-14 00:14:57 +08:00
MistEO
b695326c1b feat.新增支持肉鸽随机购买物品,优化一些小问题 2022-03-15 00:15:02 +08:00
MistEO
804f4a5842 fix.补上漏了的接口实现 2022-03-10 18:10:51 +08:00
MistEO
c595ce60d4 refactor.删除实例化的TaskData 2022-03-09 23:40:28 +08:00
MistEO
0175ed124c fix.修复返回值错误 2022-03-09 17:49:06 +08:00
MistEO
eb216505e0 feat.更新主任务队列的结构 2022-03-09 17:16:57 +08:00
MistEO
962d9a2a11 refactor.重构添加任务接口 2022-03-08 23:57:37 +08:00
MistEO
840b0f9b11 refactor.完成setparam接口的重构 2022-03-06 21:56:24 +08:00
MistEO
fc0a387b58 feat.增加一些接口检查 2022-03-05 01:29:30 +08:00
MistEO
a688a1bc8f feat.支持多开 2022-03-05 01:23:09 +08:00
MistEO
1fdb131f7b refactor.读取资源接口解耦 2022-03-04 23:51:08 +08:00
MistEO
5725d20809 feat.新增日志外部接口,更新python接口 2022-02-19 22:36:45 +08:00
MistEO
4fd3cd7b50 refactor.完成 Controller 部分的重构 2022-02-19 21:58:44 +08:00
MistEO
54c7776c87 fix.修复一些linux下的编译错误 2022-01-29 22:44:40 +08:00
MistEO
bfd0fc3ba2 feat.新增肉鸽接口,修复肉鸽的一些bug 2022-01-28 00:09:39 +08:00
MistEO
d518ce716d opt.优化了一下选人策略,开放debug接口 2022-01-24 03:34:50 +08:00
MistEO
7f9c88551b chore.更新meojson新版本 2022-01-20 23:00:16 +08:00
MistEO
06ae87c3dc fix.修复一个没啥用的宏定义 2022-01-18 00:56:38 +08:00
MistEO
18a044f584 feat.新增了截图和点击的外部接口(C层接口) 2022-01-17 17:18:25 +08:00
MistEO
edef15c763 chore.阻止多实例创建 2022-01-12 17:40:38 +08:00
MistEO
9524cf96b1 interface.修改回调json为utf-8 2022-01-06 18:08:55 +08:00
MistEO
63c08390fc chore.一些有的没有小优化 2022-01-06 18:07:38 +08:00
MistEO
4f5cba41ff chore.优化调试日志和调试宏 2022-01-04 15:15:49 +08:00