Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-12-30 | WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT. | Diva Canto | 1 | -11/+0 | |
This cleans up Opensim's use of mono addins. In particular, the extension points /OpenSim/RegionModules and /OpenSim/WindModule moved from OpenSim.exe to OpenSim.Region.Framework.dll. From here on, developers of region modules should declare their dlls to be dependent on OpenSim.Region.Framework, starting with version 0.8.1 Additional changes: - Addins version uniformly updated to 0.8.1. These numbers should be compatible with the release numbers or else it becomes very confusing. - Mono addins directives moved from files addins.xml to embedded directives in the class and assembly declarations, to make it all consistent | |||||
2014-12-29 | Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ↵ | Diva Canto | 1 | -1/+1 | |
doesn't need to match the release version number, but I think it's a very good idea that they do. | |||||
2008-08-06 | Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵ | Mike Mazur | 1 | -0/+0 | |
dlls. Fix issue 1876. | |||||
2008-07-31 | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 1 | -1/+1 | |
PluginLoader. Fix issue 1871. | |||||
2008-07-30 | * Applying Mantis #1852 - Plugin Provider refactoring. Courtesy of Ryan/Sempuki. | Adam Frisby | 1 | -1/+1 | |
2008-07-23 | Thanks, sempuki, for a patch that adds .addin.xml for MSSQL and SQLite users. | Mike Mazur | 1 | -1/+1 | |
2008-07-23 | Remove duplicate definitions in addin.xml files. How'd that happen anyway? | Mike Mazur | 1 | -11/+0 | |
2008-07-23 | Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵ | Mike Mazur | 1 | -0/+22 | |
attributes to external XML files. Fix issues 1682 and 1786. |