aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-07-22LSL compatibility fix. Add 0.1 s sleep to llSetLinkPrimitiveParams so fade ↵Melanie Thielker1-2/+3
scripts will time correctly. The -Fast version works without a delay
2010-07-21Refine autoreturn a bitMelanie Thielker1-10/+0
2010-07-20Remove the null checks altogetherMelanie Thielker2-20/+5
2010-07-20Remove exception badness in the LSL Types. Who ever came up with that.....?!Melanie Thielker1-8/+8
2010-07-18Add a state change method to the Async commands handler to allow timersMelanie Thielker1-0/+20
and http requests to survive state changes
2010-07-17Shorten LLEmail delay to 15s. With the external spam protection, we canMelanie Thielker1-1/+1
afford to do that
2010-07-17Fix scripted give of itemsMelanie Thielker1-1/+1
2010-07-17Allow use of old angle rules PSYS_SRC_INNERANGLE and PSYS_SRC_OUTERANGLE in ↵Justin Clark-Casey (justincc)1-0/+20
llParticleSystem() This is a patch from http://opensimulator.org/mantis/view.php?id=3201 Thanks Micheil Martin!
2010-07-17Fix bugs in llRot2Euler()Justin Clark-Casey (justincc)1-21/+7
Applies patch in http://opensimulator.org/mantis/view.php?id=4482. Thanks Micheil Merlin!
2010-07-14Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie1-3/+2
Clean up use of AttachObject throughout, reduce number of overloads and number of parameters
2010-07-14Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie Thielker1-9/+0
Clean up use of AttachObject throughout, reduce number of overloads and number of parameters
2010-07-13Second part of the fix for llGetLocalPos; get attachment offset in the root ↵Tom Grimshaw1-6/+15
prim of an attachment. This function now behaves in line with SL.
2010-07-13adding the 'wearble' case for llGetLocalPos.sacha1-1/+8
Still not working cause the offsets are not updated (always <0,0,0>)
2010-07-08These 2 files want to be committed.Diva Canto2-10/+10
2010-07-08llVecNorm() now returns a zero-length vector when one is supplied as input. ↵dahlia1-7/+2
Addresses Mantis #4752
2010-07-08fix a potential division by zerodahlia1-4/+9
2010-07-06minimizes temp garbage for llParseStringKeepNulls()Mike Rieker1-134/+67
and uses common routine for llParseStringKeepNulls()/llParseString2List()
2010-07-06rewrote hanging llParseStringKeepNulls()Mike Rieker1-170/+145
2010-07-03Fix IMs the right way. This sets it up so that timestamps are actuallyMelanie Thielker1-1/+21
in PST (to match viewer time), does correct storage and retrieval of IMs, corrects the session ID and makes sure IMs don't get marked "saved" if they're live. Removes the group IM save option, which our group IM module never had in the first place, as saving group chatter makes no sense at all.
2010-07-02Fox another scripting nasty. Stuff no system.string objects into listsMelanie Thielker1-1/+1
2010-07-02Fox another scripting nasty. Stuff no system.string objects into listsMelanie Thielker1-1/+1
2010-07-02Fix a dumb little sign error that makes a LSL wiki example failMelanie Thielker1-2/+2
2010-07-02Fix a dumb little sign error that makes a LSL wiki example failMelanie Thielker1-2/+2
2010-07-01ANother stab at LSL compatibilityMelanie Thielker1-1/+1
2010-07-01Avoid a spurious error message when taking a friend's no copy itemMelanie Thielker1-10/+30
2010-06-29This file wants to be committed.Diva Canto1-70/+70
2010-06-28Thanks Micheil Merlin for Mantis #4784: [PATCH] llRotBetween does not return ↵dahlia1-18/+71
correct rotations for a 180 degree angle between vectors Signed-off-by: dahlia <dahliaTrimble@gmail.removeme.com>
2010-06-26Restore "AllowCareminsterFunctions" as an alias to the new ↵Tom Grimshaw1-0/+3
"AllowLightshareFunctions".
2010-06-25This file wants to be committed. Line endings mess up.Diva Canto1-14/+14
2010-06-24Also make prims send the proper position. I hate it when people commentMelanie Thielker1-4/+4
out things just because they're "not yet used". Grrrr.
2010-06-24Add the object owner UUID into the binary bucket of object to user IMMelanie Thielker1-1/+1
2010-06-22Line ending fixJohn Hurliman1-14/+14
2010-06-20Insert a space after the comma on the ToString methos of lsl vectorsMelanie Thielker1-6/+6
and rotations to match SL.
2010-06-20Make dataserver() return a 0 when agent id offline, instead of a timeoutMelanie Thielker1-5/+4
2010-06-19fix faulty profile cut parameter checking in llSetPrimitiveParams() - see ↵dahlia1-6/+16
Mantis #4510
2010-06-19Allow moving an avatar as part of a linkset using llSetLinkPrimitiveParams. ↵Tom Grimshaw1-0/+97
This unlocks an awful lot of poseball-free content, and is a step towards resolving mantis #59.
2010-06-17Fix llRot2Euler with a mathematically sound implementation. The only ↵Tom Grimshaw1-19/+27
difference between this an SL is that SL resolves a figure of negative PI into PI, and does the equivalent in the reverse (llEuler2Rot, -1.0 becomes 1.0);
2010-06-16Fix llAttachToAvatar. This addresses mantis 128 .Tom Grimshaw1-4/+6
2010-06-16Allow llMapDestination to be used in any event if the host is an attachment. ↵Tom Grimshaw1-2/+14
This fixes Mantis 0000098.
2010-06-14osGetAvatarList: Use AbsolutePosition instead of the position of the physics ↵Tom Grimshaw1-6/+3
actor, or the avatar disappears when they sit down.
2010-06-14osGetAvatarList: Use AbsolutePosition instead of the position of the physics ↵Tom Grimshaw1-6/+3
actor, or the avatar disappears when they sit down.
2010-06-12Make local teleports send CHANGED_TELEPORTMelanie Thielker1-1/+1
2010-06-12Resume scripts that have been rezzed from a primMelanie1-0/+2
2010-06-11Remove the cm* function namespaceMelanie Thielker2-16/+1
2010-06-11Rename CM files to LSMelanie Thielker3-26/+26
2010-06-11Rename cm* function set to ls* (for LightShare)Melanie Thielker3-15/+30
2010-06-11Clone cmGetAvatarList into osGetAvatarList for more generic use.Melanie Thielker3-0/+33
2010-06-11Revert "Remove the cm* function namespace"Melanie Thielker2-1/+16
This reverts commit ef93ac44528f5e3294e1674e33f100b19dee61f0.
2010-06-11Remove the cm* function namespaceMelanie Thielker2-16/+1
2010-06-11Rename CM files to LSMelanie Thielker3-26/+26