secondlife / jira-archive

2 stars 0 forks source link

[BUG-1823] Post CHUI merge - When an object moves with pendulum motion, viewer only renders the start and end points of the trajectory unless cammed in very close #2626

Open sl-service-account opened 11 years ago

sl-service-account commented 11 years ago

Steps To Reproduce

Original Jira Fields | Field | Value | | ------------- | ------------- | | Issue | BUG-1823 | | Summary | Post CHUI merge - When an object moves with pendulum motion, viewer only renders the start and end points of the trajectory unless cammed in very close | | Type | Bug | | Priority | Unset | | Status | Accepted | | Resolution | Accepted | | Reporter | Whirly Fizzle (whirly.fizzle) | | Created at | 2013-02-28T07:48:19Z | | Updated at | 2014-03-10T21:21:06Z | ``` { 'Business Unit': ['Platform'], 'Date of First Response': '2013-02-28T11:47:57.131-0600', 'System': 'SL Viewer', 'Target Viewer Version': 'viewer-development', 'What just happened?': '.', 'What were you doing when it happened?': '.', 'What were you expecting to happen instead?': '.', } ```
sl-service-account commented 11 years ago

Whirly Fizzle commented at 2013-02-28T12:14:19Z

I think this is probably the same issue, but a different repro...

default
{
    state_entry()
    {
        llCreateCharacter([CHARACTER_MAX_SPEED, 25, CHARACTER_DESIRED_SPEED, 15.0]);
        //MAX_SPEED is @ 20 by default
    }

    touch_start(integer total_number)
    {
        llWanderWithin(llGetPos(), <10.0, 10.0, 5.0>, [WANDER_PAUSE_AT_WAYPOINTS, TRUE]);
    }
}
sl-service-account commented 11 years ago

Alexa Linden commented at 2013-02-28T17:47:57Z

if memory serves me this is different from your last clock bug, right? That time it was the hands of the clock moving oddly if you watched long enough.

sl-service-account commented 11 years ago

Kurt Linden commented at 2013-02-28T18:07:36Z

If you turn on Develop > Show Info > Show updates to objects on the wandering object, the viewer shows the object not moving, but you can still see the blue object updates moving around where the object really is. Not clear how this is from CHUI but definitely an issue.

sl-service-account commented 11 years ago

Whirly Fizzle commented at 2013-03-01T05:02:35Z

Heya Alexa,

If you mean BUG-86 then yes, this is different. I checked BUG-86 and it does not repro on the affected beta and dev builds.

sl-service-account commented 11 years ago

Grumpity ProductEngine commented at 2013-03-01T21:56:32Z

try this build please: http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/viewer-beta-graham/rev/271070/arch/CYGWIN/installer/Second_Life_3-5-0-271070_Developer_Setup.exe

sl-service-account commented 11 years ago

Whirly Fizzle commented at 2013-03-02T08:44:20Z, updated at 2013-03-02T09:10:12Z

Testing on Second Life 3.5.0 (271070) Feb 28 2013 15:57:15 (Second Life Developer):

sl-service-account commented 11 years ago

Whirly Fizzle commented at 2013-03-03T22:41:36Z

Note: BUG-1857 is reporting what looks to be VWR-29537 is not fixed on the above linked viewer-beta-graham build.

sl-service-account commented 11 years ago

Alexa Linden commented at 2013-03-05T19:05:47Z

http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/viewer-beta-graham/rev/271216/arch/CYGWIN/index.html

Seems to fix the last 2 bugs too. Whirly can you see any of the related bugs left? I double checked that the Sailboat boom bug is still fixed.

sl-service-account commented 11 years ago

Whirly Fizzle commented at 2013-03-06T22:34:02Z

Testing on Second Life 3.5.0 (271345) Mar 5 2013 16:49:08 (Second Life Beta Viewer)

Reprod for the first time on this build. My own name tag did not render at login. Turning name tags off and back on fixed it.

Fixed for both rotating and sliding doors

Still fixed

Fixed

Fixed

Fixed for single prim, both position and rotation

Both fixed

Fixed