Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-01-31 | remove MRM module (minimodule). Its outdated and we have no maintainers. ↵ | UbitUmarov | 1 | -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-22 | Add copyright headers. Formatting cleanup. | Jeff Ames | 1 | -1/+28 | |
2009-04-21 | Update svn properties. | Jeff Ames | 1 | -13/+13 | |
2009-04-21 | * Implements Extensions to MRM. This allows Region Modules to insert new ↵ | Adam Frisby | 1 | -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(); |