aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-09Use SP.ParentPart instead of ParentID in places where it's more efficient (sa...Justin Clark-Casey (justincc)1-17/+7
2012-03-09FireAndForget scripted rez - port from AvinationMelanie1-41/+46
2012-03-06Add sensor, dataserver requests, timer and listener counts to "xengine status...Justin Clark-Casey (justincc)5-12/+96
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-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 Bowman1-0/+25
2012-03-01Fix indexing on string trimBlueWall1-1/+1
2012-02-28Fix and hook up llTeleportAgentMelanie1-1/+1
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.Melanie1-0/+138
2012-02-25PRIM_SCULPT_FLAG_INVERT, PRIM_SCULPT_FLAG_MIRROR implementedPixelTomsen1-4/+6
2012-02-24llGetLinkMedia, llSetLinkMedia, llClearLinkMedia implementation mantis: http:...PixelTomsen1-23/+83
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/LlLinkSitTargetPixelTomsen1-5/+27
2012-02-23Add permission checks to scripted object movements, which didn't respect bansMelanie1-1/+53
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-08Push more NPC stuff into threadsMelanie1-8/+18
2012-02-06Experimental. Expand Fire & Forget for NPC deleteMelanie1-7/+7
2012-02-02Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie1-31/+68
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)2-6/+17
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)1-0/+17
2012-01-27Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' ...Justin Clark-Casey (justincc)1-0/+21
2012-01-26llManageEstateAccess implementation http://wiki.secondlife.com/wiki/LlManageE...PixelTomsen1-0/+69
2012-01-25refactor: decompose most of RezScript() into RezScriptFromAgentInventory(), R...Justin Clark-Casey (justincc)1-1/+2
2012-01-25llGetParcelMusicURL implementation http://wiki.secondlife.com/wiki/LlGetParce...Pixel Tomsen1-0/+12
2012-01-25Typo fixMelanie1-1/+1
2012-01-25Spin off starting scripts in rezzed objects into a thread to avoid a recursionMelanie1-1/+4
2012-01-23Fix llLookAt the right wayMelanie1-19/+24
2012-01-19Add osGetGridHomeURI functionBlueWall1-0/+22
2012-01-17Add function osGetGridCustomBlueWall1-1/+28