aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Terrain.BasicTerrain/libTerrainBSD/Channel (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-04-23* Removing old libTerrainBSD and associated Plugin & Project.Adam Frisby22-3325/+0
* Updated prebuild.xml accordingly.
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-2/+0
(this took a while to run).
2008-03-25Comment out unused private methods.Jeff Ames2-48/+50
2008-03-18Formatting cleanup.Jeff Ames22-597/+572
2008-02-29From: Mike Pitman <pitman@us.ibm.com>Sean Dague1-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.
2008-02-20Minor cleanup.Jeff Ames3-3/+3
2008-02-09Applied patch from mirceakitsune to fix #502 (lower land does the same as ↵Jeff Ames1-1/+1
raise land)
2008-02-08* Made some terrain functions faster computationally.Adam Frisby2-16/+8
2008-01-16Added (experimental) terrain elevate command to allow whole terrain to be ↵Tedd Hansen1-0/+18
elevated with positive or negative values
2007-12-27* Optimized usingslbsa7119-19/+19
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames19-38/+38
notice of doom
2007-12-04* Added SSL Support to HttpListenerAdam Frisby1-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.
2007-11-23Fixed Terrain rescale commandBrian McBee1-1/+1
2007-11-18cleaned up some mono compiler warningsJeff Ames1-1/+0
2007-11-01* Diuerse beavtificatemslbsa712-2/+2
2007-10-30* Optimized usingslbsa7119-282/+240
* Shortened type references * Removed redundant 'this' qualifier
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa713-3/+87
2007-09-25Terrain:Adam Frisby3-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.
2007-09-10mass update of urls in source code to new websiteSean Dague19-19/+19
2007-07-29* Fixed a potential div by zero with terrain commands.Adam Frisby1-4/+17
2007-07-25Start of the OpenSim library , for now only contains a few textures. MW19-3205/+3205
2007-07-25* Terrain now uses the older slower method again until the fast version can ↵Adam Frisby1-1/+1
be fixed.
2007-07-25* Fixed an issue where Terrain brushes may not update correctly.Adam Frisby1-1/+1
2007-07-25* Assorted terrain fixesAdam Frisby5-12/+168
2007-07-24* Several functions should now be more efficient with sending packets to the ↵Adam Frisby1-3/+6
client (at the expense of some server CPU while editing)
2007-07-24* Terrain should now send just updated patches.Adam Frisby17-11/+118
2007-07-24* Terrain Fracture Generator now produces more appropriate results.Adam Frisby3-4/+87
* Terrain Flatten Brush has been optimised, now affects an appropriate sized section of terrain. * Navier-Stokes handler bounds issue partially fixed.
2007-07-23* Fixed a typecasting issue with Navier-Stokes algorithms in libTerrain.Adam Frisby1-2/+19
2007-07-23* Major style changes in libTerrain.Channel - now uses .NET-style naming syntax.Adam Frisby16-131/+131
* Issue#218 - Updated mySQL region table.
2007-07-22* Aerobic erosion now uses Navier Stokes algorithms for wind calculations.Adam Frisby2-9/+26
2007-07-22* Added Navier Stokes computational fluid dynamics algorithms to ↵Adam Frisby1-1/+32
libTerrain.Channel.
2007-07-22* More navier-stokes fun. Will finish it later.Adam Frisby1-1/+15
2007-07-22* Ported Jos Stam's Navier Stokes algorithm from his GDC2003 Paper to C# and ↵Adam Frisby1-0/+214
included in libTerrain - May I never have to do that again.
2007-07-21* Reimplemented Hydraulic Erosion routines, may be buggy.Adam Frisby1-1/+144
2007-07-21* Updated licensing headers on libTerrain imported components.Adam Frisby17-476/+425
2007-07-21* Deleted libTerrain-BSD.dllAdam Frisby21-0/+2483
* Added libTerrain to BasicTerrain directly as a subfolder