From 0d8ecbeca1a93acab395326db3e90f444c8bbc18 Mon Sep 17 00:00:00 2001 From: faketruth Date: Mon, 26 Dec 2011 23:23:05 +0000 Subject: Some kind of 'template' world generator that right now just generates an all dirt world. You can use this to test new algorithms git-svn-id: http://mc-server.googlecode.com/svn/trunk@127 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- VC2010/MCServer.vcxproj | 2 ++ VC2010/MCServer.vcxproj.filters | 27 +++++++++++++++------------ 2 files changed, 17 insertions(+), 12 deletions(-) (limited to 'VC2010') diff --git a/VC2010/MCServer.vcxproj b/VC2010/MCServer.vcxproj index abaa6a623..3854a376f 100644 --- a/VC2010/MCServer.vcxproj +++ b/VC2010/MCServer.vcxproj @@ -282,6 +282,7 @@ + @@ -433,6 +434,7 @@ + diff --git a/VC2010/MCServer.vcxproj.filters b/VC2010/MCServer.vcxproj.filters index 6ca767e2a..67decbf26 100644 --- a/VC2010/MCServer.vcxproj.filters +++ b/VC2010/MCServer.vcxproj.filters @@ -427,6 +427,9 @@ {4b86e1cf-ea3c-40b6-82b2-82fa9e6eb35e} + + {c86f4c53-af06-4b42-97dd-ffb7035041ce} + @@ -850,6 +853,12 @@ cWorldGenerator + + + + + cWorldGenerator\cWorldGenerator_Test + @@ -1308,6 +1317,12 @@ cWorldGenerator + + + + + cWorldGenerator\cWorldGenerator_Test + @@ -1317,18 +1332,6 @@ cNoise - - !LuaPlugins - - - !LuaPlugins - - - !LuaPlugins - - - !LuaPlugins - -- cgit v1.2.3