Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -16/+13 | |
2010-02-19 | Apply http://opensimulator.org/mantis/view.php?id=4495 | Justin Clark-Casey (justincc) | 1 | -0/+3 | |
Adds IsChildAgent property to IAvatar in MRM. Thanks ziah | |||||
2009-08-16 | * Refactor: Moves IAvatarAttachment into IAvatarAttachment.cs instead of ↵ | Adam Frisby | 1 | -13/+0 | |
IAvatar.cs | |||||
2009-07-01 | Formatting cleanup. | Jeff Ames | 1 | -18/+18 | |
2009-06-29 | Thank you kindly, Snowdrop, for a patch that solves: | Charles Krinke | 1 | -1/+7 | |
The current API for MRM is quite sparse, this patch supplies basic support for accessing the task inventory of object. | |||||
2009-06-29 | Thank you kindly, Snowdrop/Snowcrash for a patch that: | Charles Krinke | 1 | -2/+18 | |
This patch makes the worn attachments accessible to MRM scripting | |||||
2009-04-14 | Update svn properties. | Jeff Ames | 1 | -39/+39 | |
2009-04-11 | * Minor MRM Cleanup | Adam Frisby | 1 | -39/+39 | |
* Interfaces now live in Interfaces subdirectory. * Namespace does not yet reflect this change. * Final namespace for MRMs will probably sit somewhere around OpenSim.Extend.MRM[?] | |||||
2009-04-09 | * Moves Name, GlobalID and WorldPosition into new IEntity interface. | Adam Frisby | 1 | -4/+2 | |
* 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); | |||||
2009-04-01 | * Adds World.Avatars[] to MRM Scripting. Contains an enumerable array ↵ | Adam Frisby | 1 | -1/+1 | |
containing IAvatar instances for each avatar in the region. * Adds Test/TestModule.cs which demonstrates a very quick and simple MRM Test. | |||||
2009-03-07 | Add copyright headers. | Jeff Ames | 1 | -1/+28 | |
2009-03-07 | Update svn properties. | Jeff Ames | 1 | -14/+14 | |
2009-03-04 | * More work on MiniRegionModule module. | Adam Frisby | 1 | -0/+14 | |