aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Terrain.BasicTerrain/libTerrainBSD/Channel/Generators (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Removing old libTerrainBSD and associated Plugin & Project.Adam Frisby2008-04-2310-1058/+0
| | | | | * Updated prebuild.xml accordingly.
* Formatting cleanup.Jeff Ames2008-03-1810-270/+260
|
* Minor cleanup.Jeff Ames2008-02-203-3/+3
|
* * Optimized usingslbsa712007-12-277-7/+7
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-107-14/+14
| | | | notice of doom
* cleaned up some mono compiler warningsJeff Ames2007-11-181-1/+0
|
* * Optimized usingslbsa712007-10-307-102/+90
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-153-3/+87
|
* 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