aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Terrain/TerrainModule.cs
diff options
context:
space:
mode:
authorAdam Frisby2008-05-28 23:52:24 +0000
committerAdam Frisby2008-05-28 23:52:24 +0000
commit3c47fd2cb228c47997ce8a0bc7f40d1e23047b36 (patch)
tree4de03ef1a452c7b7fc8d9e55fbb17b937454b5cb /OpenSim/Region/Environment/Modules/World/Terrain/TerrainModule.cs
parent*Added a Few External Checks relating to scripts including the seperation of ... (diff)
downloadopensim-SC_OLD-3c47fd2cb228c47997ce8a0bc7f40d1e23047b36.zip
opensim-SC_OLD-3c47fd2cb228c47997ce8a0bc7f40d1e23047b36.tar.gz
opensim-SC_OLD-3c47fd2cb228c47997ce8a0bc7f40d1e23047b36.tar.bz2
opensim-SC_OLD-3c47fd2cb228c47997ce8a0bc7f40d1e23047b36.tar.xz
* Fixed a slight issue with the LLRAW exporter.
* Linden uses a neutral height channel of 128.0 on their multiplier. OpenSim was using a neutral of 127.0 - this has been changed to 128.0, this may cause files exported to the .RAW format to look slightly different when loaded back in - it is highly recommended to use the R32 format instead which avoids these sorts of issues. * Made a tweak to the Terrain Plugin loading process.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Modules/World/Terrain/TerrainModule.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/Terrain/TerrainModule.cs b/OpenSim/Region/Environment/Modules/World/Terrain/TerrainModule.cs
index 20c0086..e2b7fb2 100644
--- a/OpenSim/Region/Environment/Modules/World/Terrain/TerrainModule.cs
+++ b/OpenSim/Region/Environment/Modules/World/Terrain/TerrainModule.cs
@@ -279,7 +279,8 @@ namespace OpenSim.Region.Environment.Modules.World.Terrain
279 } 279 }
280 else 280 else
281 { 281 {
282 m_log.Warn("E ... " + pluginName + " (Skipping)"); 282 m_plugineffects[pluginName] = effect;
283 m_log.Warn("E ... " + pluginName + " (Replaced)");
283 } 284 }
284 } 285 }
285 } 286 }