aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Terrain (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor: Correct mistake in terrain flip error message from previous commit 5d0...Justin Clark-Casey (justincc)2014-04-301-1/+1
* minor: Print output in response to terrain console commands on the console ra...Justin Clark-Casey (justincc)2014-04-301-8/+9
* Add "terrain show" console command which outputs terrain height for a given r...Justin Clark-Casey (justincc)2014-04-301-0/+22
* BulletSim: non-functional changes to debugging statements and formatting.Robert Adams2014-04-281-2/+1
* Add regression test for terrain fill at two digit height and max ll height.Justin Clark-Casey (justincc)2014-04-252-1/+76
* Eliminated many warningsOren Hurvitz2014-04-231-1/+4
* remove some whitespace that snuck in with last patchMichael Cerquoni2014-04-031-2/+2
* Add Varregion support to Terragen HandlerDev Random2014-04-031-28/+23
* varregion: remove serialization of region terrain to floats when sending patc...Robert Adams2014-03-111-2/+6
* Change terrain update sending to be triggered by frame tick ratherRobert Adams2014-03-101-50/+92
* Fix raw32 terrain heightmap reader so it estimates terrain size fromRobert Adams2014-02-032-2/+13
* Implement terrain merging in TerrainChannel.Robert Adams2014-02-021-31/+4
* Restore brush tests with correct values and adjustments for new terrain heightRobert Adams2014-01-281-17/+17
* Temporarily disable brush test. It will come back when tuning is complete.Robert Adams2014-01-281-0/+2
* Change area of brush test to account for rounding errors in terrain implement...Robert Adams2014-01-281-2/+2
* Increase the strength of brushes in brush test in an attempt to overcome roun...Robert Adams2014-01-281-2/+2
* Fix terrain tests by properly initializing low detail terrain to zero height.Robert Adams2014-01-281-4/+0
* varregion: add --displacement parameter to 'load oar'.Robert Adams2014-01-191-3/+35
* varregion: many more updates removing the constant RegionSize and replacingRobert Adams2013-12-262-2/+2
* varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams2013-12-141-5/+5
* varregion: extend TerrainModule to use the region size from RegionInfoRobert Adams2013-11-101-14/+14
* varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams2013-11-081-1/+1
* varregion: move the compressed heighmap compression factor fromRobert Adams2013-10-161-3/+5
* varregion: plug in TerrainData class and modify TerrainModule and LLClientVie...Robert Adams2013-10-071-13/+16
* varregion: serious rework of TerrainChannel:Robert Adams2013-09-282-4/+6
* VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2013-09-281-5/+5
* minor: Change channel digger replacement message in TerrainModule to Info fro...Justin Clark-Casey (justincc)2013-01-031-1/+1
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-241-1/+2
* Another 10 modules' directives moved from .addin.xmlDiva Canto2012-11-121-0/+2
* Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto2012-09-301-1/+0
* Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto2012-09-301-0/+1
* formattingSignpostMarv2012-08-271-22/+22
* refactoring to load from self (fixes ChanneDigger being absent)SignpostMarv2012-08-271-5/+11
* refactoring to assign the first argument to a variableSignpostMarv2012-08-271-4/+5
* Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2012-07-111-1/+1
* porting console commands from raw2sculpt 3.2SignpostMarv2012-07-051-0/+34
* Stop accidentally reading 4 Int16s instead of 2 in SIZE section of Terragen f...Justin Clark-Casey (justincc)2012-06-051-2/+0
* Resolve some mono compiler warnings.Justin Clark-Casey (justincc)2012-05-252-13/+17
* Add even for terrain tainting and synchronize terrain module with physics sce...Dan Lake2012-05-101-0/+1
* Improve bitmap disposal to do null checks and not to potentially try disposal...Justin Clark-Casey (justincc)2012-04-201-4/+7
* Always dispose of existing opened bitmap from file in SaveFile(), instead of ...Justin Clark-Casey (justincc)2012-04-201-22/+37
* Explicitly dispose of bitmaps opened from files in GenericSystemDrawing and J...Justin Clark-Casey (justincc)2012-04-202-18/+31
* concerns GenericSystemDrawing.csGarmin Kawaguichi2012-04-201-8/+9
* terrain save-tile extensions Signed-off-by: Garmin Kawaguichi <garmin.kawagui...Garmin Kawaguichi2012-04-0311-3/+74
* In TerrainModule.cs, the command terrain save-tile is modified to remove an u...Garmin Kawaguichi2012-03-271-2/+0
* Hack example on to "terrain save-tile" extended help.Justin Clark-Casey (justincc)2012-03-241-0/+6
* Use system provided temporary file in "terrain save-tile" to avoid problems w...Justin Clark-Casey (justincc)2012-03-241-3/+3
* Give feedback when "terrain save-tile" is not successfully invoked.Justin Clark-Casey (justincc)2012-03-242-30/+52
* Comment out a terrain save-tile debugging message that accidentally crept in ...Justin Clark-Casey (justincc)2012-03-221-6/+6
* Add llGiveInventory() test from object to object where both objects are owned...Justin Clark-Casey (justincc)2012-03-221-0/+6