Skip to content

FIX - Prejump regression on first jump#5731

Open
trish-sl wants to merge 1 commit intosecondlife:developfrom
trish-sl:fix-prejumpregression
Open

FIX - Prejump regression on first jump#5731
trish-sl wants to merge 1 commit intosecondlife:developfrom
trish-sl:fix-prejumpregression

Conversation

@trish-sl
Copy link
Copy Markdown
Contributor

@trish-sl trish-sl commented Apr 28, 2026

I inadvertently introduced a side-effect with #5409 that this PR fixes.

With #5409 included, if you are standing still and hold jump, the first prejump can be unnecessarily delayed, causing a noticeable "hitch" with some AOs.

This adjustment makes it so we only check jumps that follow a landing, so the first jump in a chain is unaffected and no longer suffers that hitch. (In other words, we do not need to suppress a AGENT_CONTROL_FINISH_ANIM that comes from the viewer determining the prejump anim is done)

@github-actions github-actions Bot added the c/cpp label Apr 28, 2026
@akleshchev akleshchev linked an issue May 2, 2026 that may be closed by this pull request
@akleshchev
Copy link
Copy Markdown
Contributor

Thank you.

Unfortunately original change is already in 26.2 and we are unlikely to get anything else into 26.2. Will need to consult with lindens if this needs a new ticket or if something can be worked out with 26.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pre-jump is sometimes skipped

2 participants