aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Wind/Plugins/ConfigurableWind.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-10/+9
|
* Moved the WindModule and its own plugins out of .addin.xmlDiva Canto2012-11-121-0/+2
|
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
|
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
|
* Thank you kindly, Thomax, for a patch that solves:Charles Krinke2009-05-021-1/+1
| | | | | | | | | ConfigurableWind module doesn't show any effect as time = DateTime.Now.TimeOfDay.Seconds / 86400; calculates 0.
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-04-091-1/+1
|
* - Move IWindModule to OpenSim.Region.Framework.InterfacesHomer Horwitz2009-04-051-0/+1
| | | | | | - Fix a dependency problem. Hopefully fixes Mantis #3395
* Add copyright headers, formatting cleanup.Jeff Ames2009-04-041-1/+28
|
* Update svn properties.Jeff Ames2009-04-011-211/+211
|
* Thank you kindly, MCortez for a patch that:Charles Krinke2009-03-311-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.