aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObjectMaterial.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix CHANGED_TEXTURE and CHANGED_COLOR.Melanie2011-12-051-5/+5
|
* * Implementing a bunch of Unimplemented MRM stubs.Adam Frisby2009-08-181-4/+25
|
* * Applies Mantis #3630 - Adds support for outside MRM initialisation, makes ↵Adam Frisby2009-05-121-1/+1
| | | | MRMModule compatible with the Visual Studio MRMLoader ( http://forge.opensimulator.org/gf/project/mrmloader/ )
* Add copyright headers.Jeff Ames2009-04-141-1/+28
|
* Update svn properties.Jeff Ames2009-04-141-88/+88
|
* * Minor MRM CleanupAdam Frisby2009-04-111-4/+1
| | | | | | | * 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[?]
* * Implements IObject.Materials[].*Adam Frisby2009-04-091-0/+91
* This lets you do things like IObject.Materials[0].Texture = new UUID("0000-...");