aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IGraphics.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-04-14Add copyright headers.Jeff Ames1-1/+28
2009-04-14Update svn properties.Jeff Ames1-12/+12
2009-04-11* Minor MRM CleanupAdam Frisby1-0/+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[?]
2009-04-09* Implements IGraphics interface for MRM Scripting.Adam Frisby1-0/+12
* 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.