aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-19Reverting this for now, but this needs to go in again.Diva Canto1-36/+28
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-19Another stab at http://opensimulator.org/mantis/view.php?id=4858. Eliminated ...Diva Canto1-28/+36
2010-07-19One more stab at http://opensimulator.org/mantis/view.php?id=4858.Diva Canto1-33/+33
2010-07-19Revert "A stab in the dark. Revert the compile lockout temporarily. If you kn...Melanie1-20/+20
2010-07-19A stab in the dark. Revert the compile lockout temporarily. If you know whatMelanie1-20/+20
2010-07-18Add a state change method to the Async commands handler to allow timersMelanie Thielker1-0/+20
2010-07-17Shorten LLEmail delay to 15s. With the external spam protection, we canMelanie Thielker1-1/+1
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 l...Justin Clark-Casey (justincc)1-0/+20
2010-07-17Fix bugs in llRot2Euler()Justin Clark-Casey (justincc)1-21/+7
2010-07-15properly expose prim media LSL functions to scriptsJustin Clark-Casey (justincc)2-0/+18
2010-07-14Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie1-3/+2
2010-07-14Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie Thielker1-9/+0
2010-07-13Second part of the fix for llGetLocalPos; get attachment offset in the root p...Tom Grimshaw1-6/+15
2010-07-13adding the 'wearble' case for llGetLocalPos.sacha1-1/+8
2010-07-12Fire CHANGED_MEDIA event if a media texture is set or clearedJustin Clark-Casey (justincc)1-0/+1
2010-07-12implement llClearPrimMedia()Justin Clark-Casey (justincc)1-0/+20
2010-07-12minor: correct a few method names and change accessabilityJustin Clark-Casey (justincc)1-3/+3
2010-07-12implement llSetPrimMediaParams()Justin Clark-Casey (justincc)2-2/+123
2010-07-12Implement llGetPrimMediaParams()Justin Clark-Casey (justincc)2-0/+129
2010-07-11Remove localID from script controls data. It won't transfer to anotherMelanie1-2/+2
2010-07-09Bug in 0.6.9 sometimes restoring script state causes region console to crash ...unknown1-39/+84
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. A...dahlia1-7/+2
2010-07-08fix a potential division by zerodahlia1-4/+9
2010-07-06minimizes temp garbage for llParseStringKeepNulls()Mike Rieker1-134/+67
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
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-01Add region name on the end of script startup debug messagesJustin Clark-Casey (justincc)1-2/+4
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-30Fix scripts in rezzed objects not starting (Mantis #4775)Melanie1-0/+5
2010-06-30Add --merge switch to load iar.Justin Clark-Casey (justincc)1-1/+1
2010-06-29Fix the XML serializationt to provide an empty script state element ifMelanie1-4/+28
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
2010-06-26Restore "AllowCareminsterFunctions" as an alias to the new "AllowLightshareFu...Tom Grimshaw1-0/+3
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
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
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 Man...dahlia1-6/+16