From 127d021cdef15219bd1fc96efadc778062fe9099 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Fri, 6 Dec 2013 19:15:53 +0000 Subject: Regenerated VS2013 files --- VC2013/MCServer.vcxproj | 78 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 76 insertions(+), 2 deletions(-) (limited to 'VC2013/MCServer.vcxproj') diff --git a/VC2013/MCServer.vcxproj b/VC2013/MCServer.vcxproj index 0b0c13d81..9c640f6dd 100644 --- a/VC2013/MCServer.vcxproj +++ b/VC2013/MCServer.vcxproj @@ -1,10 +1,14 @@ - + Debug profiled Win32 + + Debug_LuaStatic + Win32 + Debug Win32 @@ -24,6 +28,11 @@ Win32Proj + + Application + v120 + MultiByte + Application v120 @@ -47,6 +56,9 @@ + + + @@ -81,6 +93,11 @@ $(Configuration)\ true + + $(Configuration)\ + $(Configuration)\ + true + /MP %(AdditionalOptions) @@ -178,6 +195,28 @@ MachineX86 + + + /MP %(AdditionalOptions) + Disabled + ../lib/jsoncpp/include;../lib;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;XML_STATIC;%(PreprocessorDefinitions) + false + EnableFastChecks + MultiThreadedDebug + Use + Globals.h + Level3 + ProgramDatabase + + + ws2_32.lib;Psapi.lib;%(AdditionalDependencies) + $(ProjectDir)\..\MCServer\$(ProjectName)_debug_luastatic.exe + true + Console + MachineX86 + + @@ -185,7 +224,6 @@ - @@ -320,6 +358,7 @@ true + true true true true @@ -415,6 +454,7 @@ + @@ -481,12 +521,14 @@ true + true true true true true + true true true true @@ -497,6 +539,11 @@ cTorch.h;cStairs.h;cLadder.h;../lib/inifile/iniFile.h;BlockID.h;PacketID.h;Defines.h;LuaFunctions.h;cStringMap.h;cChatColor.h;cClientHandle.h;cEntity.h;cPawn.h;cPlayer.h;cPluginManager.h;cPlugin.h;cPlugin_NewLua.h;cPlugin_Lua.h;cServer.h;cWorld.h;cInventory.h;cItem.h;cWebAdmin.h;cWebPlugin.h;cWebPlugin_Lua.h;cPickup.h;cRoot.h;cTCPLink.h;Vector3f.h;Vector3d.h;Vector3i.h;Matrix4f.h;cCuboid.h;cMCLogger.h;cTracer.h;cGroup.h;BlockArea.h;packets/cPacket_Login.h;packets/cPacket_BlockDig.h;packets/cPacket_BlockPlace.h;%(AdditionalInputs) Bindings.cpp;%(Outputs) + true + GenerateBindings.cmd + + cTorch.h;cStairs.h;cLadder.h;../lib/inifile/iniFile.h;BlockID.h;PacketID.h;Defines.h;LuaFunctions.h;cStringMap.h;cChatColor.h;cClientHandle.h;cEntity.h;cPawn.h;cPlayer.h;cPluginManager.h;cPlugin.h;cPlugin_NewLua.h;cPlugin_Lua.h;cServer.h;cWorld.h;cInventory.h;cItem.h;cWebAdmin.h;cWebPlugin.h;cWebPlugin_Lua.h;cPickup.h;cRoot.h;cTCPLink.h;Vector3f.h;Vector3d.h;Vector3i.h;Matrix4f.h;cCuboid.h;cMCLogger.h;cTracer.h;cGroup.h;BlockArea.h;packets/cPacket_Login.h;packets/cPacket_BlockDig.h;packets/cPacket_BlockPlace.h;%(AdditionalInputs) + Bindings.cpp;%(Outputs) true GenerateBindings.cmd @@ -585,6 +632,7 @@ Create + Create Create Create Create @@ -598,6 +646,9 @@ Level3 + + + Level3 Level3 @@ -628,6 +679,13 @@ Default + MaxSpeed + true + Speed + true + Default + + MaxSpeed true Speed @@ -646,6 +704,9 @@ Level3 + + + Level3 Level3 @@ -732,12 +793,14 @@ true + true true true true true + true true true true @@ -745,6 +808,8 @@ + + @@ -764,6 +829,9 @@ _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) @@ -810,6 +878,8 @@ + + @@ -820,6 +890,8 @@ + + @@ -830,6 +902,8 @@ + + -- cgit v1.2.3 From 347e80bdd88f894394373745859f405dc82c1819 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sat, 7 Dec 2013 00:18:58 +0000 Subject: Added basic ender chests Note that they just mirror chests now, so no per player inventory. --- VC2013/MCServer.vcxproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'VC2013/MCServer.vcxproj') diff --git a/VC2013/MCServer.vcxproj b/VC2013/MCServer.vcxproj index 9c640f6dd..098253ac3 100644 --- a/VC2013/MCServer.vcxproj +++ b/VC2013/MCServer.vcxproj @@ -224,6 +224,7 @@ + @@ -615,6 +616,7 @@ + -- cgit v1.2.3 From 5bed85aba0720dc22db56dcaec28675c189491c4 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sat, 7 Dec 2013 18:03:56 +0000 Subject: Fixed some new 1.7 client crash bugs Some technical blocks were removed; trying to render them as items caused a crash. --- VC2013/MCServer.vcxproj | 1 + 1 file changed, 1 insertion(+) (limited to 'VC2013/MCServer.vcxproj') diff --git a/VC2013/MCServer.vcxproj b/VC2013/MCServer.vcxproj index 098253ac3..07e1ffb4a 100644 --- a/VC2013/MCServer.vcxproj +++ b/VC2013/MCServer.vcxproj @@ -225,6 +225,7 @@ + -- cgit v1.2.3 From 166f07029da91c27c2fc1e3f7f201105c6efa062 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sun, 8 Dec 2013 14:45:24 +0000 Subject: Fixed binding generation and VS2013 compile --- VC2013/MCServer.vcxproj | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'VC2013/MCServer.vcxproj') diff --git a/VC2013/MCServer.vcxproj b/VC2013/MCServer.vcxproj index 07e1ffb4a..56fbdc165 100644 --- a/VC2013/MCServer.vcxproj +++ b/VC2013/MCServer.vcxproj @@ -1,4 +1,4 @@ - + @@ -367,15 +367,15 @@ - - - - - - + + + + + + - + @@ -808,7 +808,7 @@ true true - + @@ -820,13 +820,13 @@ - - - - - - - + + + + + + + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) -- cgit v1.2.3