aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Wind/Plugins/ConfigurableWind.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-10/+9
2012-11-12Moved the WindModule and its own plugins out of .addin.xmlDiva Canto1-0/+2
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
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-05- Move IWindModule to OpenSim.Region.Framework.InterfacesHomer Horwitz1-0/+1
- Fix a dependency problem. Hopefully fixes Mantis #3395
2009-04-04Add copyright headers, formatting cleanup.Jeff Ames1-1/+28
2009-04-01Update svn properties.Jeff Ames1-211/+211
2009-03-31Thank you kindly, MCortez for a patch that:Charles Krinke1-0/+211
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.