diff options
author | Adam Frisby | 2008-03-03 08:35:59 +0000 |
---|---|---|
committer | Adam Frisby | 2008-03-03 08:35:59 +0000 |
commit | c5d1f87cd202663f2f26ca90a973d9763070dda3 (patch) | |
tree | b1941867d13d1d3b29b46483e6b58cba536c72ca /OpenSim/Region/Environment/Modules/TextureNotFoundSender.cs | |
parent | * Applying Ahzz's profile patch. Thanks Ahzz! (diff) | |
download | opensim-SC_OLD-c5d1f87cd202663f2f26ca90a973d9763070dda3.zip opensim-SC_OLD-c5d1f87cd202663f2f26ca90a973d9763070dda3.tar.gz opensim-SC_OLD-c5d1f87cd202663f2f26ca90a973d9763070dda3.tar.bz2 opensim-SC_OLD-c5d1f87cd202663f2f26ca90a973d9763070dda3.tar.xz |
* Removed and sorted using clauses in a number of files.
* Cleaned up ITerrainChannel
* Implemented Raise, Lower, Smooth, Flatten, Noise Terrain Paint Brushes
* Implemented Raise, Lower, Smooth, Flatten, Noise Terrain Fill Brushes
* Implemented Export functionality for RAW32 terrain loader
* Implemented Import/Export for SLRAW terrain loader
* Implemented Export for JPEG terrain loader
Diffstat (limited to 'OpenSim/Region/Environment/Modules/TextureNotFoundSender.cs')
-rw-r--r-- | OpenSim/Region/Environment/Modules/TextureNotFoundSender.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Environment/Modules/TextureNotFoundSender.cs b/OpenSim/Region/Environment/Modules/TextureNotFoundSender.cs index f85e900..7d39c0d 100644 --- a/OpenSim/Region/Environment/Modules/TextureNotFoundSender.cs +++ b/OpenSim/Region/Environment/Modules/TextureNotFoundSender.cs | |||
@@ -7,11 +7,8 @@ | |||
7 | * To change this template use Tools | Options | Coding | Edit Standard Headers. | 7 | * To change this template use Tools | Options | Coding | Edit Standard Headers. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | using System; | ||
11 | |||
12 | using libsecondlife; | 10 | using libsecondlife; |
13 | using libsecondlife.Packets; | 11 | using libsecondlife.Packets; |
14 | |||
15 | using OpenSim.Framework; | 12 | using OpenSim.Framework; |
16 | using OpenSim.Region.Environment.Interfaces; | 13 | using OpenSim.Region.Environment.Interfaces; |
17 | 14 | ||