aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Terrain.BasicTerrain/libTerrainBSD (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Fixed a typecasting issue with Navier-Stokes algorithms in libTerrain.Adam Frisby2007-07-231-2/+19
|
* * Major style changes in libTerrain.Channel - now uses .NET-style naming syntax.Adam Frisby2007-07-2317-133/+133
| | | | | * Issue#218 - Updated mySQL region table.
* * Aerobic erosion now uses Navier Stokes algorithms for wind calculations.Adam Frisby2007-07-222-9/+26
|
* * Added Navier Stokes computational fluid dynamics algorithms to ↵Adam Frisby2007-07-221-1/+32
| | | | libTerrain.Channel.
* * More navier-stokes fun. Will finish it later.Adam Frisby2007-07-221-1/+15
|
* * Ported Jos Stam's Navier Stokes algorithm from his GDC2003 Paper to C# and ↵Adam Frisby2007-07-221-0/+214
| | | | included in libTerrain - May I never have to do that again.
* * Reimplemented Hydraulic Erosion routines, may be buggy.Adam Frisby2007-07-211-1/+144
|
* * Updated licensing headers on libTerrain imported components.Adam Frisby2007-07-2118-504/+450
|
* * Deleted libTerrain-BSD.dllAdam Frisby2007-07-2124-0/+2669
* Added libTerrain to BasicTerrain directly as a subfolder