GUI for retreat order, havens player colored - #5824
Open
SteelBlueZK wants to merge 5 commits into
Open
Conversation
inspired greatly by Helwor's Hel-K widget suite https://github.com/Helwor/New-Hel-K
Contributor
Author
sprunk
reviewed
Sep 1, 2026
- also whitespace - also localize a lot of spring functions
Contributor
Author
Contributor
Author
|
I have 0 idea if this updates properly in multiplayer. It would probably be good to test that, if I'm a player and a different player updates their Havens, do I reflect that? I've been cheating between teams so local team ID is always the player being updated. |
- 5 different options in a radio - tracks Haven Updates more often - Haven updates only tracks havens that will be drawn - render function no longer has to filter out non-drawn havens
SteelBlueZK
marked this pull request as ready for review
September 3, 2026 00:21
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


inspired greatly by Helwor's Hel-K widget suite
https://github.com/Helwor/New-Hel-K
Summary: Changed the way Retreat Zones (Havens) are drawn to be team-colored, left default color and behavior as is in stable right now, but will now show all player retreat zones when spectating by default to increase discoverability/awareness of the feature.
Overview:
options revamp
Whitespace changes
Spring functions localized
Various variable cleanup (reduced to lower scopes, moved around some logic)