HX3N
2709c660db
fix: skip blank stages in KR replacement on ResoureUpdater ( #13045 )
...
* fix: skip blank stages in KR replacement on ResoureUpdater
* docs: simple commenting
---------
Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com >
2025-06-20 21:53:56 +02:00
Constrat
494972b2bb
feat(resourceupdater): double int and string map lookup for infrast_data
2025-05-02 10:33:09 +02:00
Constrat
9c29c74551
fix: map classifyType bypass for global (until gamedata change as well)
2025-05-01 15:43:07 +02:00
uye
4614e48989
chore: classifyType 映射
2025-05-01 21:18:00 +08:00
Constrat
2d41e454ee
fix(resourceupdater): change roomType to int for infraststructure gamedata
2025-05-01 14:49:25 +02:00
Constrat
ae7a360db2
chore: Manual update resources
2025-05-01 12:19:43 +02:00
Constrat
b3ca54cdda
fix: missing roguelike sami writer to json for resource updater
2025-04-25 17:26:27 +02:00
Constrat
7b863aac96
style: resource updater
2025-04-25 16:40:17 +02:00
Constrat
296ca6e94e
chore: use sami json for gain and user ocr in resource updater
2025-04-25 16:29:09 +02:00
Constrat
05b39319f3
fix: main.cpp post refactor merge
2025-04-25 16:13:48 +02:00
Constrat
3e8eddb081
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
f62a9fb21c
fix: txwy resource updater recruitment
2025-04-24 20:22:55 +02:00
MistEO
80ae7c6664
ci: revert resource updater for upstream fix
...
修了修了 6a574986df (diff-64333ee497f100b1dbf592555a20776fba85b32e6f4b798a96ac74ce4e3269e9)
2025-03-16 19:21:28 +08:00
Constrat
b5c5695793
chore: set output to UTF_8 for ResourceUpdater
2025-03-16 19:21:28 +08:00
MistEO
d659652717
ci: manually update resource
...
https://github.com/yuanyan3060/ArknightsGameResource/issues/25
2025-03-16 19:21:28 +08:00
MistEO
b15ed1d376
ci: output resource updater version info
2025-03-16 19:21:28 +08:00
Constrat
251302cb06
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
5e5b78fe80
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
084e324ee9
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
a3a7573667
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
17fa8e9cc1
fix: Resource Updater for YostarEN (AS-Event)
2025-01-16 18:32:09 +01:00
uye
4756053c59
chore: battle_data 未实装干员添加字段提示
2025-01-01 02:25:00 +08:00
Constrat
aad35ef9dd
fix: resource updater txwy second error from intern-kun
2024-12-18 18:05:13 +01:00
Constrat
532fbeade7
fix: txwy gamedata xaml typo
...
intern-kun fucked up [again]
2024-12-18 17:15:41 +01:00
Constrat
544258ed23
chore(tools): automatically remove spaces for YoStarKR in CharsNameOcrReplace ( #11205 )
...
fix f15804cc2c
cc @HX3N
2024-11-20 14:41:24 +00:00
Constrat
f8536ea93a
fix: ResourceUpdater always returning 0 even on error
2024-09-27 16:41:11 +02: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
fed2b394f6
fix: txwy gamedata + various refactoring for resource updater
2024-09-24 10:29:46 +02:00
Constrat
3a13936a63
chore: remove unused templates from ResourceUpdater
2024-08-09 15:57:44 +02:00
Constrat
b123ac919e
fix: ResourceUpdater KR Shamare incosistency
2024-08-01 11:50:35 +02:00
Constrat
357006ad09
perf: use starts_with instead of compare
2024-07-31 12:53:11 +02:00
Constrat
1210bedb76
fix: recruitment data runs only on "char_"
2024-07-31 12:35:36 +02:00
Constrat
537c7400c8
fix: typo + YostarJP ghost THRM-EX appearing twice (no idea what's going on)
2024-07-31 11:53:21 +02:00
Constrat
9438140794
fix: trap_470_tmantic having same name as 맨티코어 instead of "Manticore Killer"
2024-07-31 11:22:06 +02:00
Constrat
f8021f511b
chore(ci): remove unused include + style
2024-07-19 00:32:16 +02:00
Constrat
f0c31c4433
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
a6bcc53dd8
chore: 修改日志输出
...
[skip changelog]
2024-06-22 16:15:43 +08:00
Constrat
9095217be2
fix: ResourceUpdater temporary fix for trap_138_winstone having same as Flint
...
ref #9445
2024-06-21 22:59:48 +02:00
Constrat
43e467569d
chore: Improve error output in recruitment ResourceUpdater
2024-06-21 22:50:29 +02:00
Fryze
7c2805a296
chore: Amiya new promotion ( #9347 )
2024-06-10 09:22:01 +02:00
David
33a60f8c70
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
d361f39cce
feat: added foldartal totems to resource updater
2024-03-12 21:43:36 +01:00