aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Terrain (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker12-21/+21
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-22workaround potencial memory leaksUbitUmarov6-37/+25
2016-08-21 limit the scan of terrain EnforceEstateLimits to the area changed.UbitUmarov1-2/+23
2016-08-21 fix terrain BMP image format on SaveStream mantis: 8001UbitUmarov1-1/+1
2015-11-22Changes to TerrainModule/ITerrainModule to support importing OARs with differ...Jak Daniels1-0/+31
2015-11-17 work around some 'tests' errors: terrain effects limits changedUbitUmarov1-2/+2
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-21 revert my change to the range of greyscale image maps, setting it back to 0 ...UbitUmarov1-3/+8
2015-09-20 fix terrain save greyscale mapping to 1:1 suporting standard 0-255m range an...UbitUmarov1-54/+16
2015-09-07recover opensim m_sendTerrainUpdatesByViewDistance. if false do as opensim (s...UbitUmarov1-48/+150
2015-09-07allocate llRAW LookupHeightTable on demand and release it, saving a few 512KB...UbitUmarov1-0/+8
2015-09-07restore terrain modifiers, left out earlier bc of merge errors, (untested)UbitUmarov2-12/+12
2015-09-02seems to compile ( tests comented out)UbitUmarov3-504/+44
2015-08-29 fix some effects rangesUbitUmarov5-7/+7
2015-08-28 also limit terrain flood effects ( like on pait change this should haveUbitUmarov9-35/+37
2015-08-27 restrict terrain PaintBrushes to the requested areaUbitUmarov12-102/+97
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 fix bugUbitUmarov1-1/+1
2015-08-25update raw32 file reader to core one. Warning only suports square regionsUbitUmarov1-0/+11
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-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-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams5-38/+39
2015-03-27varregion: refactor use of 'double heightmap[,]' into references to new class...Robert Adams2-99/+391
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