Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵ | Diva Canto | 2015-04-29 | 1 | -1/+1 |
| | | | | AssemblyVersion("0.8.2.*") | ||||
* | Capitalization fail. | Diva Canto | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | Renamed VERSION_NUMBER to VersionNumber | Diva Canto | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | This cleans up versioning. Specifically: | Diva Canto | 2014-12-30 | 1 | -1/+1 |
| | | | | | | | - It establishes 4 digits for opensim versions - It uses the same number between opensim releases and mono addins versions It also eliminates the last addin.xml files that were still there, for consistency. | ||||
* | WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT. | Diva Canto | 2014-12-30 | 1 | -0/+4 |
| | | | | | | | 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 | ||||
* | Added AssemblyInfo.cs to OpenSim.exe | Diva Canto | 2014-12-29 | 1 | -0/+32 |