aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Wind/Plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-192-20/+20
|
* Moved the WindModule and its own plugins out of .addin.xmlDiva Canto2012-11-122-0/+4
|
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
|
* Formatting cleanup.Jeff Ames2009-10-012-2/+2
|
* 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
|
* * Apply http://opensimulator.org/mantis/view.php?id=3418Justin Clarke Casey2009-04-071-6/+10
| | | | | | | * Prevents occasional wind module related exceptions on region server shutdown * Thanks Intimidated!
* - Move IWindModule to OpenSim.Region.Framework.InterfacesHomer Horwitz2009-04-052-0/+3
| | | | | | - Fix a dependency problem. Hopefully fixes Mantis #3395
* Add copyright headers, formatting cleanup.Jeff Ames2009-04-042-7/+57
|
* Update svn properties.Jeff Ames2009-04-012-350/+350
|
* Thank you kindly, MCortez for a patch that:Charles Krinke2009-03-312-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.