MistEO
|
495ea57d81
|
feat: 支持外服task替换字段更新
|
2023-04-27 21:07:40 +08:00 |
|
MistEO
|
1a5eecb271
|
feat: 增加对繁中服资源自动更新的支持
|
2023-04-27 21:02:49 +08:00 |
|
MistEO
|
6ba80dd6bc
|
chore: 通过 CI 更新游戏资源
|
2023-04-27 19:22:03 +08:00 |
|
dantmnf
|
0ced155a24
|
chore: add Debug configuration
|
2023-04-24 23:19:33 +08:00 |
|
MistEO
|
31194d8f50
|
fix: 修复国服没有的材料在外服识别爆炸的问题
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/4290
|
2023-04-12 20:33:22 +08:00 |
|
MistEO
|
4cd98d9eed
|
fix: 地图资源不覆盖已有的(老的不一样的一般都是手动修改的view参数)
|
2023-04-08 03:10:30 +08:00 |
|
MistEO
|
5dfe3556ec
|
refactor: 重构地图加载逻辑,改为惰性加载
|
2023-04-08 01:58:09 +08:00 |
|
Yeechan Lu
|
46e4b87e05
|
fix: 过滤中坚信物
|
2023-04-07 18:04:48 +08:00 |
|
MistEO
|
1ba4fc97a5
|
chore: 修复changelogs脚本笔误
|
2023-04-07 14:37:13 +08:00 |
|
MistEO
|
ca93e55cdd
|
chore: 更新游戏资源 2023/04/01
|
2023-04-01 20:12:42 +08:00 |
|
MistEO
|
8f7c8507d7
|
docs: changelog
|
2023-03-14 22:29:49 +08:00 |
|
MistEO
|
67a1073005
|
chore: 删除aria2c
|
2023-03-12 16:09:00 +08:00 |
|
zzyyyl
|
b8513cf0b6
|
chore: 重构 Changelog 生成器;增加几个参数
--base TAG: 从哪个版本开始生成,默认最近的 tag;大版本更新时建议使用此选项
-im: 忽略 PR 的合并者(开启后会少很多 [at] MistEO )
-ca: 把一个提交的 committer 也当作 author 对待(开启后会多一些 [at])
|
2023-03-10 23:37:57 +08:00 |
|
zzyyyl
|
b97b826ba1
|
chore: 优化 Changelog 生成器
|
2023-03-09 22:31:33 +08:00 |
|
zzyyyl
|
2ee40f5c35
|
chore: 修复 Changelog 生成器生成的 merge commit 的作者与 message 中多空格的问题
|
2023-03-09 22:23:02 +08:00 |
|
Horror Proton
|
b16369f9e6
|
chore: skip ota build for empty pack
|
2023-03-09 12:53:43 +08:00 |
|
zzyyyl
|
385b5d547a
|
chore: 给 Changelog 生成器加几个参数
|
2023-03-09 00:16:53 +08:00 |
|
zzyyyl
|
c4da03f74a
|
chore: 优化 Changelog 生成器
|
2023-03-08 23:41:52 +08:00 |
|
MistEO
|
05b16ecadb
|
chore: fix CI MaaDeps download (#3884)
|
2023-03-08 22:50:51 +08:00 |
|
zzyyyl
|
7a017b5f04
|
chore: Changelog 生成器从 GitHub 获取贡献者名字并缓存到本地
使用方法:
`python tools/ChangelogGenerator/changelog_generator.py`
注意:可能需要联网。
|
2023-03-08 21:08:42 +08:00 |
|
Horror Proton
|
9d7fe1658f
|
fix: update ota builder for arm64
|
2023-03-08 20:18:42 +08:00 |
|
zzyyyl
|
44d7146594
|
chore: 优化 Changelog 生成器
期待有人能实现一个更好的 contributor 名字处理方案!
|
2023-03-07 14:45:04 +08:00 |
|
zzyyyl
|
a9a449e195
|
chore: 优化 Changelog 生成器
|
2023-03-07 14:29:00 +08:00 |
|
MistEO
|
ba6314ea07
|
chore: 增加了一个分析 task 转移关系画图的脚本 (#3901)
读取tasks.json文件,接收一个前缀关键字来筛选满足的节点,最后导出一个所有节点的有向图pdf文件。
或许在帮助理清task关系方面能用得上。显示效果来说的话不是特别理想,但好在pdf能放大看清楚。水月肉鸽看麻了。
|
2023-03-07 10:30:47 +08:00 |
|
MistEO
|
99f035a3e6
|
chore: changelog 生成器 (#3903)
用法:
`cd` 到 `tools\` 文件夹里,运行 `python gitlog2changelog.py`
|
2023-03-07 10:28:12 +08:00 |
|
Yifan Liu
|
b78eb25a16
|
chore: coordinate tool supports resizing to 720p
|
2023-03-06 13:31:00 -06:00 |
|
zzyyyl
|
4995c9f515
|
chore: 稍微高级一点的 changelog 生成器
|
2023-03-06 23:57:50 +08:00 |
|
zzyyyl
|
f1ea95b261
|
chore: 简单的 changelog 生成器
|
2023-03-06 23:57:50 +08:00 |
|
lincer_x42
|
c32386514b
|
Update README.md
|
2023-03-06 22:29:08 +08:00 |
|
lincer_x42
|
cf9d54592f
|
feat: 增加了一个分析task的转移关系的py脚本
|
2023-03-06 21:40:52 +08:00 |
|
Yifan Liu
|
2e9a517bcf
|
feat: minor updates to the coord tool
|
2023-03-05 18:11:45 -06:00 |
|
Yifan Liu
|
02ee1b946c
|
feat: add new functions to the coordinate tool
|
2023-03-05 18:00:06 -06:00 |
|
MistEO
|
041e2e1ddf
|
chore: 更新剿灭资源;更新ResourceUpdater依赖
|
2023-03-05 20:13:46 +08:00 |
|
dantmnf
|
8a18ba93bf
|
Merge branch 'dev' of https://github.com/MaaAssistantArknights/MaaAssistantArknights into arm64
|
2023-03-04 16:51:33 +08:00 |
|
Yifan Liu
|
e3a96497d5
|
chore: update coordinate tool windows bat file
|
2023-03-03 19:40:08 -06:00 |
|
Yifan Liu
|
0850043642
|
feat: JP Rogue friend support update (template & code) and various ignorelist update
|
2023-03-01 21:50:52 -06:00 |
|
Yifan Liu
|
cda4836be4
|
chore: update coordinate tool
|
2023-03-01 19:06:37 -06:00 |
|
Yifan Liu
|
6a2b0a7e70
|
chore: add gitignore of coordinate tool
|
2023-03-01 17:52:22 -06:00 |
|
Yifan Liu
|
981dadf640
|
chore: add a coordinate tool
|
2023-03-01 17:02:30 -06:00 |
|
dantmnf
|
57c2b108fd
|
chore: windows arm64 ci
|
2023-02-17 19:38:43 +08:00 |
|
dantmnf
|
bdca355961
|
feat: Add ARM64 target
|
2023-02-17 19:37:32 +08:00 |
|
Yifan Liu
|
1fa722ae17
|
chore: update overseas clients tools
add a new tool to help locate untranslated texts in json
minor updates to the old ones
rename files so that they are more intuitive
|
2023-02-14 23:15:07 -06:00 |
|
Yifan Liu
|
c664d99f14
|
feat: update JP templates
|
2023-02-10 18:49:39 -06:00 |
|
Yifan Liu
|
3e9996bbd8
|
chore: 添加日服template
|
2023-02-03 23:57:37 -06:00 |
|
Horror Proton
|
dab8ead01b
|
fix: fix code set issue in OTA packer
|
2023-01-18 00:58:03 +08:00 |
|
MistEO
|
0b742b7f4b
|
chore: 更新gamedata
|
2023-01-17 15:24:46 +08:00 |
|
MistEO
|
ef646ff0bb
|
perf: update resource for drops_v2
|
2023-01-07 23:28:59 +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
|
9c2433cf6b
|
chore: 将资源统一移动至 resource 文件夹
|
2022-12-21 18:00:15 +08:00 |
|