aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Terrain (follow)
Commit message (Expand)AuthorAgeFilesLines
* terrain: make sure modify does get unblockedUbitUmarov2019-11-171-115/+122
* Terrain: more double to floatUbitUmarov2019-11-1310-43/+49
* missed a fewUbitUmarov2019-11-121-4/+4
* terrain replace double by floatUbitUmarov2019-11-1214-64/+70
* more changes on terrain edit. Silent ignore comand if busy (large area smoot...UbitUmarov2019-11-128-113/+135
* terraforming changes: try recover llmodifyland previus behaviurUbitUmarov2019-11-101-3/+5
* terraforming changes: comment a debug messageUbitUmarov2019-11-101-1/+1
* terraforming changes: support selected parcel edit; fix area smoothUbitUmarov2019-11-102-14/+45
* terraforming changes: make jenkis happyUbitUmarov2019-11-104-12/+12
* terraforming changes: make sliders work, remove some brushs, etc. Feedback ne...UbitUmarov2019-11-0923-1135/+123
* remove some more useless NULL argumentsUbitUmarov2019-10-221-1/+1
* remove some more useless NULL argumentsUbitUmarov2019-10-221-5/+2
* Massive console refactor. Greatly simplify interface.Melanie2019-08-201-6/+9
* cosmetics on terrain patchsUbitUmarov2019-01-201-13/+8
* Massive tab and trailing space cleanupMelanie Thielker2017-01-0512-21/+21
* add rest of wiring for terrain bake persistent store (mantis 8024 but notUbitUmarov2016-09-171-6/+15
* Minor. Remove unused integer arrays from TerrainModuleAliciaRaven2016-09-151-2/+0
* workaround potencial memory leaksUbitUmarov2016-08-226-37/+25
* limit the scan of terrain EnforceEstateLimits to the area changed.UbitUmarov2016-08-211-2/+23
* fix terrain BMP image format on SaveStream mantis: 8001UbitUmarov2016-08-211-1/+1
* Changes to TerrainModule/ITerrainModule to support importing OARs with differ...Jak Daniels2015-11-221-0/+31
* work around some 'tests' errors: terrain effects limits changedUbitUmarov2015-11-171-2/+2
* fix silly bugUbitUmarov2015-11-101-3/+3
* start TerrainCheckUpdates on heartbeat thread, but do it async; fix a bug on...UbitUmarov2015-11-101-18/+33
* some fixes/changes on land sendUbitUmarov2015-09-301-7/+14
* slow down terrain sending so other users of LAND queue do have a chance to s...UbitUmarov2015-09-241-3/+3
* revert my change to the range of greyscale image maps, setting it back to 0 ...UbitUmarov2015-09-211-3/+8
* fix terrain save greyscale mapping to 1:1 suporting standard 0-255m range an...UbitUmarov2015-09-201-54/+16
* recover opensim m_sendTerrainUpdatesByViewDistance. if false do as opensim (s...UbitUmarov2015-09-071-48/+150
* allocate llRAW LookupHeightTable on demand and release it, saving a few 512KB...UbitUmarov2015-09-071-0/+8
* restore terrain modifiers, left out earlier bc of merge errors, (untested)UbitUmarov2015-09-072-12/+12
* seems to compile ( tests comented out)UbitUmarov2015-09-023-504/+44
* bad merge?UbitUmarov2015-09-0122-137/+591
|\
| * fix some effects rangesUbitUmarov2015-08-295-7/+7
| * also limit terrain flood effects ( like on pait change this should haveUbitUmarov2015-08-289-35/+37
| * restrict terrain PaintBrushes to the requested areaUbitUmarov2015-08-2712-102/+97
| * make terrain undo non op, it is broken and can't be global but per agentUbitUmarov2015-08-271-27/+2
| * fix terrain bake for revert. just good enought fixUbitUmarov2015-08-271-11/+3
| * rename revert map as baked map, bc thats what it isUbitUmarov2015-08-271-20/+20
| * take taints check terrain out of Onframe event and add a new event for it. S...UbitUmarov2015-08-271-5/+4
| * fix bugUbitUmarov2015-08-251-1/+1
| * update raw32 file reader to core one. Warning only suports square regionsUbitUmarov2015-08-251-0/+11
| * change terrain internal representation to float. ushort work with legalUbitUmarov2015-08-251-28/+0
| * terrain stored as ushorts with gzip compressionUbitUmarov2015-08-251-6/+43
| * delay terrain sending if land queue is 2 busyUbitUmarov2015-08-221-1/+7
| * "uglyfy" GetModifiedPatchesInViewDistance. Also make it use camera orUbitUmarov2015-08-211-28/+71
| * dont use SendTerrainUpdatesByViewDistance option, code executes as true.UbitUmarov2015-08-211-45/+19
| * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-295-38/+39
| * varregion: refactor use of 'double heightmap[,]' into references to new class...Robert Adams2015-03-272-99/+391
| * Merge branch 'master' into careminsterMelanie2013-01-041-1/+1
| |\