diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-02-28 11:07:06 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-02-28 11:07:06 +0100 |
commit | bccd52530ff485dddbcfb925adb45dbf5f0c6251 (patch) | |
tree | f955f5507c51fa45c6e2bc418a2f75c2b1878172 | |
parent | ChunkGenerator: fixed an inverted condition on chunk-skipping when the generator is overloaded; set the overload threshold to 500 chunks (from original 50 which is not enough even for a single player) (diff) | |
download | cuberite-bccd52530ff485dddbcfb925adb45dbf5f0c6251.tar cuberite-bccd52530ff485dddbcfb925adb45dbf5f0c6251.tar.gz cuberite-bccd52530ff485dddbcfb925adb45dbf5f0c6251.tar.bz2 cuberite-bccd52530ff485dddbcfb925adb45dbf5f0c6251.tar.lz cuberite-bccd52530ff485dddbcfb925adb45dbf5f0c6251.tar.xz cuberite-bccd52530ff485dddbcfb925adb45dbf5f0c6251.tar.zst cuberite-bccd52530ff485dddbcfb925adb45dbf5f0c6251.zip |
Diffstat (limited to '')
-rw-r--r-- | VC2008/MCServer.vcproj | 52 |
1 files changed, 28 insertions, 24 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index fe71e954d..a5df49502 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -218,14 +218,6 @@ >
</File>
<File
- RelativePath="..\source\cChunkGenerator.cpp"
- >
- </File>
- <File
- RelativePath="..\source\cChunkGenerator.h"
- >
- </File>
- <File
RelativePath="..\source\cChunkMap.cpp"
>
</File>
@@ -476,22 +468,6 @@ >
</File>
<File
- RelativePath="..\source\cWorldGenerator.cpp"
- >
- </File>
- <File
- RelativePath="..\source\cWorldGenerator.h"
- >
- </File>
- <File
- RelativePath="..\source\cWorldGenerator_Test.cpp"
- >
- </File>
- <File
- RelativePath="..\source\cWorldGenerator_Test.h"
- >
- </File>
- <File
RelativePath="..\source\Defines.h"
>
</File>
@@ -1663,6 +1639,34 @@ >
</File>
</Filter>
+ <Filter
+ Name="Generating"
+ >
+ <File
+ RelativePath="..\source\cChunkGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cChunkGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cWorldGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cWorldGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cWorldGenerator_Test.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cWorldGenerator_Test.h"
+ >
+ </File>
+ </Filter>
</Filter>
<File
RelativePath="..\makefile"
|