aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Wind/Plugins (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang2-20/+20
2012-11-12Moved the WindModule and its own plugins out of .addin.xmlDiva Canto2-0/+4
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-10-01Formatting cleanup.Jeff Ames2-2/+2
2009-05-02Thank you kindly, Thomax, for a patch that solves:Charles Krinke1-1/+1
ConfigurableWind module doesn't show any effect as time = DateTime.Now.TimeOfDay.Seconds / 86400; calculates 0.
2009-04-09* minor: remove some mono compiler warningsJustin Clarke Casey1-1/+1
2009-04-07* Apply http://opensimulator.org/mantis/view.php?id=3418Justin Clarke Casey1-6/+10
* Prevents occasional wind module related exceptions on region server shutdown * Thanks Intimidated!
2009-04-05- Move IWindModule to OpenSim.Region.Framework.InterfacesHomer Horwitz2-0/+3
- Fix a dependency problem. Hopefully fixes Mantis #3395
2009-04-04Add copyright headers, formatting cleanup.Jeff Ames2-7/+57
2009-04-01Update svn properties.Jeff Ames2-350/+350
2009-03-31Thank you kindly, MCortez for a patch that:Charles Krinke2-0/+350
With some support from HomerH, this patch adds support for Wind Model plugins via the mono.Addin framework. * Adds console & OSSL access to Wind Parameters * Adds plug-in support for custom wind models * Provides two example Wind Model plug-ins Documentation for the wind module is temporarily located at http://code.google.com/p/flotsam/wiki/CoreWindModule [^] -- will move this documentation to http://opensimulator.org [^] after the patch has been committed.