aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Terrain/PaintBrushes/OlsenSphere.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-18Formatting cleanup.Jeff Ames1-27/+27
2008-03-12* Refactored some terrain brushes to move out some common functions into ↵Adam Frisby1-0/+2
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-09* Fix to the OlsenSphere brush to make it more powerful.Adam Frisby1-1/+1
* W.I.P: Hydraulic Erosion (Spherical) paintbrush - code is all there, but some work is required on the initial parameters to get it to function correctly. Replaces the smooth brush when `newbrushes` is switched on.
2008-03-09Update svn properties.Jeff Ames1-223/+223
2008-03-09* New terrainmodule paint brush "Olsen Erosion"Adam Frisby1-243/+223
* Implements the Optimised Erosion routine defined by Jacob Olsen in the paper 'Procedural Terrain Generation' (http://www.oddlabs.com/download/terrain_generation.pdf) * Replaces the 'flatten' brush when 'newbrushes' is enabled.
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