aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-02Fix a dumb little sign error that makes a LSL wiki example failMelanie Thielker1-2/+2
2010-06-29This file wants to be committed.Diva Canto1-70/+70
2010-06-28Thanks Micheil Merlin for Mantis #4784: [PATCH] llRotBetween does not return ...dahlia1-18/+71
2010-06-25This file wants to be committed. Line endings mess up.Diva Canto1-14/+14
2010-06-22Line ending fixJohn Hurliman1-14/+14
2010-06-19fix faulty profile cut parameter checking in llSetPrimitiveParams() - see Man...dahlia1-6/+16
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-11Remove the cm* function namespaceMelanie Thielker2-16/+1
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-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-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-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-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-03Add URL_REQUEST_* script constantsMelanie1-0/+2
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 objectMelanie1-0/+14
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-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-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+1
2010-03-07Small consistency changeMelanie1-2/+2
2010-03-06- supporting llTextBoxunknown1-2/+27
2010-03-06- implementing server 1.38 functionsunknown4-10/+114
2010-03-06refactor: Move DetachSingleAttachmentToInv to region moduleJustin Clark-Casey (justincc)1-2/+3
2010-03-05refactor: begin to move attachments code into a region moduleJustin Clark-Casey (justincc)1-3/+5
2010-03-05Fix LocalPresenceServiceConnector test now that the hardcoded test data has b...Justin Clark-Casey (justincc)1-1/+0
2010-03-04move linden notecard parsing from LSL_Api.cs to SLUtil so that region modules...Justin Clark-Casey (justincc)1-81/+2
2010-03-04Remove a superfluous array creationMelanie1-1/+0
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-1/+1
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman1-1/+1
2010-02-15Formatting cleanup.Jeff Ames1-32/+32
2010-02-14Revolution is on the roll again! :)Revolution2-55/+210
2010-02-12Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522Justin Clark-Casey (justincc)2-17/+17
2010-02-01minor: rename GetScriptPrimType() to GetPrimType()Justin Clark-Casey (justincc)1-2/+2
2010-02-01move hollow sphere faces bug back up to LSL_Api.csJustin Clark-Casey (justincc)1-36/+51