Constrat
fbf48ebefd
feat(resourceupdater): double int and string map lookup for infrast_data
2025-05-02 10:33:09 +02:00
Constrat
14c809a9ac
fix: map classifyType bypass for global (until gamedata change as well)
2025-05-01 15:43:07 +02:00
uye
ad4f4a93c0
chore: classifyType 映射
2025-05-01 21:18:00 +08:00
Constrat
5add3a5d8a
fix(resourceupdater): change roomType to int for infraststructure gamedata
2025-05-01 14:49:25 +02:00
Constrat
d1c09cc01a
chore: Manual update resources
2025-05-01 12:19:43 +02:00
Constrat
4fb83a9bca
fix: missing roguelike sami writer to json for resource updater
2025-04-25 17:26:27 +02:00
Constrat
1311a40126
style: resource updater
2025-04-25 16:40:17 +02:00
Constrat
6f0426b285
chore: use sami json for gain and user ocr in resource updater
2025-04-25 16:29:09 +02:00
Constrat
e32b526e81
fix: main.cpp post refactor merge
2025-04-25 16:13:48 +02:00
Constrat
dce6e317c8
rft: tasks ( #12448 )
...
* rft: tasks
* chore: remove older tasks.json
* rft: move some stages
* chore: Auto update by pre-commit hooks [skip changelog]
* rft: rename
---------
Co-authored-by: SherkeyXD <57581480+SherkeyXD@users.noreply.github.com >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-04-25 18:31:37 +08:00
Constrat
351395f5b9
fix: txwy resource updater recruitment
2025-04-24 20:22:55 +02:00
MistEO
6929abc2db
ci: revert resource updater for upstream fix
...
修了修了 6a574986df (diff-64333ee497f100b1dbf592555a20776fba85b32e6f4b798a96ac74ce4e3269e9)
2025-03-16 19:21:28 +08:00
Constrat
6c0c2d548e
chore: set output to UTF_8 for ResourceUpdater
2025-03-16 19:21:28 +08:00
MistEO
b872cbf0ec
ci: manually update resource
...
https://github.com/yuanyan3060/ArknightsGameResource/issues/25
2025-03-16 19:21:28 +08:00
MistEO
8958b93a98
ci: output resource updater version info
2025-03-16 19:21:28 +08:00
Constrat
45ae528f17
chore: ResourceUpdater to remove spaces from EN I.S. encounter
...
just like KR current logic but only for encounters
2025-02-18 17:42:36 +01:00
Constrat
ded67fe648
feat: remove spaces for all ocrReplaces for KR + various optimizations ( #11926 )
...
* feat: remove spaces for all ocrReplaces for KR + various optimizations
* fix: kr path
2025-02-15 19:58:31 +01:00
Constrat
eeb0b78328
feat: script to update version.json ( #11875 )
...
* chore: do not modify version.json time in cpp
* feat: add version time updater script
* chore: add version.ps1 to workflow
* feat: implement previous logic from validator.ps1
* feat: add version bool for update-resources
* fix: wrong condition on OTA step
2025-02-13 14:24:47 +08:00
Constrat
72355204fc
refactor: switch gamedata repos for workflow ( #11799 )
...
* refactor: switch gamedata repos for workflow
* refactor: switch gamedata repos for workflow fix
* fix: I'm stupid
* fix: main.cpp resource updater
* ci: fix ps1 script
* fix: I'm stupid 2
2025-02-07 20:35:45 +01:00
Constrat
cf97aa4c18
fix: Resource Updater for YostarEN (AS-Event)
2025-01-16 18:32:09 +01:00
uye
57bfafbaeb
chore: battle_data 未实装干员添加字段提示
2025-01-01 02:25:00 +08:00
Constrat
74989c14ef
fix: resource updater txwy second error from intern-kun
2024-12-18 18:05:13 +01:00
Constrat
848201f71a
fix: txwy gamedata xaml typo
...
intern-kun fucked up [again]
2024-12-18 17:15:41 +01:00
Constrat
9b490f37f6
chore(tools): automatically remove spaces for YoStarKR in CharsNameOcrReplace ( #11205 )
...
fix 962f8b200d
cc @HX3N
2024-11-20 14:41:24 +00:00
Constrat
c3a36da016
fix: ResourceUpdater always returning 0 even on error
2024-09-27 16:41:11 +02: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
7cd1047886
fix: txwy gamedata + various refactoring for resource updater
2024-09-24 10:29:46 +02:00
Constrat
9a14f70223
chore: remove unused templates from ResourceUpdater
2024-08-09 15:57:44 +02:00
Constrat
e745dc9d7b
fix: ResourceUpdater KR Shamare incosistency
2024-08-01 11:50:35 +02:00
Constrat
0bb28cc626
perf: use starts_with instead of compare
2024-07-31 12:53:11 +02:00
Constrat
6781323d55
fix: recruitment data runs only on "char_"
2024-07-31 12:35:36 +02:00
Constrat
18c5555388
fix: typo + YostarJP ghost THRM-EX appearing twice (no idea what's going on)
2024-07-31 11:53:21 +02:00
Constrat
c51aeecd06
fix: trap_470_tmantic having same name as 맨티코어 instead of "Manticore Killer"
2024-07-31 11:22:06 +02:00
Constrat
a7b6144435
chore(ci): remove unused include + style
2024-07-19 00:32:16 +02:00
Constrat
4b7cc9dc1e
feat: YoStarEN resolution warning on client switch ( #9539 )
...
Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com >
2024-07-07 12:27:39 +02:00
uye
adf18f00af
chore: 修改日志输出
...
[skip changelog]
2024-06-22 16:15:43 +08:00
Constrat
b7561c5b17
fix: ResourceUpdater temporary fix for trap_138_winstone having same as Flint
...
ref #9445
2024-06-21 22:59:48 +02:00
Constrat
b5cf46ddd0
chore: Improve error output in recruitment ResourceUpdater
2024-06-21 22:50:29 +02:00
Fryze
47aa717a4d
chore: Amiya new promotion ( #9347 )
2024-06-10 09:22:01 +02:00
David
478765a2df
fix: Foldartal use for IS4 - overseas ( #8612 )
...
* feat: resource updater Sami@Roguelike@FoldartalUseOcr
* chore: updated tasks
2024-03-14 13:08:32 +01:00
Constrat
e4ce8009ad
feat: added foldartal totems to resource updater
2024-03-12 21:43:36 +01:00
Constrat
5c0f903f43
perf: reduced Resource Auto Updater duplicate IS stages
2024-03-11 16:51:12 +01:00