aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/Minimodule/IObject.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Minor MRM CleanupAdam Frisby2009-04-111-223/+0
* * Moves Name, GlobalID and WorldPosition into new IEntity interface.Adam Frisby2009-04-091-17/+1
* * Implements IObject.OnTouch += delegate(IObject sender, TouchEventArgs e)Adam Frisby2009-04-091-0/+22
* Add copyright headers, formatting cleanup.Jeff Ames2009-04-061-3/+3
* * Removes IsPhysical, IsPhantom from IObject, since this is now represented i...Adam Frisby2009-04-041-1/+0
* * Implements IObjectPhysics on SOPObject partially.Adam Frisby2009-04-041-1/+4
* * Changed IPersistence interface so that passing the MRMBase is unessecary.Adam Frisby2009-04-041-1/+1
* * Renamed Heightmap.Height to Heightmap.Length to avoid confusion about axis.Adam Frisby2009-04-041-0/+21
* Add copyright headers, formatting cleanup.Jeff Ames2009-04-041-1/+1
* * Removes IObject.Position, IObject.Rotation from IObjectAdam Frisby2009-04-041-4/+41
* * Implements MRM IObject.Say - this is equivilent to llSayAdam Frisby2009-04-031-0/+8
* * MRM AdjustmentsAdam Frisby2009-04-011-6/+28
* * Removes some hard-coded magic numbers relating to RegionSize. We now use Co...Adam Frisby2009-04-011-1/+5
* Add copyright headers.Jeff Ames2009-03-071-1/+28
* Update svn properties.Jeff Ames2009-03-071-96/+96
* * Implements a number of members on SOGObject for use with the MRM Script Eng...Adam Frisby2009-03-051-9/+9
* IObjectFace needs to be public to compile.Mike Mazur2009-03-041-1/+1
* * More work on MiniRegionModule module.Adam Frisby2009-03-041-1/+1
* * Implementing some interfaces for aformentioned script engine. Ignore this.Adam Frisby2009-03-041-0/+96