Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | From: Mike Pitman <pitman@us.ibm.com> | Sean Dague | 2008-02-29 | 1 | -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 Ames | 2008-02-20 | 5 | -5/+5 |
| | |||||
* | Applied patch from mirceakitsune to fix #502 (lower land does the same as ↵ | Jeff Ames | 2008-02-09 | 1 | -1/+1 |
| | | | | raise land) | ||||
* | * Made some terrain functions faster computationally. | Adam Frisby | 2008-02-08 | 2 | -16/+8 |
| | |||||
* | Added (experimental) terrain elevate command to allow whole terrain to be ↵ | Tedd Hansen | 2008-01-16 | 1 | -0/+18 |
| | | | | elevated with positive or negative values | ||||
* | * Optimized usings | lbsa71 | 2007-12-27 | 20 | -20/+20 |
| | | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF | ||||
* | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 2007-12-10 | 20 | -40/+40 |
| | | | | notice of doom | ||||
* | * Added SSL Support to HttpListener | Adam Frisby | 2007-12-04 | 1 | -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 command | Brian McBee | 2007-11-23 | 1 | -1/+1 |
| | |||||
* | cleaned up some mono compiler warnings | Jeff Ames | 2007-11-18 | 2 | -5/+0 |
| | |||||
* | * Diuerse beavtificatems | lbsa71 | 2007-11-01 | 2 | -2/+2 |
| | |||||
* | * Optimized usings | lbsa71 | 2007-10-30 | 22 | -313/+266 |
| | | | | | | * Shortened type references * Removed redundant 'this' qualifier | ||||
* | * Fixed an issue whereby avatar chat distances were being calculated against ↵ | Adam Frisby | 2007-10-20 | 1 | -3/+21 |
| | | | | | | | the region corner due to a zero vector. * Bonus Commit: Fixed the Raster class in libTerrain. | ||||
* | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 2007-10-15 | 5 | -59/+137 |
| | |||||
* | Terrain: | Adam Frisby | 2007-09-25 | 4 | -11/+13 |
| | | | | | | | | | | | * 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. | ||||
* | fixing me some line endings | Sean Dague | 2007-09-17 | 1 | -52/+52 |
| | |||||
* | mass update of urls in source code to new website | Sean Dague | 2007-09-10 | 20 | -20/+20 |
| | |||||
* | * Fixed a potential div by zero with terrain commands. | Adam Frisby | 2007-07-29 | 1 | -4/+17 |
| | |||||
* | Start of the OpenSim library , for now only contains a few textures. | MW | 2007-07-25 | 21 | -3328/+3328 |
| | |||||
* | * Terrain now uses the older slower method again until the fast version can ↵ | Adam Frisby | 2007-07-25 | 1 | -1/+1 |
| | | | | be fixed. | ||||
* | * 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 | 5 | -12/+168 |
| | |||||
* | * Several functions should now be more efficient with sending packets to the ↵ | Adam Frisby | 2007-07-24 | 1 | -3/+6 |
| | | | | client (at the expense of some server CPU while editing) | ||||
* | * Terrain should now send just updated patches. | Adam Frisby | 2007-07-24 | 17 | -11/+118 |
| | |||||
* | * Terrain Fracture Generator now produces more appropriate results. | Adam Frisby | 2007-07-24 | 3 | -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 Frisby | 2007-07-23 | 1 | -2/+19 |
| | |||||
* | * Major style changes in libTerrain.Channel - now uses .NET-style naming syntax. | Adam Frisby | 2007-07-23 | 17 | -133/+133 |
| | | | | | * 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 | 18 | -504/+450 |
| | |||||
* | * Deleted libTerrain-BSD.dll | Adam Frisby | 2007-07-21 | 24 | -0/+2669 |
* Added libTerrain to BasicTerrain directly as a subfolder |