Commit Graph

4 Commits

Author SHA1 Message Date
Jeff Ames
727838f914 Formatting cleanup. 2010-10-28 00:37:32 -04:00
Jeff Ames
6aa5d3904d Add copyright headers. Formatting cleanup. 2009-04-22 00:48:56 +00:00
Jeff Ames
13f5dd5f35 Update svn properties. 2009-04-21 15:30:03 +00:00
Adam Frisby
594c7c3eb1 * Implements Extensions to MRM. This allows Region Modules to insert new 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();
2009-04-21 04:55:53 +00:00