aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/Minimodule/InventoryItem.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Implements MRM's Stop() interface member.Adam Frisby2009-08-071-0/+1
| | | | * MRM Scripts should do appropriate cleanup within this event, to allow for clean shutdowns and script updates. This means unbinding from events you are listening to, and releasing any resources.
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-251-1/+2
| | | | | | | | * Uses mantis #3811 as a base (thanks jhuliman) with changes. * E-mail regarding interface changes sent to the opensim-dev list * Archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007219.html
* Formatting cleanup.Jeff Ames2009-07-011-55/+55
|
* Add copyright headers.Jeff Ames2009-07-011-2/+26
|
* Update svn properties.Jeff Ames2009-07-011-72/+72
|
* Thank you kindly, Snowdrop, for a patch that solves:Charles Krinke2009-06-291-0/+72
The current API for MRM is quite sparse, this patch supplies basic support for accessing the task inventory of object.