status102
bd0a51ecb3
chore: changelog_generator
2024-11-02 22:10:54 +08:00
github-actions[bot]
f12729ec6a
chore: Auto Templates Optimization
...
Triggered by b0ca5f6165
[skip changelog]
2024-11-02 12:37:12 +00:00
status102
70aa3558f0
chore: ChangelogGenerator检查commit message中的skip changelog是否为自动追加 ( #11016 )
2024-11-02 20:34:27 +08:00
Constrat
5b97f8d063
tools: update validator.ps1 to return to starting directory after ending call
2024-11-02 12:39:07 +01:00
github-actions[bot]
bff501f250
chore: Auto Templates Optimization
...
Triggered by bcd8b02270
[skip changelog]
2024-11-02 02:23:08 +00:00
github-actions[bot]
ebe4775a71
chore: Auto Templates Optimization
...
Triggered by 3036c88ada
[skip changelog]
2024-11-01 16:42:21 +00:00
github-actions[bot]
42982a8fad
chore: Auto Update Game Resources - 2024-11-01
...
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/11632723590
[skip changelog]
2024-11-01 16:29:32 +00:00
github-actions[bot]
611379083e
chore: Auto Update Game Resources - 2024-11-01
...
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/11623242775
[skip changelog]
2024-11-01 02:37:20 +00:00
github-actions[bot]
63885d1a04
chore: Auto Templates Optimization
...
Triggered by a8233796be
[skip changelog]
2024-10-31 17:16:46 +00:00
github-actions[bot]
84b471bed5
chore: Auto Templates Optimization
...
Triggered by 2d05141535
[skip changelog]
2024-10-31 14:37:47 +00:00
github-actions[bot]
afc39b5843
chore: Auto Templates Optimization
...
Triggered by b430f36bb4
[skip changelog]
2024-10-27 01:05:20 +00:00
github-actions[bot]
5480c20328
chore: Auto Update Game Resources - 2024-10-26
...
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/11532771894
[skip changelog]
2024-10-26 15:06:33 +00:00
uye
a497a3cfc3
fix: 错误分类 changelog ( #10887 )
2024-10-23 19:40:47 +08:00
github-actions[bot]
7c617ec62c
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]
db3ab147a1
chore: Auto Templates Optimization
...
Triggered by 79a7174c78
[skip changelog]
2024-10-13 21:55:58 +00:00
github-actions[bot]
f4a3c8afda
chore: Auto Templates Optimization
...
Triggered by dd0a08c708
[skip changelog]
2024-10-12 10:52:27 +00:00
github-actions[bot]
f445e26b73
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]
df21dcb201
chore: Auto Templates Optimization
...
[skip changelog]
2024-10-02 06:29:42 +00:00
uye
73bf9f4e21
chore: 优化编队模板图片,识别不到对应职业图标时在 全部 中寻找
2024-10-02 14:29:13 +08:00
github-actions[bot]
e6102b579e
chore: Auto Templates Optimization
...
[skip changelog]
2024-09-29 09:01:38 +00:00
github-actions[bot]
3fcff1f09d
chore: Auto Templates Optimization
...
[skip changelog]
2024-09-28 16:42:38 +00:00
Constrat
c3a36da016
fix: ResourceUpdater always returning 0 even on error
2024-09-27 16:41:11 +02:00
Constrat
afbbedd88f
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
122af971c3
chore(tools): cd to starting dir for script tools
2024-09-27 13:12:48 +02:00
Constrat
90e5f37a9f
fix: ResourceUpdater git diff not finding pngs
2024-09-27 13:12:34 +02:00
github-actions[bot]
30310ca40a
chore: Auto Templates Optimization
...
[skip changelog]
2024-09-27 10:11:53 +00:00
github-actions[bot]
0a132b241f
chore: Auto Templates Optimization
...
[skip changelog]
2024-09-27 07:56:03 +00:00
Constrat
ea6ccf4885
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
4b258d57bc
fix: renamed input directory
2024-09-26 15:34:11 +02:00
Constrat
35607fd056
fix: uncommented update stages section.
2024-09-26 15:28:58 +02:00
Constrat
bda8c30f18
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
9a6a2ad31b
chore: more threading, namespace refactoring for ResourceUpdater
2024-09-25 22:05:11 +02:00
Constrat
ae18f00679
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
e59a5e2b7a
style: added elapsed time + generic log formatting for resupd
2024-09-25 11:21:30 +02:00
Constrat
f40036d6df
Revert "feat(perf): multithreaded resource updater" ( #10684 )
...
Revert "feat(perf): multithreaded resource updater (#10683 )"
This reverts commit d8f3dded11 .
2024-09-24 20:25:04 +01:00
Constrat
d8f3dded11
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
49aa88a35c
fix: resupd clone data script wrong location
2024-09-24 17:08:44 +02:00
Constrat
7cd1047886
fix: txwy gamedata + various refactoring for resource updater
2024-09-24 10:29:46 +02:00
uye
ebe7c808d5
chore: ss-open 使用 StageSideStory.png
2024-09-20 19:09:58 +08:00
github-actions[bot]
bac30b6678
chore: Auto Templates Optimization
...
[skip changelog]
2024-09-15 18:18:07 +00:00
Hao Guan
40c0898427
fix: macOS build script ( #10609 )
...
[skip changelog]
2024-09-14 19:17:26 +08:00
github-actions[bot]
ba596c74f8
chore: Auto Templates Optimization
...
[skip changelog]
2024-09-10 10:49:04 +00:00
github-actions[bot]
46d4c5ceb2
chore: Auto Templates Optimization
...
[skip changelog]
2024-09-09 17:20:51 +00:00
uye
07129479a8
perf: 公招识别得分较低
...
fix #10513
2024-09-09 20:40:18 +08:00
github-actions[bot]
b1c607518c
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]
927ab19e3e
chore: Auto Templates Optimization
...
[skip changelog]
2024-09-08 09:56:45 +00:00
Constrat
c59fb8413c
style: res-update yml log output
2024-09-06 10:15:15 +02:00
Constrat
1293504c64
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]
9b92283954
chore: Auto Templates Optimization
...
[skip changelog]
2024-09-06 08:01:21 +00:00
github-actions[bot]
86a4f23038
chore: Auto Templates Optimization
...
[skip changelog]
2024-09-05 21:48:03 +00:00