-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
util: Add basic network log seal support in timeline tools (#5947)
This wasn't as simple as I had hoped, but it does seem to work as it is. There's still a bit of fragility in `make_timeline` with this implementation, since it still relies on the seal name being present in game log form. We could change this to make "name from game log" optional in the `assembleTimelineStrings()` function, but that would involve some complex conditions to allow for use of either the network seal or the game log seal.
- Loading branch information
Showing
2 changed files
with
80 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters