Commit Graph

597 Commits

Author SHA1 Message Date
uye
bfd488b2f6 fix: 错误分类 changelog (#10887) 2024-10-23 19:40:47 +08:00
github-actions[bot]
5c1168c57c chore: Auto Update Game Resources - 2024-10-16
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/11362411676/job/update-game-resources

[skip changelog]
2024-10-16 09:06:11 +00:00
github-actions[bot]
5016d8b4ba chore: Auto Templates Optimization
Triggered by 31a6880683

[skip changelog]
2024-10-13 21:55:58 +00:00
github-actions[bot]
be77a7a548 chore: Auto Templates Optimization
Triggered by b4807283b8

[skip changelog]
2024-10-12 10:52:27 +00:00
github-actions[bot]
a1468057b0 chore: Auto Update Game Resources - 2024-10-09
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/11247083202

[skip changelog]
2024-10-09 02:27:12 +00:00
github-actions[bot]
1a8d322da8 chore: Auto Templates Optimization
[skip changelog]
2024-10-02 06:29:42 +00:00
uye
dcd2ebc0ff chore: 优化编队模板图片,识别不到对应职业图标时在 全部 中寻找 2024-10-02 14:29:13 +08:00
github-actions[bot]
90369c5876 chore: Auto Templates Optimization
[skip changelog]
2024-09-29 09:01:38 +00:00
github-actions[bot]
a5aedb65bd chore: Auto Templates Optimization
[skip changelog]
2024-09-28 16:42:38 +00:00
Constrat
f8536ea93a fix: ResourceUpdater always returning 0 even on error 2024-09-27 16:41:11 +02:00
Constrat
b5d91cec81 refactor: Update ResourceUpdater script and clone_data_repo.ps1
- Refactor the ResourceUpdater script to use the correct validator.ps1 script instead of script.ps1.
- Update the clone_data_repo.ps1 script to use parallel jobs for cloning and sparse-checkout of the Official and Overseas repositories.
- Remove the penguin_stages.ps1 and penguin_stages.sh scripts, as they are no longer needed.
2024-09-27 16:16:33 +02:00
Constrat
c81acf33a9 chore(tools): cd to starting dir for script tools 2024-09-27 13:12:48 +02:00
Constrat
1dfef87edf fix: ResourceUpdater git diff not finding pngs 2024-09-27 13:12:34 +02:00
github-actions[bot]
ef894443a1 chore: Auto Templates Optimization
[skip changelog]
2024-09-27 10:11:53 +00:00
github-actions[bot]
8f48eeb7bf chore: Auto Templates Optimization
[skip changelog]
2024-09-27 07:56:03 +00:00
Constrat
46d98fb329 refactor: ResourceUpdater tweaks and code optimizations (#10689)
* refactor: move penguin stages download to repo download step

* chore: reduced logging level for res upd

* perf: moved penguin to txwy workflow + thread error management
2024-09-26 21:59:06 +01:00
Constrat
fc34051068 fix: renamed input directory 2024-09-26 15:34:11 +02:00
Constrat
5ce5dcfe50 fix: uncommented update stages section. 2024-09-26 15:28:58 +02:00
Constrat
aa8fc14f56 perf!: Full multithread implementation for ResourceUpdater.exe + method refactoring
This should be the last big change, since I've reached sub 1.5 seconds. Every method is now parallelized :)
2024-09-26 13:03:36 +02:00
Constrat
83d416dc81 chore: more threading, namespace refactoring for ResourceUpdater 2024-09-25 22:05:11 +02:00
Constrat
5e6026d734 feat(perf): ResourceUpdater.exe implements multi-threading + fix for missing foldartals
Lighter implementation compared to #10683
2024-09-25 13:10:17 +02:00
Constrat
edeebecb55 style: added elapsed time + generic log formatting for resupd 2024-09-25 11:21:30 +02:00
Constrat
424b910b50 Revert "feat(perf): multithreaded resource updater" (#10684)
Revert "feat(perf): multithreaded resource updater (#10683)"

This reverts commit d970c22e8f.
2024-09-24 20:25:04 +01:00
Constrat
d970c22e8f feat(perf): multithreaded resource updater (#10683)
* feat(perf): multithreading for resource updater

* perf: multithread penguin request

* style: formatting

* test: remove test comments
2024-09-24 19:20:50 +01:00
Constrat
8cd7279ac9 fix: resupd clone data script wrong location 2024-09-24 17:08:44 +02:00
Constrat
fed2b394f6 fix: txwy gamedata + various refactoring for resource updater 2024-09-24 10:29:46 +02:00
uye
e25a99867f chore: ss-open 使用 StageSideStory.png 2024-09-20 19:09:58 +08:00
github-actions[bot]
1e43d726ba chore: Auto Templates Optimization
[skip changelog]
2024-09-15 18:18:07 +00:00
Hao Guan
189acef2b3 fix: macOS build script (#10609)
[skip changelog]
2024-09-14 19:17:26 +08:00
github-actions[bot]
bfe739baab chore: Auto Templates Optimization
[skip changelog]
2024-09-10 10:49:04 +00:00
github-actions[bot]
e26f7357cd chore: Auto Templates Optimization
[skip changelog]
2024-09-09 17:20:51 +00:00
uye
6d8aab10a3 perf: 公招识别得分较低
fix #10513
2024-09-09 20:40:18 +08:00
github-actions[bot]
859730cd00 chore: Auto Update Game Resources - 2024-09-09
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/10770032581

[skip changelog]
2024-09-09 09:08:15 +00:00
github-actions[bot]
18873057a9 chore: Auto Templates Optimization
[skip changelog]
2024-09-08 09:56:45 +00:00
Constrat
fdcca794bd style: res-update yml log output 2024-09-06 10:15:15 +02:00
Constrat
80c7996a9c perf: resource updater validator in native powershell (#10493)
* perf: native pwsh resourceupdatevalidator

* chore: pwsh implementation in workflow

* style: ps1 formatting

* style: remove log warning

* style: more log styling output

* style: too many lines lol

* style: log end output format new line instead of json
for readibility
2024-09-06 09:11:27 +01:00
github-actions[bot]
839f23a780 chore: Auto Templates Optimization
[skip changelog]
2024-09-06 08:01:21 +00:00
github-actions[bot]
bf8c1af379 chore: Auto Templates Optimization
[skip changelog]
2024-09-05 21:48:03 +00:00
Constrat
5faba0648f test: fix convert a Symbol value to a string 2024-09-05 15:10:55 +01:00
github-actions[bot]
3d733e9dbb chore: Auto Templates Optimization
[skip changelog]
2024-09-05 13:32:48 +00:00
AnnAngela
83401c9534 ci: 修复 bug (#10484) 2024-09-05 16:41:14 +08:00
uye
ebfd1bfce4 fix: 界面更新后悖论模拟无法开始战斗 (#10439)
* fix: 界面更新后悖论模拟无法开始战斗

* chore(docs): change clarification

* chore: 使用 HSV 匹配

* docs: task update info

* fix: 外服 method 错误

---------

Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-04 17:58:21 +08:00
AnnAngela
01ba8904e2 ci: 当仅 version.json 的 last_updated 有变动时,回退对应服务器所有资源文件改动 (#10453) 2024-09-04 17:21:42 +08:00
zzyyyl
2205e57703 chore: 更新 mask-range 工具 2024-09-04 03:15:01 +08:00
uye
6d6b4a0355 docs: 添加缺少的 HSV 文档 (#10445) 2024-09-03 22:40:32 +08:00
Manicsteiner
e70f825fb2 chore(tools): 查找肉鸽招募中未提及的干员 (#9865) 2024-09-03 21:04:11 +08:00
Constrat
7412d6ee47 chore(tools): update ignore list after RA refactor 2024-09-02 17:23:28 +02:00
github-actions[bot]
cc14b3e76e chore: Auto Templates Optimization
[skip changelog]
2024-09-02 15:16:34 +00:00
Sherkey
4ac8fe036b feat: 适配「滋味」界面主题 (#10427)
* feat: 适配「滋味」界面主题

* chore: Auto update by pre-commit hooks [skip changelog]

* chore(tools): new theme temp ignore

---------

Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com>
2024-09-02 16:16:07 +01:00
github-actions[bot]
387a53e03f chore: Auto Update Game Resources - 2024-09-02
[skip changelog]
2024-09-02 03:28:16 +00:00