diff options
author | Adam Frisby | 2008-02-14 16:13:53 +0000 |
---|---|---|
committer | Adam Frisby | 2008-02-14 16:13:53 +0000 |
commit | 91d9248fcebfae4890e502c7140403f881b2a4d0 (patch) | |
tree | da5222277d5ba451f943ecadcbb3393fcacaf589 /OpenSim/Region/Environment/Modules | |
parent | Fix a casting subtlety in moving to constants. Logins should work (diff) | |
download | opensim-SC_OLD-91d9248fcebfae4890e502c7140403f881b2a4d0.zip opensim-SC_OLD-91d9248fcebfae4890e502c7140403f881b2a4d0.tar.gz opensim-SC_OLD-91d9248fcebfae4890e502c7140403f881b2a4d0.tar.bz2 opensim-SC_OLD-91d9248fcebfae4890e502c7140403f881b2a4d0.tar.xz |
* Removed some catch-all-ignores from UDPServer in an attempt to look for #305.
* Minor work towards abstracting terrain.
Diffstat (limited to 'OpenSim/Region/Environment/Modules')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Terrain/TerrainModule.cs (renamed from OpenSim/Region/Environment/Modules/TerrainModule.cs) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/TerrainModule.cs b/OpenSim/Region/Environment/Modules/Terrain/TerrainModule.cs index 7e163a3..990a1e0 100644 --- a/OpenSim/Region/Environment/Modules/TerrainModule.cs +++ b/OpenSim/Region/Environment/Modules/Terrain/TerrainModule.cs | |||
@@ -32,11 +32,12 @@ using System.Collections; | |||
32 | using System.Collections.Generic; | 32 | using System.Collections.Generic; |
33 | using OpenSim.Framework; | 33 | using OpenSim.Framework; |
34 | using OpenSim.Framework.Console; | 34 | using OpenSim.Framework.Console; |
35 | using OpenSim.Region.Environment.Modules; | ||
35 | using OpenSim.Region.Environment.Interfaces; | 36 | using OpenSim.Region.Environment.Interfaces; |
36 | using OpenSim.Region.Environment.Scenes; | 37 | using OpenSim.Region.Environment.Scenes; |
37 | using libsecondlife; | 38 | using libsecondlife; |
38 | 39 | ||
39 | namespace OpenSim.Region.Environment.Modules | 40 | namespace OpenSim.Region.Environment.Modules.Terrain |
40 | { | 41 | { |
41 | /// <summary> | 42 | /// <summary> |
42 | /// A new version of the old Channel class, simplified | 43 | /// A new version of the old Channel class, simplified |