aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IExtension.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-31remove MRM module (minimodule). Its outdated and we have no maintainers. ↵UbitUmarov1-40/+0
Thanks to all that worked on it. You should either use scripts or a full region module. Or revert this commit and update its code ;)
2009-04-22Add copyright headers. Formatting cleanup.Jeff Ames1-1/+28
2009-04-21Update svn properties.Jeff Ames1-13/+13
2009-04-21* Implements Extensions to MRM. This allows Region Modules to insert new ↵Adam Frisby1-0/+13
classes into OpenSim MRM's. * Example in region module: Scene.GetModuleInterface<IMRMModule>.RegisterExtension<IMyInterface>(this); * In the MRM: //@DEPENDS:MyExtensionModule.dll ... Host.Extensions<IMyInterface>.DoStuff();