aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ICommandConsole.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead ↵Justin Clark-Casey (justincc)1-34/+41
of the other way around. This is necessary so that code in HttpServer can use framework facilities such as the thread watchdog for monitoring purposes. Doing this shuffle meant that MainServer was moved into OpenSim/Framework/Servers Also had to make OpenSim.Framework.Console rely on OpenSim.Framework rather than the other way around since it in turn relies on HttpServer MainConsole and some new interfaces had to be moved into OpenSim/Framework to allow this. This can be reverted if parts of OpenSim.Framework stop relying on console presence (cheifly RegionInfo)
2009-04-05- Move IWindModule to OpenSim.Region.Framework.InterfacesHomer Horwitz1-1/+1
- Fix a dependency problem. Hopefully fixes Mantis #3395
2009-04-04Add copyright headers, formatting cleanup.Jeff Ames1-0/+27
2009-04-01Update svn properties.Jeff Ames1-56/+56
2009-03-31Thank you kindly, MCortez for a patch that:Charles Krinke1-0/+56
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.