aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Terrain (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-09Various logging fix ups.onefang1-3/+3
2020-09-09Remove useless executable bit that Windows adds.onefang1-0/+0
2019-11-17terrain: make sure modify does get unblockedUbitUmarov1-115/+122
2019-11-13Terrain: more double to floatUbitUmarov10-43/+49
2019-11-12missed a fewUbitUmarov1-4/+4
2019-11-12terrain replace double by floatUbitUmarov14-64/+70
2019-11-12more changes on terrain edit. Silent ignore comand if busy (large area smoot...UbitUmarov8-113/+135
2019-11-10terraforming changes: try recover llmodifyland previus behaviurUbitUmarov1-3/+5
2019-11-10terraforming changes: comment a debug messageUbitUmarov1-1/+1
2019-11-10terraforming changes: support selected parcel edit; fix area smoothUbitUmarov2-14/+45
2019-11-10terraforming changes: make jenkis happyUbitUmarov4-12/+12
2019-11-09terraforming changes: make sliders work, remove some brushs, etc. Feedback ne...UbitUmarov23-1135/+123
2019-10-22remove some more useless NULL argumentsUbitUmarov1-1/+1
2019-10-22remove some more useless NULL argumentsUbitUmarov1-5/+2
2019-08-20Massive console refactor. Greatly simplify interface.Melanie1-6/+9
2019-06-01A little tweaking of log levels.onefang1-3/+3
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang32-485/+625
2019-01-20cosmetics on terrain patchsUbitUmarov1-13/+8
2017-01-05Massive tab and trailing space cleanupMelanie Thielker12-21/+21
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel21-366/+2096
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