aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObject.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-14/+14
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-1/+1
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
2011-07-09Rename SetSculptData() to SetSculptProperties(), since this is what it does (...Justin Clark-Casey (justincc)1-1/+1
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-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)1-1/+43
2010-05-21Apply http://opensimulator.org/mantis/view.php?id=4627Justin Clark-Casey (justincc)1-0/+10
2010-02-14Revolution is on the roll again! :)Revolution1-1/+1
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-5/+5
2009-12-23Thank you kindly, Ziah for a patch that adds the channel to the class ChatEve...Charles Krinke1-0/+9
2009-12-21Patch from Ziah.Melanie1-8/+32
2009-10-26Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman1-21/+21
2009-08-17Add copyright header. Formatting cleanup.Jeff Ames1-2/+2
2009-08-16* Implements ISecurityCredential member on SPAvatar, SPAvatarAttachmentAdam Frisby1-1/+1
2009-08-16* Implements ISecurityCredential on all uses of SOPObject.cs except Avatar At...Adam Frisby1-1/+1
2009-08-16* [MRM] Added permission checks to MRM Events (ie, requires edit permission t...Adam Frisby1-6/+9
2009-08-16* [MRM] Implements permission checks on IObject implementations in SOPObject....Adam Frisby1-9/+77
2009-08-16* Beginnings of a Security Credential system in MRM. This will eventually lea...Adam Frisby1-0/+9
2009-07-01Formatting cleanup.Jeff Ames1-6/+6
2009-06-29Thank you kindly, Snowdrop, for a patch that solves:Charles Krinke1-1/+6
2009-06-10Formatting cleanup.Jeff Ames1-1/+1
2009-05-29* Implements Sound on Objects for IObject in MRMAdam Frisby1-1/+16
2009-04-18* Adds IObject.Shape to MRMAdam Frisby1-7/+76
2009-04-14Formatting cleanup.Jeff Ames1-1/+1
2009-04-10* Fixes a bug in MRM scripting whereby the Touch flag is never enabled for On...Adam Frisby1-0/+2
2009-04-09* Implements IObject.Materials[].*Adam Frisby1-1/+1
2009-04-09* Implements retrieving child primitives via World.Objects[id] (MRM)Adam Frisby1-4/+1
2009-04-09* Implements IObject.OnTouch += delegate(IObject sender, TouchEventArgs e)Adam Frisby1-0/+51
2009-04-04* Removes IsPhysical, IsPhantom from IObject, since this is now represented i...Adam Frisby1-12/+0
2009-04-04Implements on IObjectPhysics:Adam Frisby1-21/+62
2009-04-04* Implements IObjectPhysics on SOPObject partially.Adam Frisby1-1/+105
2009-04-04Add copyright headers, formatting cleanup.Jeff Ames1-1/+28
2009-04-04* Removes IObject.Position, IObject.Rotation from IObjectAdam Frisby1-2/+14
2009-04-03* Implements Scene.SimChat(string,...) rather than byte[]. We should probably...Adam Frisby1-0/+11
2009-04-03* Implements "ID" semi-global within MRM scripts. This is tied to the 'state ...Adam Frisby1-2/+3
2009-04-01* MRM AdjustmentsAdam Frisby1-3/+3
2009-04-01* Removes some hard-coded magic numbers relating to RegionSize. We now use Co...Adam Frisby1-28/+23
2009-03-07Add copyright headers.Jeff Ames1-1/+28
2009-03-07Update svn properties.Jeff Ames1-317/+317
2009-03-05MRM Scripting ChangesAdam Frisby1-2/+2
2009-03-05* Implements a number of members on SOGObject for use with the MRM Script Eng...Adam Frisby1-6/+157
2009-03-04* More work on MiniRegionModule module.Adam Frisby1-0/+166