• All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.
Issue Details (XML | Word | Printable)

Key: SVC-2964
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: WorkingOnIt Linden
Reporter: Whichway Janus
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
2. Second Life Service - SVC

OGP Beta: Simulator version does not update properly with OGP teleports

Created: 30/Aug/08 12:06 PM   Updated: 23/Sep/08 08:53 PM
Return to search
Component/s: Interop - Region Domain
Affects Version/s: None
Fix Version/s: None

Environment: Windows Vista, OGP Viewer 1.20.15 (94858), Vaak sim version & OpenSim OGP-enabled r6060
Issue Links:
Relates
 

Linden Lab Issue ID: DEV-19986
Linden Lab Internal Branch: interop-7


 Description  « Hide
When I TP from Vaak to my OpenSim (r6060), the sim version is not updated to the one I landed on. I.e., Help still says "NeedVersion", which is leftover from Vaak. If I walk to my neighboring OpenSim region, which is in the same simulator executable, the version updates properly and stays that way when I walk back. TP'ing back to Vaak updates the version back to NeedVersion and the cycle repeats.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Pixel Gausman added a comment - 09/Sep/08 05:51 AM

So.... this is a viewer issue.

It has to do with code put in place to get rid of the need for ProcessAgentMovementComplete messages. The simulator version was a missing piece of information that probably should have been in rez_avatar/place, but the current OGP protocol does not have.

But the point is mute because we decided that removing AgentMovementComplete messages was too ugly for both the viewer and simulator side (for now).

Whump, this will be fixed in one of two ways:
1. Either back out the refactoring I did to support removal of AgentMovementComplete (messy)
2. Leave refactoring in place, but always set gLegacyAgentMovementComplete is set to TRUE in all cases in llviewermessage.cpp. (quick, but code a bit contorted if we never plan to remove this message)

Nudge Leyla towards this one, I'm unfortunately not going to be able to get to it any time soon.


whump linden added a comment - 18/Sep/08 06:00 PM
Fix will be deployed with interop-7/Draft 3 changes.

whump linden added a comment - 23/Sep/08 08:51 PM
Released on Tuesday, 23 September