aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-07Store FromItemID for attachments once on SOG instead of on every SOP and only...Justin Clark-Casey (justincc)1-1/+1
2012-04-06Implement PRIM_POS_LOCAL on llSetPrimitiveParams() and other prim params LSL ...Justin Clark-Casey (justincc)1-0/+1
2012-04-06refactor: Use clearer part.ParentGroup.IsAttachment in LSL_Api.GetPartLocalPos()Justin Clark-Casey (justincc)1-4/+4
2012-04-06Fix llGetLinkPrimParams for PRIM_POS_LOCAL for child prims whether in scene o...Justin Clark-Casey (justincc)1-10/+11
2012-04-06For llGetMass(), return the mass of the avatar is the object is attached.Justin Clark-Casey (justincc)1-3/+24
2012-04-06Addition of missing constants for llGetObjectDetails including for Mantis 5502Talun1-0/+72
2012-04-06Make llGetMass() return total mass of object when called on root prim.Justin Clark-Casey (justincc)1-1/+4
2012-04-03Fix more SOP.PhysActor race conditions in LSL_ApiJustin Clark-Casey (justincc)1-7/+19
2012-03-31Rename SOG.HasChildPrim(uint) to SOG.ContainsPart(uint) to match existing Con...Justin Clark-Casey (justincc)1-3/+3
2012-03-27User level based restrictions for HyperGrid teleports, asset uploads, group c...Snoopy Pfeffer1-0/+3
2012-03-22refactor: Rename AvatarAnimations -> DefaultAvatarAnimations for code clarity...Justin Clark-Casey (justincc)1-3/+3
2012-03-21Instead of loading default avatar animations in both SLUtil and AvatarAnimati...Justin Clark-Casey (justincc)1-3/+3
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-01Fix indexing on string trimBlueWall1-1/+1
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-24llLinkSitTarget implementation http://wiki.secondlife.com/wiki/LlLinkSitTargetPixelTomsen1-5/+27
2012-02-21Fix:LINK_ROOT flag for llGetLinkName() by SinglePrimPixelTomsen1-1/+1
2012-02-02Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie1-31/+68
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-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-14Register the UrlModule for script engine events OnScriptRemoved and OnObjectR...Justin Clark-Casey (justincc)1-5/+0
2012-01-13Cleaned up the LookAt code in SOP and SOG. Added support for incrementallyMic Bowman1-4/+4
2012-01-13Fix llRotLookAt and llLookAt for non-physical objects. Per conversationMic Bowman1-7/+23
2012-01-06Fixed llAngleBetween() to allow denormal rotationsJohn Cochran1-5/+9
2012-01-06Add script instruction count back to llRot2Euler. Other minor formatting/doc...Justin Clark-Casey (justincc)1-2/+12
2012-01-06Replaced llRot2Euler function.John Cochran1-18/+13
2011-12-12Cleaned up ScenePresence parameters for Flying, WasFlying, FlyingOld and IsCo...Dan Lake1-3/+1
2011-12-05Fix CHANGED_TEXTURE and CHANGED_COLOR.Melanie1-18/+18
2011-12-03Use agent.Animator.CurrentMovementAnimation in llGetAgentInfo() rather than a...Justin Clark-Casey (justincc)1-1/+1
2011-12-03Rename ScenePresenceAnimator.GetMovementAnimation() -> DetermineMovementAnima...Justin Clark-Casey (justincc)1-1/+1
2011-11-26Add missing property to llGetLinkPrimitiveParamsBlueWall1-0/+3
2011-11-03Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake1-6/+6
2011-11-03Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake1-10/+9
2011-11-02Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.Dan Lake1-9/+6
2011-11-02Restore the recursive calling of PRIM_LINK_TARGET because the version I madeMelanie1-327/+334
2011-11-02Some positioning fixes from AVN trunkMelanie1-1/+42
2011-11-02Streamline PRIM_LINK_TARGET, eliminating a recursion and a failure scenarioMelanie1-4/+3
2011-10-27Added new ForEachRootScenePresence to Scene since almost every delegate passe...Dan Lake1-10/+10
2011-10-26Implementation of PRIM_OMEGA, but only for settingSignpostMarv Martin1-4/+17
2011-10-26Implementing PRIM_LINK_TARGET, but only for setting paramsSignpostMarv Martin1-4/+13
2011-10-19Add "show scripts" command to show all scripts currently known to the script ...Justin Clark-Casey (justincc)1-2/+0
2011-10-17refactor: Use SOP.SitTargetAvatar instead of calling a special GetAvatarOnSit...Justin Clark-Casey (justincc)1-1/+1
2011-10-12Get rid of some traces of the old pre-ROBUST grid architecture configJustin Clark-Casey (justincc)1-2/+0
2011-10-10Convert getLastReportedSimFPS() and getLastReportedSimStats() into more idiom...Justin Clark-Casey (justincc)1-1/+1
2011-10-10refactor: have lsl and ossl interrogate scene.StatsReporter directly rather t...Justin Clark-Casey (justincc)1-1/+1