aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/Minimodule/SPAvatar.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Moves Name, GlobalID and WorldPosition into new IEntity interface.Adam Frisby2009-04-091-1/+4
| | | | | | | * Avatar and Object now inherit from IEntity. * Avatar.Position is now Avatar.WorldPosition to match IObject property. * Implements event World.OnChat += delegate(IWorld sender, ChatEventArgs e);
* Add copyright headers, formatting cleanup.Jeff Ames2009-04-041-1/+28
|
* Update svn properties.Jeff Ames2009-04-011-37/+37
|
* * Adds World.Avatars[] to MRM Scripting. Contains an enumerable array ↵Adam Frisby2009-04-011-0/+37
containing IAvatar instances for each avatar in the region. * Adds Test/TestModule.cs which demonstrates a very quick and simple MRM Test.