aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Terrain (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | using its code). Only did minor testing in MySQL
* 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 ↵Jak Daniels2015-11-221-0/+31
| | | | | | different Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* 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 ↵UbitUmarov2015-11-101-18/+33
| | | | on slow terrain send limits check
* 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 ↵UbitUmarov2015-09-241-3/+3
| | | | send things
* revert my change to the range of greyscale image maps, setting it back to 0 ↵UbitUmarov2015-09-211-3/+8
| | | | - 127.5 so not to break loading of old files. There isnt a range that fits all needs anyway
* fix terrain save greyscale mapping to 1:1 suporting standard 0-255m range ↵UbitUmarov2015-09-201-54/+16
| | | | and not only 0-127m. Jpeg format still using a non standard color encoded heightmap
* recover opensim m_sendTerrainUpdatesByViewDistance. if false do as opensim ↵UbitUmarov2015-09-071-48/+150
| | | | (slower since it depended on sending terrain as TASK). if true send by view range and also all terrain at arrival
* allocate llRAW LookupHeightTable on demand and release it, saving a few ↵UbitUmarov2015-09-071-0/+8
| | | | 512KB of memory
* 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
| | | | | | | | no visible impact, just cpu saving)
| * 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. ↵UbitUmarov2015-08-271-5/+4
| | | | | | | | Slow it down to 1/4 heartbeat rate (once every 363ms aprox)
| * 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
| | | | | | | | | | sl terrain, but may break existent terrain and that may cost a lot more than the cost of memory
| * 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
| | | | | | | | avatar position
| * dont use SendTerrainUpdatesByViewDistance option, code executes as true.UbitUmarov2015-08-211-45/+19
| | | | | | | | the option will have other use
| * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-295-38/+39
| | | | | | | | Util.cs routines to convert region coords to and from world coords or handles.
| * varregion: refactor use of 'double heightmap[,]' into references to new ↵Robert Adams2015-03-272-99/+391
| | | | | | | | | | | | class TerrainData and push the implementation from Scene into the database readers and writers.
| * Merge branch 'master' into careminsterMelanie2013-01-041-1/+1
| |\ | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * \ Merge branch 'master' into careminsterMelanie2012-11-251-1/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
| * \ \ Merge branch 'master' into careminsterMelanie2012-11-131-0/+2
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2012-08-291-27/+34
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2012-07-121-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-07-051-0/+34
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-06-061-2/+0
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/SimStatsReporter.cs
| * \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-05-272-13/+17
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Data/MySQL/MySQLSimulationData.cs OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs
| * \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-05-131-0/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-04-202-46/+78
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Lure/LureModule.cs OpenSim/Region/ScriptEngine/XEngine/XEngine.cs OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-04-0311-3/+74
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-03-271-2/+0
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-03-253-33/+61
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-03-231-6/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Application/OpenSimBase.cs OpenSim/Region/Framework/Scenes/Scene.cs
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit '760010d6fb6aac313d79ce0a4d0016d3809246a0' into careminsterMelanie2012-03-221-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.Inventory.cs