aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/Minimodule (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang11-59/+59
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2-1/+3
2012-11-11One more module converted: MRMModule.Diva Canto1-35/+56
2012-10-29shuffling code around so that the interface for ISoundModule.SendSound() spec...SignpostMarv1-1/+1
2012-10-29moving SendSound from SceneObjectPart to ISoundModuleSignpostMarv1-2/+5
2012-07-11Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)1-4/+1
2012-04-25refactor: Combine ScenePresence.Teleport() and TeleportWithMomentum()Justin Clark-Casey (justincc)1-1/+1
2012-01-05Move simulator asset info commands to an optional module from the connector. ...Justin Clark-Casey (justincc)1-3/+2
2011-12-05Fix CHANGED_TEXTURE and CHANGED_COLOR.Melanie1-5/+5
2011-07-09Rename SetSculptData() to SetSculptProperties(), since this is what it does (...Justin Clark-Casey (justincc)1-1/+1
2011-04-02Comment out some startup logging lines to make up for the one I added earlier...Justin Clark-Casey (justincc)1-9/+1
2011-03-25Start using IPrimCounts populated by PrimCountModule instead of LandData coun...Justin Clark-Casey (justincc)1-0/+1
2010-10-28Formatting cleanup.Jeff Ames2-2/+1
2010-10-27Formatting cleanup.Jeff Ames1-7/+4
2010-10-21First attempt to get multiple attachments working to support viewer2.Master ScienceSim1-9/+6
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman1-5/+1
2010-09-12Formatting cleanup.Jeff Ames1-2/+2
2010-09-10First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman2-4/+6
2010-08-28Improve liveness by operating on list copies of SOG.Children where appropriateJustin Clark-Casey (justincc)1-10/+12
2010-08-26Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)1-7/+12
2010-05-21Apply http://opensimulator.org/mantis/view.php?id=4632Justin Clark-Casey (justincc)2-2/+60
2010-05-21Apply http://opensimulator.org/mantis/view.php?id=4627Justin Clark-Casey (justincc)2-0/+20
2010-04-28Minor spelling corrections in MiniModule: "RetreiveAsset" changed tounknown2-5/+5
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-19Apply http://opensimulator.org/mantis/view.php?id=4495Justin Clark-Casey (justincc)2-0/+8
2010-02-14Revolution is on the roll again! :)Revolution2-3/+3
2010-01-30apply http://opensimulator.org/mantis/view.php?id=4486Justin Clark-Casey (justincc)1-1/+1
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-41/+23
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-23/+41
2010-01-10Some typos fixed related to master avie removalDiva Canto1-2/+2
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie1-3/+3
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames3-9/+9
2009-12-23Thank you kindly, Ziah for a patch that adds the channel to the class ChatEve...Charles Krinke4-2/+16
2009-12-21Patch from Ziah.Melanie1-8/+32
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman1-4/+1
2009-10-26Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman1-21/+21
2009-10-15* Removed some of the redundant broadcast functions in Scene and SceneGraph s...John Hurliman1-2/+2
2009-10-02- cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)2-6/+6
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-08-18Added additional configuration options for MRM Security. See OpenSim.ini.exam...Adam Frisby1-8/+22
2009-08-18* Implementing a bunch of Unimplemented MRM stubs.Adam Frisby2-10/+27
2009-08-17Add copyright header. Formatting cleanup.Jeff Ames2-2/+29
2009-08-17* Implements AppDomain Security for MRM Scripts.Adam Frisby1-2/+101
2009-08-16* Implements ISecurityCredential member on SPAvatar, SPAvatarAttachmentAdam Frisby4-8/+15
2009-08-16* Refactor: Moves IAvatarAttachment into IAvatarAttachment.cs instead of IAva...Adam Frisby2-13/+15
2009-08-16* Implements ISecurityCredential on all uses of SOPObject.cs except Avatar At...Adam Frisby2-2/+2
2009-08-16* [MRM] Added permission checks to MRM Events (ie, requires edit permission t...Adam Frisby1-6/+9
2009-08-16* Fixes potential NulRef in MRM Security Checks.Adam Frisby2-3/+4
2009-08-16* [MRM] Implements permission checks on IObject implementations in SOPObject....Adam Frisby3-9/+92