aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Terrain.BasicTerrain/libTerrainBSD/Channel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Removing old libTerrainBSD and associated Plugin & Project.Adam Frisby2008-04-2322-3325/+0
| | | | | * Updated prebuild.xml accordingly.
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-2/+0
| | | | (this took a while to run).
* Comment out unused private methods.Jeff Ames2008-03-252-48/+50
|
* Formatting cleanup.Jeff Ames2008-03-1822-597/+572
|
* From: Mike Pitman <pitman@us.ibm.com>Sean Dague2008-02-291-0/+62
| | | | | | | | | | | Below is a patch for the smooth tool. I factored out the essential computations and placed it in a channel method to work similar to raise and lower. It now performs about the same rate as raise and lower.
* Minor cleanup.Jeff Ames2008-02-203-3/+3
|
* Applied patch from mirceakitsune to fix #502 (lower land does the same as ↵Jeff Ames2008-02-091-1/+1
| | | | raise land)
* * Made some terrain functions faster computationally.Adam Frisby2008-02-082-16/+8
|
* Added (experimental) terrain elevate command to allow whole terrain to be ↵Tedd Hansen2008-01-161-0/+18
| | | | elevated with positive or negative values
* * Optimized usingslbsa712007-12-2719-19/+19
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-1019-38/+38
| | | | notice of doom
* * Added SSL Support to HttpListenerAdam Frisby2007-12-041-9/+16
| | | | | | | * Added SSL Option to User Server to allow logins to be done via SSL. * Added sane handling for when Remote Admin Plugin configuration is not found * Added some performance boosts to an area of libTerrain which was highlighted in profiling.
* Fixed Terrain rescale commandBrian McBee2007-11-231-1/+1
|
* cleaned up some mono compiler warningsJeff Ames2007-11-181-1/+0
|
* * Diuerse beavtificatemslbsa712007-11-012-2/+2
|
* * Optimized usingslbsa712007-10-3019-282/+240
| | | | | | * 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-253-8/+8
| | | | | | | | | | | * 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-1019-19/+19
|
* * Fixed a potential div by zero with terrain commands.Adam Frisby2007-07-291-4/+17
|
* Start of the OpenSim library , for now only contains a few textures. MW2007-07-2519-3205/+3205
|
* * Terrain now uses the older slower method again until the fast version can ↵Adam Frisby2007-07-251-1/+1
| | | | be fixed.
* * Fixed an issue where Terrain brushes may not update correctly.Adam Frisby2007-07-251-1/+1
|
* * Assorted terrain fixesAdam Frisby2007-07-255-12/+168
|
* * Several functions should now be more efficient with sending packets to the ↵Adam Frisby2007-07-241-3/+6
| | | | client (at the expense of some server CPU while editing)
* * Terrain should now send just updated patches.Adam Frisby2007-07-2417-11/+118
|
* * Terrain Fracture Generator now produces more appropriate results.Adam Frisby2007-07-243-4/+87
| | | | | | * 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 Frisby2007-07-231-2/+19
|
* * Major style changes in libTerrain.Channel - now uses .NET-style naming syntax.Adam Frisby2007-07-2316-131/+131
| | | | | * 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-2117-476/+425
|
* * Deleted libTerrain-BSD.dllAdam Frisby2007-07-2121-0/+2483
* Added libTerrain to BasicTerrain directly as a subfolder