aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Terrain.BasicTerrain/libTerrainBSD/Channel/Generators (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Terrain:Adam Frisby2007-09-251-5/+5
| | | | | | | | | | | * Attempted fix for lag/pause when doing lots of updates. * Some naming fixes to libTerrain. * Refactored terrain bitmap generation into a common call for both world map and export. General: * Switched some calls to Console.WriteLine to use MainLog.Warn/Verbose/Notice.
* mass update of urls in source code to new websiteSean Dague2007-09-107-7/+7
|
* Start of the OpenSim library , for now only contains a few textures. MW2007-07-257-990/+990
|
* * Terrain should now send just updated patches.Adam Frisby2007-07-247-2/+30
|
* * Terrain Fracture Generator now produces more appropriate results.Adam Frisby2007-07-241-2/+35
| | | | | | * Terrain Flatten Brush has been optimised, now affects an appropriate sized section of terrain. * Navier-Stokes handler bounds issue partially fixed.
* * Major style changes in libTerrain.Channel - now uses .NET-style naming syntax.Adam Frisby2007-07-237-35/+35
| | | | | * Issue#218 - Updated mySQL region table.
* * Updated licensing headers on libTerrain imported components.Adam Frisby2007-07-217-196/+175
|
* * Deleted libTerrain-BSD.dllAdam Frisby2007-07-2110-0/+957
* Added libTerrain to BasicTerrain directly as a subfolder