Commit Graph

71 Commits

Author SHA1 Message Date
status102
dd82fa0075 chore: meoJson update to v4.3.4 (#12460)
* chore: meoJson update to v4.3.2

* chore: meoJson update to v4.3.4
2025-04-28 14:31:12 +08:00
Horror Proton
fcf5bb696c feat: 使用变换后的图像进行技能按钮识别 (#10293)
* feat: use `cv::warpPerspective` in `use_skill`

* chore: remove unused reclamation task info

* chore: Auto update by pre-commit hooks 

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-25 21:31:34 +08:00
Horror Proton
f5dea882d0 refactor: move functions to TileCalc2 and TileDef 2024-06-16 10:47:59 +08:00
Horror Proton
cd347b73e7 feat: calculate position of skill & retreat button 2024-03-31 10:16:20 +08:00
MistEO
3fdc1d2011 chore: update meojson to v4.0.1 2024-02-25 01:10:19 +08:00
MistEO
3ee30f23ff fix: wrong std::move of meojson 2024-02-25 00:02:27 +08:00
MistEO
bc4313e9e2 chore: update meojson to v4.0.0 2024-02-24 22:25:19 +08:00
MistEO
ea6c249ec6 chore: update meojson to v3.4.1 2023-12-27 17:34:16 +08:00
MistEO
ccae9e8ca4 feat: update meojson to v3.1.1 (#6956) 2023-10-16 18:20:49 +08:00
MistEO
56b5a5846e fix: meojson runtime error 2023-05-24 19:43:44 +08:00
MistEO
91fc2297ae feat: update meojson to v3.0.0-beta.1 (#4789)
https://github.com/MistEO/meojson/releases/tag/v3.0.0-beta.1
2023-05-24 15:58:29 +08:00
MistEO
5dfe3556ec refactor: 重构地图加载逻辑,改为惰性加载 2023-04-08 01:58:09 +08:00
shxyke
0a423603c7 fix: include place error 2023-03-24 01:30:22 +00:00
dantmnf
57a6ea6e70 chore: check-in adb-lite
Co-authored-by: Hao Guan <10684225+hguandl@users.noreply.github.com>
2023-02-17 19:40:17 +08:00
dantmnf
16c4ca4b6a remove: 3rdparty libraries 2023-02-17 19:37:32 +08:00
MistEO
7333ac8d33 Merge pull request #3315 from hguandl/feat/adb-lite
feat: 添加 adb-lite 组件
2023-01-21 21:06:10 +08:00
Hao Guan
1cc6394c27 feat: Integrate adb-lite 2023-01-14 17:15:41 +10:00
MistEO
9ef7a99442 Merge pull request #3332 from MaaAssistantArknights/perf/move_camera
feat: 更新摄像机移动方法
2023-01-11 22:15:19 +08:00
MistEO
d2a4c83f9e perf: 优化json打开及解析性能 2023-01-11 19:35:49 +08:00
MistEO
82c07ddec4 chore: format json hpp 2023-01-11 19:11:54 +08:00
Horror Proton
4be2f3eed7 feat: update BattleHelper::move_camera 2023-01-11 14:22:44 +08:00
MistEO
5a6342622c fix: 解决cd干员识别问题 2022-12-26 02:26:12 +08:00
MistEO
c9c2b949f7 feat: 自动战斗引入干员头像缓存机制 2022-12-26 02:26:12 +08:00
MistEO
8e15e559b7 feat: 拆分levels.json文件 2022-12-21 18:34:43 +08:00
MistEO
e76e072ede chore: 修复fastdeploy头文件版本错误 2022-12-08 21:39:15 +08:00
MistEO
ed4e6bcf6a chore: 更新fastdeploy
83824f7969
2022-12-08 21:00:19 +08:00
MistEO
0d2be1e432 perf: 优化自动抄作业不支持的关卡报错逻辑 2022-11-27 04:16:56 +08:00
MistEO
269207ca85 perf: 优化自动战斗参数判断 2022-11-27 03:49:51 +08:00
MistEO
cb1a93244b chore: 更新fastdeploy库 2022-11-26 03:53:50 +08:00
MistEO
0db99775c7 feat: 集成 fastdeploy,启用 paddle2onnx ocr 2022-11-26 03:53:50 +08:00
MistEO
6ade08b8d9 fix: 修复肉鸽和主线地图名相同时,关卡数据的错误
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2277
2022-10-11 18:06:35 +08:00
dantmnf
f79a26d529 chore: use filesystem::path everywhere 2022-09-05 01:17:54 +08:00
zzyyyl
6889324572 refactor: use std::string instead of std::vector<uchar>
perf: 将 gzip 的接口数据类型改回 string,简化代码

style: format
2022-09-04 17:36:23 +08:00
MistEO
2e4730a236 Revert "feat: 自动战斗关卡名忽略大小写,顺便格式化一下泰迪的代码"
This reverts commit b858435739.
2022-09-04 16:34:44 +08:00
MistEO
b858435739 feat: 自动战斗关卡名忽略大小写,顺便格式化一下泰迪的代码 2022-09-04 15:10:00 +08:00
zzyyyl
841b6070ad fix: fix some of the compilation errors #1666
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/1666

Co-authored-by: Horror Proton <107091537+horror-proton@users.noreply.github.com>
2022-08-26 01:46:19 +08:00
MistEO
6b1ae372ba fix: 公招上传功能,按照 review 意见修改 2022-08-18 22:56:43 +08:00
MistEO
a0cb73191c perf: 公招回调整理,更新meojson 2022-08-17 23:38:09 +08:00
Horror Proton
7064023fc7 fix: fix use of incomplete type 2022-08-02 10:56:09 +08:00
Alex Zhang
de32d7e2da fix: fixed linux build errors 2022-07-26 21:39:30 +08:00
MistEO
4eaaaac7e0 style: make resource formatted 2022-07-19 22:51:54 +08:00
MistEO
9bac645562 chore: 更新meojson库,重构部分json的调用方式
优雅!实在是太优雅了!
2022-06-27 18:16:18 +08:00
MistEO
68c75b087a chore: remove useless files 2022-06-18 22:02:15 +08:00
MistEO
76cdbc4bf0 fix.格子识别增加levelId和stageId的支持 2022-06-03 18:29:05 +08:00
MistEO
bfbae56e3e fix.修复地图格子识别不准的问题,更新格子识别仓库代码及资源 2022-06-03 15:53:37 +08:00
MistEO
7abfc10dd1 perf.优化自动抄作业,同时支持关卡中文名和英文名 2022-05-29 23:05:54 +08:00
MistEO
7bf34b094e fix.修复meojson的笔误 2022-05-18 23:44:04 +08:00
MistEO
f160b8eea2 Merge. Squash feature/drops 2022-05-18 01:24:25 +08:00
MistEO
77c0612edd chore.更新企鹅库,修复警告
cf5ebbc89c
2022-05-09 00:53:55 +08:00
MistEO
5fc6b31d88 fix.更新企鹅识别库,修复一些识别问题 2022-05-09 00:32:29 +08:00