aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ServiceAuth/IServiceAuth.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-16/+13
2010-02-19Apply http://opensimulator.org/mantis/view.php?id=4495Justin 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 Frisby1-13/+0
IAvatar.cs
2009-07-01Formatting cleanup.Jeff Ames1-18/+18
2009-06-29Thank you kindly, Snowdrop, for a patch that solves:Charles Krinke1-1/+7
The current API for MRM is quite sparse, this patch supplies basic support for accessing the task inventory of object.
2009-06-29Thank you kindly, Snowdrop/Snowcrash for a patch that:Charles Krinke1-2/+18
This patch makes the worn attachments accessible to MRM scripting
2009-04-14Update svn properties.Jeff Ames1-39/+39
2009-04-11* Minor MRM CleanupAdam Frisby1-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 Frisby1-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 Frisby1-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-07Add copyright headers.Jeff Ames1-1/+28
2009-03-07Update svn properties.Jeff Ames1-14/+14
2009-03-04* More work on MiniRegionModule module.Adam Frisby1-0/+14