Pull dev into scratch branch#5433
Merged
mcgroarty merged 138 commits intosoft/2025-12-16-bugsplat-process-testfrom Feb 16, 2026
Merged
Pull dev into scratch branch#5433mcgroarty merged 138 commits intosoft/2025-12-16-bugsplat-process-testfrom
mcgroarty merged 138 commits intosoft/2025-12-16-bugsplat-process-testfrom
Conversation
…n multiple messages.
Switch version to 2026.01.0 after promotion of 2025.08
Develop build fixes to 2026.01
If region isn't online, can't get region position and form slurl
#4628 New land access permission
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
in Snapshot to Inventory
Negative near zero radius was resulting in 0 return. Might need to cover negative values in general.
Landmarks that failed due to missing caps were blocked from being rerequested.
It's probably smarter to make asset storage wait with requests in general, but that would require a stronger separation from cache which is functional already and can be loading assets, so I'm pausing individual requests instead, there is a maximum of 12, so there should be no 'bloat' from waiting coros.
… overlay rendering twice Signed-off-by: Rye <rye@alchemyviewer.org>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
FIX - pre-jump and land animations being shortcircuited by race conditions with AGENT_CONTROL_FINISH_ANIM when chaining jumps
We don't crash on an invalid size, so shouldn't crash on invalid data. Not viewer's fault, try to keep going.
dde262b
into
soft/2025-12-16-bugsplat-process-test
19 checks passed
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
Related Issues
Issue Link:
Checklist
Please ensure the following before requesting review:
Additional Notes