• 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-2543
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: Showstopper Showstopper
Assignee: Unassigned
Reporter: Tabliopa Underwood
Votes: 9
Watchers: 5
Operations

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

No Range-check on llSetLinkPrimitiveParams ... PRIM_POSITION ( has not been implemented correctly and has broken teleporters )

Created: 06/Jun/08 12:10 AM   Updated: 11/Oct/08 02:54 AM
Return to search
Component/s: Scripts
Affects Version/s: None
Fix Version/s: 1.23.0

Environment: Both 1.19.4 and RC 1.20.9
Issue Links:
Duplicate
 
Relates


 Description  « Hide
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); }

}
}
}



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Tabliopa Underwood made changes - 06/Jun/08 02:04 AM
Field Original Value New Value
Link This issue Relates to SVC-1239 [ SVC-1239 ]
Tabliopa Underwood made changes - 06/Jun/08 02:06 AM
Link This issue Relates to VWR-6438 [ VWR-6438 ]
Tabliopa Underwood made changes - 06/Jun/08 02:09 AM
Link This issue Relates to VWR-6438 [ VWR-6438 ]
Tabliopa Underwood made changes - 06/Jun/08 02:12 AM
Link This issue Relates to SVC-1239 [ SVC-1239 ]
Tabliopa Underwood 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);
            }
        }
    }
}
Tabliopa Underwood made changes - 16/Jun/08 06:43 AM
Link This issue duplicates SVC-392 [ SVC-392 ]
Strife Onizuka 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 ]
Tabliopa Underwood made changes - 27/Jul/08 08:04 AM
Fix Version/s 1.23.0 [ 10341 ]
Resolution Fixed [ 1 ]
Status Open [ 1 ] Closed [ 6 ]
darling brody made changes - 30/Jul/08 11:39 AM
Resolution Fixed [ 1 ]
Status Closed [ 6 ] Reopened [ 4 ]
Ezian Ecksol made changes - 31/Jul/08 12:48 AM
Priority Normal [ 4 ] Major [ 3 ]
darling brody 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 )
Ezian Ecksol made changes - 01/Aug/08 02:19 AM
Link This issue is related to by SVC-1797 [ SVC-1797 ]
Arawn Spitteler made changes - 27/Aug/08 06:33 PM
Link This issue Relates to SVC-2931 [ SVC-2931 ]
darling brody made changes - 02/Sep/08 02:48 PM
Priority Major [ 3 ] Showstopper [ 1 ]
Tabliopa Underwood made changes - 21/Sep/08 12:47 AM
Status Reopened [ 4 ] Closed [ 6 ]
Resolution Duplicate [ 3 ]
Syn Short made changes - 11/Oct/08 02:54 AM
Link This issue is related to by SVC-3216 [ SVC-3216 ]
Sue Linden made changes - 13/Nov/08 12:12 PM
Workflow jira-2007-12-22a [ 56542 ] jira-2008-11-14 [ 83235 ]
Sue Linden made changes - 13/Nov/08 04:57 PM
Workflow jira-2008-11-14 [ 83235 ] jira-2008-11-14a [ 95973 ]