aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Terrain.BasicTerrain/libTerrainBSD/Channel/Manipulators/AerobicErosion.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Optimized usingslbsa712007-12-271-1/+1
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-2/+2
| | | | notice of doom
* * Optimized usingslbsa712007-10-301-12/+11
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* Start of the OpenSim library , for now only contains a few textures. MW2007-07-251-212/+212
|
* * Fixed an issue where Terrain brushes may not update correctly.Adam Frisby2007-07-251-1/+1
|
* * Assorted terrain fixesAdam Frisby2007-07-251-4/+33
|
* * Terrain should now send just updated patches.Adam Frisby2007-07-241-2/+2
|
* * Major style changes in libTerrain.Channel - now uses .NET-style naming syntax.Adam Frisby2007-07-231-15/+15
| | | | | * Issue#218 - Updated mySQL region table.
* * Aerobic erosion now uses Navier Stokes algorithms for wind calculations.Adam Frisby2007-07-221-6/+23
|
* * Updated licensing headers on libTerrain imported components.Adam Frisby2007-07-211-28/+25
|
* * Deleted libTerrain-BSD.dllAdam Frisby2007-07-211-0/+170
* Added libTerrain to BasicTerrain directly as a subfolder