aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObject.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-14/+14
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-1/+1
* shuffling code around so that the interface for ISoundModule.SendSound() spec...SignpostMarv2012-10-291-1/+1
* moving SendSound from SceneObjectPart to ISoundModuleSignpostMarv2012-10-291-2/+5
* Rename SetSculptData() to SetSculptProperties(), since this is what it does (...Justin Clark-Casey (justincc)2011-07-091-1/+1
* Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-5/+1
* Formatting cleanup.Jeff Ames2010-09-121-2/+2
* Improve liveness by operating on list copies of SOG.Children where appropriateJustin Clark-Casey (justincc)2010-08-281-10/+12
* Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)2010-08-261-7/+12
* Apply http://opensimulator.org/mantis/view.php?id=4632Justin Clark-Casey (justincc)2010-05-211-1/+43
* Apply http://opensimulator.org/mantis/view.php?id=4627Justin Clark-Casey (justincc)2010-05-211-0/+10
* Revolution is on the roll again! :)Revolution2010-02-141-1/+1
* Formatting cleanup. Add copyright headers.Jeff Ames2010-01-041-5/+5
* Thank you kindly, Ziah for a patch that adds the channel to the class ChatEve...Charles Krinke2009-12-231-0/+9
* Patch from Ziah.Melanie2009-12-211-8/+32
* Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman2009-10-261-21/+21
* Add copyright header. Formatting cleanup.Jeff Ames2009-08-171-2/+2
* * Implements ISecurityCredential member on SPAvatar, SPAvatarAttachmentAdam Frisby2009-08-161-1/+1
* * Implements ISecurityCredential on all uses of SOPObject.cs except Avatar At...Adam Frisby2009-08-161-1/+1
* * [MRM] Added permission checks to MRM Events (ie, requires edit permission t...Adam Frisby2009-08-161-6/+9
* * [MRM] Implements permission checks on IObject implementations in SOPObject....Adam Frisby2009-08-161-9/+77
* * Beginnings of a Security Credential system in MRM. This will eventually lea...Adam Frisby2009-08-161-0/+9
* Formatting cleanup.Jeff Ames2009-07-011-6/+6
* Thank you kindly, Snowdrop, for a patch that solves:Charles Krinke2009-06-291-1/+6
* Formatting cleanup.Jeff Ames2009-06-101-1/+1
* * Implements Sound on Objects for IObject in MRMAdam Frisby2009-05-291-1/+16
* * Adds IObject.Shape to MRMAdam Frisby2009-04-181-7/+76
* Formatting cleanup.Jeff Ames2009-04-141-1/+1
* * Fixes a bug in MRM scripting whereby the Touch flag is never enabled for On...Adam Frisby2009-04-101-0/+2
* * Implements IObject.Materials[].*Adam Frisby2009-04-091-1/+1
* * Implements retrieving child primitives via World.Objects[id] (MRM)Adam Frisby2009-04-091-4/+1
* * Implements IObject.OnTouch += delegate(IObject sender, TouchEventArgs e)Adam Frisby2009-04-091-0/+51
* * Removes IsPhysical, IsPhantom from IObject, since this is now represented i...Adam Frisby2009-04-041-12/+0
* Implements on IObjectPhysics:Adam Frisby2009-04-041-21/+62
* * Implements IObjectPhysics on SOPObject partially.Adam Frisby2009-04-041-1/+105
* Add copyright headers, formatting cleanup.Jeff Ames2009-04-041-1/+28
* * Removes IObject.Position, IObject.Rotation from IObjectAdam Frisby2009-04-041-2/+14
* * Implements Scene.SimChat(string,...) rather than byte[]. We should probably...Adam Frisby2009-04-031-0/+11
* * Implements "ID" semi-global within MRM scripts. This is tied to the 'state ...Adam Frisby2009-04-031-2/+3
* * MRM AdjustmentsAdam Frisby2009-04-011-3/+3
* * Removes some hard-coded magic numbers relating to RegionSize. We now use Co...Adam Frisby2009-04-011-28/+23
* Add copyright headers.Jeff Ames2009-03-071-1/+28
* Update svn properties.Jeff Ames2009-03-071-317/+317
* MRM Scripting ChangesAdam Frisby2009-03-051-2/+2
* * Implements a number of members on SOGObject for use with the MRM Script Eng...Adam Frisby2009-03-051-6/+157
* * More work on MiniRegionModule module.Adam Frisby2009-03-041-0/+166