aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Terrain/PaintBrushes/WeatherSphere.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-04-30* Refactored Environment/Modules directory - modules now reside in their own ↵Adam Frisby1-207/+0
directory with any associated module-specific classes. * Each module directory is currently inside one of the following category folders: Agent (Anything relating to do with Client<->Server communications.), Avatar (Anything to do with the avatar or presence inworld), Framework (Classes modules can use), Grid (Grid traffic, new OGS2 grid comms), Scripting (Scripting functions, etc), World (The enrivonment/scene, IE Sun/Tree modules.) * This should be moved into a seperate project file.
2008-04-21* Terrain Module code has been reformatted to comply with guidelines.Adam Frisby1-8/+9
* Fixed a variety of code quality issues. (Yes, I've found ReSharper.)
2008-03-18Formatting cleanup.Jeff Ames1-27/+27
2008-03-12* Refactored some terrain brushes to move out some common functions into ↵Adam Frisby1-40/+3
TerrainUtil class. More needs doing. * Adjusted strength of brushes to Math.Pow(2,size), this should in theory work closer to how it was before.
2008-03-09Update svn properties.Jeff Ames1-243/+243
2008-03-08* Small optimisation on Weathering paint brush.Adam Frisby1-4/+4
* Added "script terrain newbrushes <true|false>" to enable experimental terraforming brushes. Presently the 'revert' brush is replaced with the Weathering brush, when enabled.
2008-03-08* Added Thermal Weathering paint brush to Terrain Module.Adam Frisby1-137/+243
2007-12-27* Optimized usingslbsa711-1/+1
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-2/+2
notice of doom
2007-10-30* Optimized usingslbsa711-7/+3
* Shortened type references * Removed redundant 'this' qualifier
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-07-25Start of the OpenSim library , for now only contains a few textures. MW1-141/+141
2007-07-23* Major style changes in libTerrain.Channel - now uses .NET-style naming syntax.Adam Frisby1-6/+6
* Issue#218 - Updated mySQL region table.
2007-07-21* Updated licensing headers on libTerrain imported components.Adam Frisby1-28/+25
2007-07-21* Deleted libTerrain-BSD.dllAdam Frisby1-0/+144
* Added libTerrain to BasicTerrain directly as a subfolder