aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-16Allow llMapDestination to be used in any event if the host is an attachment. ...Tom Grimshaw1-2/+14
2010-06-14osGetAvatarList: Use AbsolutePosition instead of the position of the physics ...Tom Grimshaw1-6/+3
2010-06-14osGetAvatarList: Use AbsolutePosition instead of the position of the physics ...Tom Grimshaw1-6/+3
2010-06-12Resume scripts that have been rezzed from a primMelanie1-0/+2
2010-06-11Rename CM files to LSMelanie Thielker1-15/+15
2010-06-11Rename cm* function set to ls* (for LightShare)Melanie Thielker1-9/+9
2010-06-11Clone cmGetAvatarList into osGetAvatarList for more generic use.Melanie Thielker1-0/+27
2010-06-11Rename CM files to LSMelanie Thielker1-15/+15
2010-06-11Rename cm* function set to ls* (for LightShare)Melanie Thielker1-9/+9
2010-06-11Remove cmGetAvatarList()Melanie Thielker1-25/+0
2010-06-11Clone cmGetAvatarList into osGetAvatarList for more generic use.Melanie Thielker1-0/+27
2010-06-04Fix support for PRIM_SCULPT_FLAG_INVERT and PRIM_SCULPT_FLAG_MIRROR in the ll...Tom Grimshaw1-5/+5
2010-06-02Add a forgotten security check. Make the new functions only work on primsMelanie Thielker1-0/+6
2010-06-02Add two new osFunctions:Melanie Thielker2-0/+34
2010-06-02Add a forgotten security check. Make the new functions only work on primsMelanie Thielker1-0/+6
2010-06-02Add two new osFunctions:Melanie Thielker2-0/+34
2010-06-01Fix nullref in cmGetAvatarList() (ported from 0.69)Tom Grimshaw1-3/+6
2010-05-31Fix create selection getting overwritten by multiple updates for the same prim.Melanie Thielker1-1/+1
2010-05-31Fix create selection getting overwritten by multiple updates for the same prim.Melanie Thielker1-1/+1
2010-05-31Fix casting in llParcelMediaCommandList so that it actually, you know, worksTom Grimshaw1-16/+16
2010-05-30Changes osFunction permissions again. Allow_ with a list of UUIDs now againMelanie Thielker1-16/+51
2010-05-30Changes osFunction permissions again. Allow_ with a list of UUIDs now againMelanie Thielker1-16/+51
2010-05-30Changes OSSL Api permissions for the case of UUID list. In 0.6.9, the UUIDsMelanie Thielker1-3/+18
2010-05-30Changes OSSL Api permissions for the case of UUID list. In 0.6.9, the UUIDsMelanie Thielker1-3/+18
2010-05-29Implement suspended updates - When an operation is occurring on lots of prims...Tom Grimshaw1-25/+107
2010-05-19Fix a null reference issue in cmGetAvatarList()Tom Grimshaw1-1/+1
2010-05-19Fix a null reference issue in cmGetAvatarList()Tom Grimshaw1-1/+1
2010-05-13Implements three new OSSL functions for parcel management: osParcelJoin joins...OpenSim Master1-0/+82
2010-05-10Return agents when angle is PIMelanie1-0/+4
2010-05-10Fix a null ref on region crossingMelanie1-1/+4
2010-05-08More cleaning on presence. Friends online/offline works again.Diva Canto1-1/+3
2010-05-05Removed a test for a "can't happen" case. ParentGroup is never null anymore.Melanie Thielker1-9/+1
2010-05-05Removed a test for a "can't happen" case. ParentGroup is never null anymore.Melanie Thielker1-9/+1
2010-05-04Fix full circle sensorsMelanie Thielker1-0/+5
2010-05-04Fix scripted give and interactive give to offline avatars. Both folder andMelanie Thielker1-8/+23
2010-05-03Fix sensor cone for sensing avatarsMelanie Thielker1-1/+12
2010-04-21Make the detection cone in attachments face in the direction of the avatar,Melanie1-0/+9
2010-04-07Implement cmGetAvatarList(). This returns a strided list of all avatars in th...Thomas Grimshaw1-54/+76
2010-04-07Fix llLookAt so that it doesn't "roll" the object and more closely imitates t...Thomas Grimshaw1-4/+16
2010-04-07Implement PSYS_SRC_INNERANGLE and PSYS_SRC_OUTERANGLEThomas Grimshaw1-0/+10
2010-04-05Add a much cheaper agent count retrieval method. This is obsoleted by 0.7 so...Thomas Grimshaw1-1/+1
2010-03-31Add missing licenses. Change relicensed LightShare module to proper BSDMelanie1-1/+28
2010-03-31Adding the LightShare module and scripting API. This code was written byMelanie1-0/+477
2010-03-30Rename Meta7Windlight to LightShareMelanie1-58/+58
2010-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake1-1/+1
2010-03-19Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake3-83/+68
2010-03-17Prevent llTeleportAgentHome from affecting godsThomas Grimshaw1-0/+3
2010-03-16Debugger tags for VS2010Thomas Grimshaw1-193/+194
2010-03-14RotLookAt repaired; debug msg cleanup.Kitto Flora1-1/+3
2010-03-13Fix the delay in llGiveInventory so that it only takes effect when giving inv...CasperW1-2/+5