Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting cleanup. | Jeff Ames | 2010-10-28 | 1 | -1/+1 |
| | |||||
* | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-04-22 | 1 | -1/+28 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-04-21 | 1 | -39/+39 |
| | |||||
* | * Implements Extensions to MRM. This allows Region Modules to insert new ↵ | Adam Frisby | 2009-04-21 | 1 | -0/+39 |
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(); |