aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IAvatar.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply http://opensimulator.org/mantis/view.php?id=4495Justin Clark-Casey (justincc)2010-02-191-0/+3
| | | | | Adds IsChildAgent property to IAvatar in MRM. Thanks ziah
* * Refactor: Moves IAvatarAttachment into IAvatarAttachment.cs instead of ↵Adam Frisby2009-08-161-13/+0
| | | | IAvatar.cs
* Formatting cleanup.Jeff Ames2009-07-011-18/+18
|
* Thank you kindly, Snowdrop, for a patch that solves:Charles Krinke2009-06-291-1/+7
| | | | | | | | The current API for MRM is quite sparse, this patch supplies basic support for accessing the task inventory of object.
* Thank you kindly, Snowdrop/Snowcrash for a patch that:Charles Krinke2009-06-291-2/+18
| | | | | This patch makes the worn attachments accessible to MRM scripting
* Update svn properties.Jeff Ames2009-04-141-39/+39
|
* * Minor MRM CleanupAdam Frisby2009-04-111-0/+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[?]