aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IWindModelPlugin.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move wind generation out of heartbeat to a pool job. Use that to send to all ↵UbitUmarov2016-09-231-1/+1
| | | | clients and not one per client
* WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto2014-12-301-0/+3
| | | | | | | 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
* - Move IWindModule to OpenSim.Region.Framework.InterfacesHomer Horwitz2009-04-051-0/+83
- Fix a dependency problem. Hopefully fixes Mantis #3395