Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Applies Mantis #3630 - Adds support for outside MRM initialisation, makes ↵ | Adam Frisby | 2009-05-12 | 1 | -1/+4 |
| | | | | MRMModule compatible with the Visual Studio MRMLoader ( http://forge.opensimulator.org/gf/project/mrmloader/ ) | ||||
* | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-04-22 | 1 | -0/+27 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-04-21 | 1 | -6/+6 |
| | |||||
* | * Implements Extensions to MRM. This allows Region Modules to insert new ↵ | Adam Frisby | 2009-04-21 | 1 | -0/+7 |
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(); |