Commit Graph

4 Commits

Author SHA1 Message Date
gamer147
b1206c874d loader: patch GetDeckBuilderServerURL to point at the app server
Redirects shadowverse-portal.com deck-builder calls to SvSimConfig.ApplicationUrl
so the GenerateDeckCodeTask / GetDeckDataFromCodeTask URLs land on the emulator's
DeckBuilderController routes (/deck_code, /deck). Both client call sites already
pass encrypt:false to NetworkManager.Connect, so no additional encryption-side
patch is needed.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-28 09:11:33 -04:00
gamer147
76b7e59489 loader: emit traffic body as nested JSON, not escaped string
Body field in traffic.ndjson / battle-traffic.ndjson is now a real nested
JSON object instead of an escaped JSON string. Parse-on-write is wrapped in
ParseBodyOrKeep with a string-fallback so a future non-JSON caller doesn't
crash the line write.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-26 17:42:55 -04:00
gamer147
34a17a2b6b Cleanup, addition of new captures, readme 2026-05-25 21:52:20 -04:00
gamer147
f22cc19bfc Initial commit 2024-09-08 10:32:52 -04:00