aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Terrain (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-06Address Mantis 7592 (http://opensimulator.org/mantis/view.php?id=7592) byRobert Adams1-25/+49
2015-05-10Knocked off a few compiler warnings regarding unused variables.Diva Canto7-7/+0
2015-05-09Constrain 'terrain modify' to selected RegionDev Random1-8/+17
2015-05-07Minor whitespace removalMichael Cerquoni1-1/+0
2015-05-07Add 'terrain modify noise' and code cleanupDev Random5-291/+113
2015-05-06'terrain modify' command for area-of-effect operationsDev Random10-143/+1266
2015-02-28Use using constructs on disposable io objects in LLRaw to ensure they are alw...Justin Clark-Casey (justincc)1-113/+111
2015-02-28Add OpenSim.Framework using statement necessary to get previous fad4d4dc to c...Justin Clark-Casey (justincc)1-0/+1
2015-02-28Permit loading of LLRAW files bigger than 256x256 by calculating size based o...Magnuz Binder1-1/+9
2014-11-19Add 'terrain feature' commandDev Random4-2/+353
2014-07-29In TerrainModule, lock m_perClientPatchUpdates when removing entries.Justin Clark-Casey (justincc)1-3/+2
2014-07-20Set "[Terrain]SendTerrainUpdatesByViewDistance=true" by default.Robert Adams1-1/+1
2014-06-01Send multiple terrain patches per terrain update packet if terrainRobert Adams1-1/+13
2014-05-31Modifications to debugging printouts. No functional changes.Robert Adams1-5/+8
2014-05-31varregion: More tweeking to only sending patches within avatar draw distance.Robert Adams1-3/+3
2014-05-31varregion: send terrain patches from where the avatar outward if the parameterRobert Adams1-33/+259
2014-04-30minor: Correct mistake in terrain flip error message from previous commit 5d0...Justin Clark-Casey (justincc)1-1/+1
2014-04-30minor: Print output in response to terrain console commands on the console ra...Justin Clark-Casey (justincc)1-8/+9
2014-04-30Add "terrain show" console command which outputs terrain height for a given r...Justin Clark-Casey (justincc)1-0/+22
2014-04-28BulletSim: non-functional changes to debugging statements and formatting.Robert Adams1-2/+1
2014-04-25Add regression test for terrain fill at two digit height and max ll height.Justin Clark-Casey (justincc)2-1/+76
2014-04-23Eliminated many warningsOren Hurvitz1-1/+4
2014-04-03remove some whitespace that snuck in with last patchMichael Cerquoni1-2/+2
2014-04-03Add Varregion support to Terragen HandlerDev Random1-28/+23
2014-03-11varregion: remove serialization of region terrain to floats when sending patc...Robert Adams1-2/+6
2014-03-10Change terrain update sending to be triggered by frame tick ratherRobert Adams1-50/+92
2014-02-03Fix raw32 terrain heightmap reader so it estimates terrain size fromRobert Adams2-2/+13
2014-02-02Implement terrain merging in TerrainChannel.Robert Adams1-31/+4
2014-01-28Restore brush tests with correct values and adjustments for new terrain heightRobert Adams1-17/+17
2014-01-28Temporarily disable brush test. It will come back when tuning is complete.Robert Adams1-0/+2
2014-01-28Change area of brush test to account for rounding errors in terrain implement...Robert Adams1-2/+2
2014-01-28Increase the strength of brushes in brush test in an attempt to overcome roun...Robert Adams1-2/+2
2014-01-28Fix terrain tests by properly initializing low detail terrain to zero height.Robert Adams1-4/+0
2014-01-19varregion: add --displacement parameter to 'load oar'.Robert Adams1-3/+35
2013-12-26varregion: many more updates removing the constant RegionSize and replacingRobert Adams2-2/+2
2013-12-14varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams1-5/+5
2013-11-10varregion: extend TerrainModule to use the region size from RegionInfoRobert Adams1-14/+14
2013-11-08varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams1-1/+1
2013-10-16varregion: move the compressed heighmap compression factor fromRobert Adams1-3/+5
2013-10-07varregion: plug in TerrainData class and modify TerrainModule and LLClientVie...Robert Adams1-13/+16
2013-09-28varregion: serious rework of TerrainChannel:Robert Adams2-4/+6
2013-09-28VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-5/+5
2013-09-25varregion: serious rework of TerrainChannel:Robert Adams2-4/+6
2013-09-25VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-5/+5
2013-01-03minor: Change channel digger replacement message in TerrainModule to Info fro...Justin Clark-Casey (justincc)1-1/+1
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)1-1/+2
2012-11-12Another 10 modules' directives moved from .addin.xmlDiva Canto1-0/+2
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto1-1/+0
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto1-0/+1
2012-08-27formattingSignpostMarv1-22/+22