aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-06Fix TestSyntaxError() and TestSyntaxErrorDeclaringVariableInForLoop()Justin Clark-Casey (justincc)1-8/+14
2012-03-06Get all test methods in OpenSim.Region.ScriptEngine.Tests.dll to report that ...Justin Clark-Casey (justincc)8-26/+228
2012-03-06Fix off by one error in script error reporting.Justin Clark-Casey (justincc)1-1/+1
2012-03-05Allow NPC to be removed by the owner of the parcel they're over.Melanie1-2/+9
2012-03-05Teleport users to the cornfield when they are teleported withMelanie1-3/+13
2012-03-05llListSort SL compatibility: When sorting strided list and the listMelanie1-2/+5
2012-03-05SL compatibility - return only points on segemtn, not ray in llCastRayMelanie1-0/+5
2012-03-02Move SenseRepeaters.Count check inside the SenseRepeatListLock.Justin Clark-Casey (justincc)1-4/+4
2012-03-02lock SenseRepeatListLock when added a new sensor during script reconstitution.Justin Clark-Casey (justincc)1-1/+3
2012-03-01Adds an OSSL command for regular expression-based string replacement. ParametersMic Bowman3-0/+32
2012-03-01Fix indexing on string trimBlueWall1-1/+1
2012-02-28Fix and hook up llTeleportAgentMelanie3-1/+7
2012-02-28Implement llTeleportAgentMelanie1-0/+22
2012-02-26Move KeyframeMotion from SOG to SOP because we can't persist it anyMelanie1-11/+11
2012-02-26Fix deserialization of Buoyancy, Force and Torque. Remove debug from the newMelanie1-2/+2
2012-02-26Implement llSetKeyframedMotion. No persistence, no region crossing. Yet.Melanie4-1/+158
2012-02-25PRIM_SCULPT_FLAG_INVERT, PRIM_SCULPT_FLAG_MIRROR implementedPixelTomsen2-4/+8
2012-02-24llGetLinkMedia, llSetLinkMedia, llClearLinkMedia implementation mantis: http:...PixelTomsen3-27/+105
2012-02-24Stop spurious scene loop startup timeout alarms for scenes with many prims.Justin Clark-Casey (justincc)1-1/+3
2012-02-24In osSetSpeed(), if no avatar for a uuid is found then don't attempt to set s...Justin Clark-Casey (justincc)1-1/+3
2012-02-24llLinkSitTarget implementation http://wiki.secondlife.com/wiki/LlLinkSitTargetPixelTomsen3-5/+33
2012-02-23Add permission checks to scripted object movements, which didn't respect bansMelanie3-1/+59
2012-02-22Count agents for LSL instead of relying on SceneGraph to have the correctMelanie1-1/+7
2012-02-22Adjust sit target and the llSetLinkPrimitiveParams sit position hackMelanie1-14/+46
2012-02-21Fix:LINK_ROOT flag for llGetLinkName() by SinglePrimPixelTomsen1-1/+1
2012-02-17Make osNpcStopAnimation() call AvatarStopAnimation() rather than AvatarPlayAn...Justin Clark-Casey (justincc)1-1/+1
2012-02-16Fix some logic mistakes where firstly osNpcCreate() without options was creat...Justin Clark-Casey (justincc)2-3/+18
2012-02-14Prevent object loss and positioning outside the region with failed object simMelanie1-3/+9
2012-02-10Fix an npc delete race condition with LSL sensors where an initial presence c...Justin Clark-Casey (justincc)1-9/+20
2012-02-09minor: put in commented out logging statements for future reuseJustin Clark-Casey (justincc)1-1/+7
2012-02-08Push more NPC stuff into threadsMelanie1-8/+18
2012-02-07Add a regression test to compile and start a script. Remove Path.GetDirector...Justin Clark-Casey (justincc)3-4/+16
2012-02-06Experimental. Expand Fire & Forget for NPC deleteMelanie1-7/+7
2012-02-04Add missing RCERR_UNKNOWN and RCERR_SIM_PERF_LOW LSL constants that would eve...Justin Clark-Casey (justincc)1-0/+2
2012-02-04Correct RC_* LSL constants used by llCastRay().Justin Clark-Casey (justincc)1-12/+12
2012-02-02Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie1-31/+68
2012-02-02D'oh - we want to call llGetLinkNumberOfSides() in the LSL_Stub, not llGetLin...Justin Clark-Casey (justincc)1-1/+1
2012-02-02Add llGetLinkNumberOfSides to LSL_Stub and ILSL_ApiJustin Clark-Casey (justincc)2-1/+7
2012-02-02Make ban, eject, freeze and the scripted versions of those work.Melanie1-31/+70
2012-02-02Fix remembering attachment point and position when an item is rezzed in world.Melanie1-49/+50
2012-01-31Fix:llSetText - limited text to a maximum of 254 charsPixelTomsen1-3/+3
2012-01-29Fix llEdgeOfWorld functionality - see mantis http://opensimulator.org/mantis/...Garmin Kawaguichi1-1/+1
2012-01-28Make all NPCs owned by defaultMelanie1-1/+1
2012-01-28Fix build breakMelanie1-1/+2
2012-01-28Completely disable NPC being sensed as agents, the abuse potential is too greatMelanie1-4/+4
2012-01-28Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate().Justin Clark-Casey (justincc)3-6/+18
2012-01-27Increment LPS script stat for OSSL functions that were not already doing thisJustin Clark-Casey (justincc)1-2/+41
2012-01-27Implement osIsNpc(key npc):integer. This return TRUE if the given key belong...Justin Clark-Casey (justincc)3-0/+29
2012-01-27Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' ...Justin Clark-Casey (justincc)3-19/+55
2012-01-26llManageEstateAccess implementation http://wiki.secondlife.com/wiki/LlManageE...PixelTomsen4-0/+83