Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Diuerse beavtificatems | lbsa71 | 2007-11-01 | 1 | -1/+1 |
| | |||||
* | * Optimized usings | lbsa71 | 2007-10-30 | 4 | -83/+77 |
| | | | | | | * Shortened type references * Removed redundant 'this' qualifier | ||||
* | mass update of urls in source code to new website | Sean Dague | 2007-09-10 | 4 | -4/+4 |
| | |||||
* | Start of the OpenSim library , for now only contains a few textures. | MW | 2007-07-25 | 4 | -775/+775 |
| | |||||
* | * Fixed an issue where Terrain brushes may not update correctly. | Adam Frisby | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | * Assorted terrain fixes | Adam Frisby | 2007-07-25 | 2 | -8/+68 |
| | |||||
* | * Terrain should now send just updated patches. | Adam Frisby | 2007-07-24 | 3 | -2/+6 |
| | |||||
* | * Terrain Fracture Generator now produces more appropriate results. | Adam Frisby | 2007-07-24 | 1 | -2/+2 |
| | | | | | | * Terrain Flatten Brush has been optimised, now affects an appropriate sized section of terrain. * Navier-Stokes handler bounds issue partially fixed. | ||||
* | * Fixed a typecasting issue with Navier-Stokes algorithms in libTerrain. | Adam Frisby | 2007-07-23 | 1 | -2/+19 |
| | |||||
* | * Major style changes in libTerrain.Channel - now uses .NET-style naming syntax. | Adam Frisby | 2007-07-23 | 3 | -27/+27 |
| | | | | | * Issue#218 - Updated mySQL region table. | ||||
* | * Aerobic erosion now uses Navier Stokes algorithms for wind calculations. | Adam Frisby | 2007-07-22 | 2 | -9/+26 |
| | |||||
* | * Added Navier Stokes computational fluid dynamics algorithms to ↵ | Adam Frisby | 2007-07-22 | 1 | -1/+32 |
| | | | | libTerrain.Channel. | ||||
* | * More navier-stokes fun. Will finish it later. | Adam Frisby | 2007-07-22 | 1 | -1/+15 |
| | |||||
* | * Ported Jos Stam's Navier Stokes algorithm from his GDC2003 Paper to C# and ↵ | Adam Frisby | 2007-07-22 | 1 | -0/+214 |
| | | | | included in libTerrain - May I never have to do that again. | ||||
* | * Reimplemented Hydraulic Erosion routines, may be buggy. | Adam Frisby | 2007-07-21 | 1 | -1/+144 |
| | |||||
* | * Updated licensing headers on libTerrain imported components. | Adam Frisby | 2007-07-21 | 2 | -56/+50 |
| | |||||
* | * Deleted libTerrain-BSD.dll | Adam Frisby | 2007-07-21 | 3 | -0/+284 |
* Added libTerrain to BasicTerrain directly as a subfolder |