diff options
author | Adam Frisby | 2007-05-24 05:44:53 +0000 |
---|---|---|
committer | Adam Frisby | 2007-05-24 05:44:53 +0000 |
commit | 497af009bd1aa59385b2aca86987b619f8647616 (patch) | |
tree | 0454f4317f09113660238e6e2280ee93ba5adad7 /OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.csproj | |
parent | * Simulators should no longer require all their neighbours to be online to ac... (diff) | |
download | opensim-SC_OLD-497af009bd1aa59385b2aca86987b619f8647616.zip opensim-SC_OLD-497af009bd1aa59385b2aca86987b619f8647616.tar.gz opensim-SC_OLD-497af009bd1aa59385b2aca86987b619f8647616.tar.bz2 opensim-SC_OLD-497af009bd1aa59385b2aca86987b619f8647616.tar.xz |
* Reduced effect of terraforming brushes by 1000%.
* Added new exportImage() function to BasicTerrain which will output a gradient-mapped image of the terrain which can be uploaded to the grid for things like world map images. (shiinnny), will update later with an improved version using the bilinear quad method employed in client terrain rendering.
* Rebuild project & build files for basicterrain with System.Drawing dependency. Prebuild updated.
Diffstat (limited to '')
-rw-r--r-- | OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.csproj b/OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.csproj index 1cdfaf6..5a73897 100644 --- a/OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.csproj +++ b/OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.csproj | |||
@@ -66,6 +66,10 @@ | |||
66 | <HintPath>System.dll</HintPath> | 66 | <HintPath>System.dll</HintPath> |
67 | <Private>False</Private> | 67 | <Private>False</Private> |
68 | </Reference> | 68 | </Reference> |
69 | <Reference Include="System.Drawing" > | ||
70 | <HintPath>System.Drawing.dll</HintPath> | ||
71 | <Private>False</Private> | ||
72 | </Reference> | ||
69 | <Reference Include="System.Data" > | 73 | <Reference Include="System.Data" > |
70 | <HintPath>System.Data.dll</HintPath> | 74 | <HintPath>System.Data.dll</HintPath> |
71 | <Private>False</Private> | 75 | <Private>False</Private> |