diff options
author | MW | 2007-06-17 19:25:04 +0000 |
---|---|---|
committer | MW | 2007-06-17 19:25:04 +0000 |
commit | 99a308007c6c13dc13a2184eb34014de94d75ea8 (patch) | |
tree | b696f870406953b7465313e9eda4210c94f85a38 /Prebuild/Prebuild.sln | |
parent | Each Region will now generate a texture image of their terrain and this will ... (diff) | |
download | opensim-SC-99a308007c6c13dc13a2184eb34014de94d75ea8.zip opensim-SC-99a308007c6c13dc13a2184eb34014de94d75ea8.tar.gz opensim-SC-99a308007c6c13dc13a2184eb34014de94d75ea8.tar.bz2 opensim-SC-99a308007c6c13dc13a2184eb34014de94d75ea8.tar.xz |
Fixed inverted map texture problem.
Added(from trunk) the loading of terrain files defined in the region.xml files.
Diffstat (limited to '')
-rw-r--r-- | Prebuild/Prebuild.sln | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Prebuild/Prebuild.sln b/Prebuild/Prebuild.sln index 440c8ba..449896b 100644 --- a/Prebuild/Prebuild.sln +++ b/Prebuild/Prebuild.sln | |||
@@ -5,10 +5,13 @@ EndProject | |||
5 | Global | 5 | Global |
6 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | 6 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
7 | Debug|Any CPU = Debug|Any CPU | 7 | Debug|Any CPU = Debug|Any CPU |
8 | Release|Any CPU = Release|Any CPU | ||
8 | EndGlobalSection | 9 | EndGlobalSection |
9 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | 10 | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
10 | {92E80C1C-0000-0000-0000-000000000000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | 11 | {92E80C1C-0000-0000-0000-000000000000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
11 | {92E80C1C-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU | 12 | {92E80C1C-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU |
13 | {92E80C1C-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
14 | {92E80C1C-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU | ||
12 | EndGlobalSection | 15 | EndGlobalSection |
13 | GlobalSection(SolutionProperties) = preSolution | 16 | GlobalSection(SolutionProperties) = preSolution |
14 | HideSolutionNode = FALSE | 17 | HideSolutionNode = FALSE |