aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-7/+7
2016-09-17 add rest of wiring for terrain bake persistent store (mantis 8024 but notUbitUmarov1-6/+15
2016-09-15Minor. Remove unused integer arrays from TerrainModuleAliciaRaven1-2/+0
2016-08-21 limit the scan of terrain EnforceEstateLimits to the area changed.UbitUmarov1-2/+23
2015-11-22Changes to TerrainModule/ITerrainModule to support importing OARs with differ...Jak Daniels1-0/+31
2015-11-10 fix silly bugUbitUmarov1-3/+3
2015-11-10 start TerrainCheckUpdates on heartbeat thread, but do it async; fix a bug on...UbitUmarov1-18/+33
2015-09-30 some fixes/changes on land sendUbitUmarov1-7/+14
2015-09-24 slow down terrain sending so other users of LAND queue do have a chance to s...UbitUmarov1-3/+3
2015-09-07recover opensim m_sendTerrainUpdatesByViewDistance. if false do as opensim (s...UbitUmarov1-48/+150
2015-09-07restore terrain modifiers, left out earlier bc of merge errors, (untested)UbitUmarov1-9/+12
2015-09-02seems to compile ( tests comented out)UbitUmarov1-492/+44
2015-08-27 restrict terrain PaintBrushes to the requested areaUbitUmarov1-12/+25
2015-08-27 make terrain undo non op, it is broken and can't be global but per agentUbitUmarov1-27/+2
2015-08-27 fix terrain bake for revert. just good enought fixUbitUmarov1-11/+3
2015-08-27rename revert map as baked map, bc thats what it isUbitUmarov1-20/+20
2015-08-27 take taints check terrain out of Onframe event and add a new event for it. S...UbitUmarov1-5/+4
2015-08-25 change terrain internal representation to float. ushort work with legalUbitUmarov1-28/+0
2015-08-25 terrain stored as ushorts with gzip compressionUbitUmarov1-6/+43
2015-08-22delay terrain sending if land queue is 2 busyUbitUmarov1-1/+7
2015-08-21"uglyfy" GetModifiedPatchesInViewDistance. Also make it use camera orUbitUmarov1-28/+71
2015-08-21dont use SendTerrainUpdatesByViewDistance option, code executes as true.UbitUmarov1-45/+19
2015-06-06Address Mantis 7592 (http://opensimulator.org/mantis/view.php?id=7592) byRobert Adams1-25/+49
2015-05-09Constrain 'terrain modify' to selected RegionDev Random1-8/+17
2015-05-07Add 'terrain modify noise' and code cleanupDev Random1-51/+1
2015-05-06'terrain modify' command for area-of-effect operationsDev Random1-143/+196
2015-03-27varregion: refactor use of 'double heightmap[,]' into references to new class...Robert Adams1-98/+390
2014-11-19Add 'terrain feature' commandDev Random1-2/+55
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)1-1/+1
2014-04-23Eliminated many warningsOren Hurvitz1-1/+4
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-02Implement terrain merging in TerrainChannel.Robert Adams1-31/+4
2014-01-19varregion: add --displacement parameter to 'load oar'.Robert Adams1-3/+35
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-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 Adams1-3/+5
2013-09-28VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-5/+5