From 3c47fd2cb228c47997ce8a0bc7f40d1e23047b36 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Wed, 28 May 2008 23:52:24 +0000 Subject: * 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. --- OpenSim/Region/Environment/Modules/World/Terrain/TerrainModule.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Modules/World/Terrain/TerrainModule.cs') 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 } else { - m_log.Warn("E ... " + pluginName + " (Skipping)"); + m_plugineffects[pluginName] = effect; + m_log.Warn("E ... " + pluginName + " (Replaced)"); } } } -- cgit v1.1