Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Multiworld Watcher Multiworld Watcher
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Q4SG
  • Multiworld WatcherMultiworld Watcher
  • Merge requests
  • !43

Optimize world name padding

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Adam "MrBond" Ziegler requested to merge pre-format-world-names into 0.4.x Aug 07, 2022
  • Overview 0
  • Commits 8
  • Pipelines 0
  • Changes 17

World generation in maintenance module now pre-computes the space-padded world name, up to 16 characters per AP limits, instead of padding on each output - resolves #61 (closed).

Also, selective about using the padded world name is optimal for readability; all other places use unpadded name:

  • Item receiver in items / priority channel
  • Item sender in hints channel

Also, fixes some bugs with hint tracking:

  • "Found" reactions to hint messages use correct channel
  • Hints for receivers (incoming) correctly
  • Hints list more clearly indicates which hints are incoming items, and which are outgoing items
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: pre-format-world-names