
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Second Life Simulator 1.20.0.83892
|
|
Issue Links:
|
Duplicate
|
|
|
|
This issue is original of duplicate:
|
|
SVC-2096
Setting parcel at <0,0,0> to non-public breaks UpdateSitTarget for all avs in *entire region*, if they don't have access on that parcel.
|
|
|
|
|
|
|
| Linden Lab Issue ID: |
DEV-13218
|
| Linden Lab Internal Branch: |
havok4-5
|
Reference: http://jira.secondlife.com/browse/SVC-1505
I'm really worry about each update/upgrade of Havok4 and the case is not apply to all Havok4 region, but in random.
Each time there is update/upgrade on Havok4, I may receive a complaint about llSetLinkPrimitiveParams for PRIM_POSITION.
Previously, the strange is that, in 1 or 2 days, the issue is gone and the sim handle llSetLinkPrimitiveParams correctly.
I'm just test on sim Emaga, and it just failed to make the command to work properly.
I really have no idea what happen, cause it happen in random and often happen repeatedly after Havok 4 update on random sim.
My test is the same as previous Jira SVC-1505:
I make a simple test to do, that create 3 box in a line, with center become the root prim and have this script:
default
{
state_entry()
{
llSitTarget(<0,0,.1>,ZERO_ROTATION);
}
touch_start(integer total_number)
{
vector test=(vector)llGetLinkName(llDetectedLinkNumber(0));
llSetLinkPrimitiveParams(4,[PRIM_POSITION,(vector)test,PRIM_ROTATION,llEuler2Rot((vector)test)]);
}
}
The left and right box have name:
<.0,1.0,.0>
and
<.0,-1.0,.0>
So with the script when I was sit on the center box, and touch the left or right box should moved and rotated.
And I will try to check the sim each day, and update here.
Sincerely,
Cecilia Zheng
|
|
Description
|
Reference: http://jira.secondlife.com/browse/SVC-1505
I'm really worry about each update/upgrade of Havok4 and the case is not apply to all Havok4 region, but in random.
Each time there is update/upgrade on Havok4, I may receive a complaint about llSetLinkPrimitiveParams for PRIM_POSITION.
Previously, the strange is that, in 1 or 2 days, the issue is gone and the sim handle llSetLinkPrimitiveParams correctly.
I'm just test on sim Emaga, and it just failed to make the command to work properly.
I really have no idea what happen, cause it happen in random and often happen repeatedly after Havok 4 update on random sim.
My test is the same as previous Jira SVC-1505:
I make a simple test to do, that create 3 box in a line, with center become the root prim and have this script:
default
{
state_entry()
{
llSitTarget(<0,0,.1>,ZERO_ROTATION);
}
touch_start(integer total_number)
{
vector test=(vector)llGetLinkName(llDetectedLinkNumber(0));
llSetLinkPrimitiveParams(4,[PRIM_POSITION,(vector)test,PRIM_ROTATION,llEuler2Rot((vector)test)]);
}
}
The left and right box have name:
<.0,1.0,.0>
and
<.0,-1.0,.0>
So with the script when I was sit on the center box, and touch the left or right box should moved and rotated.
And I will try to check the sim each day, and update here.
Sincerely,
Cecilia Zheng |
Show » |
made changes - 31/Mar/08 03:23 AM
| Field |
Original Value |
New Value |
|
Fix Version/s
|
|
Havok4 Beta
[ 10171
]
|
made changes - 31/Mar/08 03:24 AM
|
Fix Version/s
|
Havok4 Beta
[ 10171
]
|
|
made changes - 01/Apr/08 12:37 AM
|
Summary
|
llSetLinkPrimitiveParams is not work on some sim after Havok4 Upgrade
|
llSetLinkPrimitiveParams PRIM_POSITION is not work on some sim after Havok4 Upgrade
|
|
Description
|
Reference: http://jira.secondlife.com/browse/SVC-1505
I'm really worry about each update/upgrade of Havok4 and the case is not apply to all Havok4 region, but in random.
Each time there is update/upgrade on Havok4, I may receive a complaint about llSetLinkPrimitiveParams.
Previously, the strange is that, in 1 or 2 days, the issue is gone and the sim handle llSetLinkPrimitiveParams correctly.
I'm just test on sim Emaga, and it just failed to make the command to work properly.
I really have no idea what happen, cause it happen in random and often happen repeatedly after Havok 4 update on random sim.
My test is the same as previous Jira SVC-1505:
I make a simple test to do, that create 3 box in a line, with center become the root prim and have this script:
default
{
state_entry()
{
llSitTarget(<0,0,.1>,ZERO_ROTATION);
}
touch_start(integer total_number)
{
vector test=(vector)llGetLinkName(llDetectedLinkNumber(0));
llSetLinkPrimitiveParams(4,[PRIM_POSITION,(vector)test,PRIM_ROTATION,llEuler2Rot((vector)test)]);
}
}
The left and right box have name:
<.0,1.0,.0>
and
<.0,-1.0,.0>
So with the script when I was sit on the center box, and touch the left or right box should moved and rotated.
And I will try to check the sim each day, and update here.
Sincerely,
Cecilia Zheng
|
Reference: http://jira.secondlife.com/browse/SVC-1505
I'm really worry about each update/upgrade of Havok4 and the case is not apply to all Havok4 region, but in random.
Each time there is update/upgrade on Havok4, I may receive a complaint about llSetLinkPrimitiveParams for PRIM_POSITION.
Previously, the strange is that, in 1 or 2 days, the issue is gone and the sim handle llSetLinkPrimitiveParams correctly.
I'm just test on sim Emaga, and it just failed to make the command to work properly.
I really have no idea what happen, cause it happen in random and often happen repeatedly after Havok 4 update on random sim.
My test is the same as previous Jira SVC-1505:
I make a simple test to do, that create 3 box in a line, with center become the root prim and have this script:
default
{
state_entry()
{
llSitTarget(<0,0,.1>,ZERO_ROTATION);
}
touch_start(integer total_number)
{
vector test=(vector)llGetLinkName(llDetectedLinkNumber(0));
llSetLinkPrimitiveParams(4,[PRIM_POSITION,(vector)test,PRIM_ROTATION,llEuler2Rot((vector)test)]);
}
}
The left and right box have name:
<.0,1.0,.0>
and
<.0,-1.0,.0>
So with the script when I was sit on the center box, and touch the left or right box should moved and rotated.
And I will try to check the sim each day, and update here.
Sincerely,
Cecilia Zheng
|
made changes - 01/Apr/08 12:54 AM
|
Summary
|
llSetLinkPrimitiveParams PRIM_POSITION is not work on some sim after Havok4 Upgrade
|
llSetLinkPrimitiveParams PRIM_POSITION on Avatar is not work on some sim after Havok4 Upgrade
|
made changes - 02/Apr/08 09:57 PM
|
Environment
|
Havok4 Beta Server 1.19.3.83583
|
Havok4 Beta Server 1.19.3.83583
Second Life Simulator 1.20.0.83683
|
|
Component/s
|
|
Physics
[ 10038
]
|
|
Affects Version/s
|
|
1.20.0 Server
[ 10280
]
|
|
Component/s
|
Scripts
[ 10043
]
|
|
made changes - 04/Apr/08 05:24 AM
|
Environment
|
Havok4 Beta Server 1.19.3.83583
Second Life Simulator 1.20.0.83683
|
Second Life Simulator 1.20.0.83892
|
made changes - 06/Apr/08 10:46 PM
|
Linden Lab Issue ID
|
|
DEV-13218
|
made changes - 09/Apr/08 06:14 PM
|
Link
|
|
This issue is duplicated by SVC-2096
[ SVC-2096
]
|
made changes - 09/Apr/08 06:14 PM
|
Comment
|
[ Linked to earlier report.
]
|
|
made changes - 10/Apr/08 01:59 PM
|
Assignee
|
|
kelly linden
[ kelly linden
]
|
made changes - 10/Apr/08 02:01 PM
|
Linden Lab Internal Branch
|
|
havok4-5
|
|
Status
|
Open
[ 1
]
|
Fix Pending
[ 10001
]
|
made changes - 29/Apr/08 12:37 AM
|
Status
|
Fix Pending
[ 10001
]
|
Closed
[ 6
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
made changes - 01/Aug/08 12:08 PM
|
Resolution
|
Fixed
[ 1
]
|
|
|
Status
|
Closed
[ 6
]
|
Reopened
[ 4
]
|
made changes - 01/Aug/08 12:08 PM
|
Status
|
Reopened
[ 4
]
|
Fix Pending
[ 10001
]
|
made changes - 01/Aug/08 12:30 PM
|
Status
|
Fix Pending
[ 10001
]
|
Closed
[ 6
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
made changes - 13/Nov/08 12:12 PM
|
Workflow
|
jira-2007-12-22a
[ 53911
]
|
jira-2008-11-14
[ 83153
]
|
made changes - 13/Nov/08 04:55 PM
|
Workflow
|
jira-2008-11-14
[ 83153
]
|
jira-2008-11-14a
[ 95489
]
|
|