aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-11Rename CM files to LSMelanie Thielker3-26/+26
2010-06-11Rename cm* function set to ls* (for LightShare)Melanie Thielker3-15/+30
2010-06-11Clone cmGetAvatarList into osGetAvatarList for more generic use.Melanie Thielker3-0/+33
2010-06-11Remove cmGetAvatarList()Melanie Thielker3-30/+0
2010-06-11Clone cmGetAvatarList into osGetAvatarList for more generic use.Melanie Thielker3-0/+33
2010-06-09If a script is deleted before it gets compiled, don't even bother to tryMelanie1-0/+19
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 Thielker5-0/+50
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 Thielker5-0/+50
2010-06-01Fix nullref in cmGetAvatarList() (ported from 0.69)Tom Grimshaw1-3/+6
2010-06-01Comment and remove JScript support. Mono 2.7Dev and 2.8 no longer include theMelanie1-19/+19
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 Master3-0/+101
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-03Add URL_REQUEST_* script constantsMelanie1-0/+2
2010-05-03Fix sensor cone for sensing avatarsMelanie Thielker1-1/+12
2010-04-28Compiler.cs contained method GetCompilerOutput which, apparently,unknown1-4/+7
2010-04-21Make the detection cone in attachments face in the direction of the avatar,Melanie1-0/+9
2010-04-19Stopgap measure. Disable the recent script startup changes until I can cure theMelanie1-1/+1
2010-04-19All scripts are now created suspended and are only unsuspended when the objectMelanie3-0/+35
2010-04-07Implement cmGetAvatarList(). This returns a strided list of all avatars in th...Thomas Grimshaw3-60/+87
2010-04-07Fix llLookAt so that it doesn't "roll" the object and more closely imitates t...Thomas Grimshaw1-4/+16
2010-04-07Add CHANGED_REGION_START (alias for CHANGED_REGION_RESTART as per LL Jira SVC...Thomas Grimshaw1-0/+1
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-31First attempt at fixing mantis #4641. It's better but there are now some issu...Diva Canto3-7/+7
2010-03-31Add missing licenses. Change relicensed LightShare module to proper BSDMelanie2-2/+56
2010-03-31Adding the LightShare module and scripting API. This code was written byMelanie4-0/+651
2010-03-31Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie1-0/+2
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