aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Minor MRM CleanupAdam Frisby2009-04-111-41/+0
| | | | | | | * 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 IGraphics interface for MRM Scripting.Adam Frisby2009-04-091-0/+1
| | | | | | * This allows you to utilize System.Drawing tools on textures within the region. * Example: use System.Drawing.Bitmap to make your texture, then use Host.Graphics.SaveBitmap to make an asset from it in JPEG2K. You can edit (but not overwrite) existing textures using Host.Graphics.LoadBitmap.
* Add copyright headers.Jeff Ames2009-03-071-1/+28
|
* Update svn properties.Jeff Ames2009-03-071-13/+13
|
* * Fleshed out the MRM Module a little.Adam Frisby2009-03-041-1/+3
| | | | | * Please don't use this yet, it represents a very heavy security risk if you enable it.
* * More work on MiniRegionModule module.Adam Frisby2009-03-041-0/+11