
| Key: |
SVC-2543
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Duplicate
|
| Priority: |
Showstopper
|
| Assignee: |
Unassigned
|
| Reporter: |
Tabliopa Underwood
|
| Votes: |
9
|
| Watchers: |
5
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Both 1.19.4 and RC 1.20.9
|
|
Issue Links:
|
Duplicate
|
|
This issue duplicates:
|
|
SVC-392
orbitting "weapons" moving you to insane altitude, temp-breaking attachments, requiring one to relog.
|
|
|
|
|
|
Relates
|
|
This issue Relates to:
|
|
|
SVC-2931 llSetLinkPrimitiveParams content breakage, only moves agents 54 meters now
|
|
|
|
|
|
This issue is related to by:
|
|
|
SVC-1797 On sim border crossing, seated avatar pos/rot changs made with llSetLinkPrimitiveParams are reverted
|
|
|
|
|
SVC-3216
llSetLinkPrimitiveParams(this_link,[PRIM_POSITION,new_position]); does not move child prim
|
|
|
|
|
|
|
Put the following into a box and Sit on it
default
{
state_entry()
{
llSitTarget(<0.,0.,1.>,ZERO_ROTATION);
llSetText("Sit and orbit yourself\njust like the old days :)", <1.,1.,1.>,1.);
}
changed(integer change)
{
if(change & CHANGED_LINK)
{
key id = llAvatarOnSitTarget();
if (id != NULL_KEY)
{
llSetLinkPrimitiveParams(
llGetNumberOfPrims(),
[PRIM_POSITION, llGetPos() + <0.,0.,DEBUG_CHANNEL>]
); // hmm! no range-check
llUnSit(id);
}
}
}
}
|
|
Description
|
Put the following into a box and Sit on it
default
{
state_entry()
{
llSitTarget(<0.,0.,1.>,ZERO_ROTATION);
llSetText("Sit and orbit yourself\njust like the old days :)", <1.,1.,1.>,1.);
}
changed(integer change)
{
if(change & CHANGED_LINK)
{
key id = llAvatarOnSitTarget();
if (id != NULL_KEY)
{
llSetLinkPrimitiveParams(
llGetNumberOfPrims(),
[PRIM_POSITION, llGetPos() + <0.,0.,DEBUG_CHANNEL>]
); // hmm! no range-check
llUnSit(id);
}
}
}
} |
Show » |
made changes - 06/Jun/08 02:04 AM
| Field |
Original Value |
New Value |
|
Link
|
|
This issue Relates to SVC-1239
[ SVC-1239
]
|
made changes - 06/Jun/08 02:06 AM
|
Link
|
|
This issue Relates to VWR-6438
[ VWR-6438
]
|
made changes - 06/Jun/08 02:09 AM
|
Link
|
This issue Relates to VWR-6438
[ VWR-6438
]
|
|
made changes - 06/Jun/08 02:12 AM
|
Link
|
This issue Relates to SVC-1239
[ SVC-1239
]
|
|
made changes - 06/Jun/08 07:19 AM
|
Component/s
|
|
Miscellaneous
[ 10036
]
|
|
Description
|
Put the following into a box and Sit on it
default
{
state_entry()
{
llSitTarget(<0.,0.,1.>,ZERO_ROTATION);
llSetText("Sit and orbit yourself\njust like the old days :)l", <1.,1.,1.>,1.);
}
changed(integer change)
{
if(change & CHANGED_LINK)
{
key id = llAvatarOnSitTarget();
if (id != NULL_KEY)
{
llSetLinkPrimitiveParams(
llGetNumberOfPrims(),
[PRIM_POSITION, llGetPos() + <0.,0.,DEBUG_CHANNEL>]
);
llUnSit(id);
}
}
}
}
|
Put the following into a box and Sit on it
default
{
state_entry()
{
llSitTarget(<0.,0.,1.>,ZERO_ROTATION);
llSetText("Sit and orbit yourself\njust like the old days :)", <1.,1.,1.>,1.);
}
changed(integer change)
{
if(change & CHANGED_LINK)
{
key id = llAvatarOnSitTarget();
if (id != NULL_KEY)
{
llSetLinkPrimitiveParams(
llGetNumberOfPrims(),
[PRIM_POSITION, llGetPos() + <0.,0.,DEBUG_CHANNEL>]
); // hmm! no range-check
llUnSit(id);
}
}
}
}
|
made changes - 16/Jun/08 06:43 AM
|
Link
|
|
This issue duplicates SVC-392
[ SVC-392
]
|
made changes - 16/Jun/08 02:13 PM
|
Project
|
4. Second Life Misc Issues - MISC
[ 10000
]
|
2. Second Life Service - SVC
[ 10002
]
|
|
Component/s
|
|
Scripts
[ 10043
]
|
|
Key
|
MISC-1251
|
SVC-2543
|
|
Component/s
|
Miscellaneous
[ 10036
]
|
|
made changes - 27/Jul/08 08:04 AM
|
Fix Version/s
|
|
1.23.0
[ 10341
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|
Status
|
Open
[ 1
]
|
Closed
[ 6
]
|
made changes - 30/Jul/08 11:39 AM
|
Resolution
|
Fixed
[ 1
]
|
|
|
Status
|
Closed
[ 6
]
|
Reopened
[ 4
]
|
made changes - 31/Jul/08 12:48 AM
|
Priority
|
Normal
[ 4
]
|
Major
[ 3
]
|
made changes - 31/Jul/08 10:31 AM
|
Summary
|
No Range-check on llSetLinkPrimitiveParams ... PRIM_POSITION
|
No Range-check on llSetLinkPrimitiveParams ... PRIM_POSITION ( has not been implemented correctly and has broken teleporters )
|
made changes - 01/Aug/08 02:19 AM
|
Link
|
|
This issue is related to by SVC-1797
[ SVC-1797
]
|
made changes - 27/Aug/08 06:33 PM
|
Link
|
|
This issue Relates to SVC-2931
[ SVC-2931
]
|
made changes - 02/Sep/08 02:48 PM
|
Priority
|
Major
[ 3
]
|
Showstopper
[ 1
]
|
made changes - 21/Sep/08 12:47 AM
|
Status
|
Reopened
[ 4
]
|
Closed
[ 6
]
|
|
Resolution
|
|
Duplicate
[ 3
]
|
made changes - 11/Oct/08 02:54 AM
|
Link
|
|
This issue is related to by SVC-3216
[ SVC-3216
]
|
made changes - 13/Nov/08 12:12 PM
|
Workflow
|
jira-2007-12-22a
[ 56542
]
|
jira-2008-11-14
[ 83235
]
|
made changes - 13/Nov/08 04:57 PM
|
Workflow
|
jira-2008-11-14
[ 83235
]
|
jira-2008-11-14a
[ 95973
]
|
|