diff --git a/Minecraft.Server.vcxproj b/Minecraft.Server.vcxproj index a3404d8..4d83b9e 100644 --- a/Minecraft.Server.vcxproj +++ b/Minecraft.Server.vcxproj @@ -105,7 +105,7 @@ $(IntDir)$(ProjectName).pch MultiThreadedDebug _DEDICATED_SERVER;_CONTENT_PACKAGE;WITH_SERVER_CODE;_LARGE_WORLDS;_DEBUG_MENUS_ENABLED;_DEBUG;_CRT_NON_CONFORMING_SWPRINTFS;_CRT_SECURE_NO_WARNINGS;_WINDOWS64;%(PreprocessorDefinitions) - $(ProjectDir);$(ProjectDir)\..\Minecraft.Client;$(ProjectDir)\..\Minecraft.Client\Windows64\Iggy\include;%(AdditionalIncludeDirectories) + $(ProjectDir);$(ProjectDir)\..\Minecraft.Client;$(ProjectDir)\..\Minecraft.Client\Windows64\Iggy\include;$(ProjectDir)\..\Minecraft.Client\Windows64\4JLibs\inc;$(ProjectDir)\..\Minecraft.Client\Platform_Libs\Dev\Render\libpng;$(ProjectDir)\..\Minecraft.Client\Platform_Libs\Dev\Render\zlib;$(ProjectDir)\..\Minecraft.Client\Platform_Libs\Dev\Render\microprofile;%(AdditionalIncludeDirectories) true true Default @@ -115,7 +115,7 @@ true $(OutDir)$(ProjectName).pdb Console - ws2_32.lib;..\Minecraft.World\x64_Debug\Minecraft.World.lib;..\Minecraft.Client\Windows64\4JLibs\libs\4J_Storage_d.lib;..\Minecraft.Client\Windows64\4JLibs\libs\4J_Profile_d.lib;..\Minecraft.Client\Windows64\4JLibs\libs\4J_Render_PC_d.lib;%(AdditionalDependencies) + ws2_32.lib;..\Minecraft.World\x64_Debug\Minecraft.World.lib;%(AdditionalDependencies) NotSet false @@ -132,7 +132,7 @@ $(IntDir)$(ProjectName).pch MultiThreaded _DEDICATED_SERVER;_CONTENT_PACKAGE;WITH_SERVER_CODE;_LARGE_WORLDS;_CRT_NON_CONFORMING_SWPRINTFS;_CRT_SECURE_NO_WARNINGS;_WINDOWS64;%(PreprocessorDefinitions) - $(ProjectDir);$(ProjectDir)\..\Minecraft.Client;$(ProjectDir)\..\Minecraft.Client\Windows64\Iggy\include;%(AdditionalIncludeDirectories) + $(ProjectDir);$(ProjectDir)\..\Minecraft.Client;$(ProjectDir)\..\Minecraft.Client\Windows64\Iggy\include;$(ProjectDir)\..\Minecraft.Client\Windows64\4JLibs\inc;$(ProjectDir)\..\Minecraft.Client\Platform_Libs\Dev\Render\libpng;$(ProjectDir)\..\Minecraft.Client\Platform_Libs\Dev\Render\zlib;$(ProjectDir)\..\Minecraft.Client\Platform_Libs\Dev\Render\microprofile;%(AdditionalIncludeDirectories) true true Default @@ -145,7 +145,7 @@ true $(OutDir)$(ProjectName).pdb Console - ws2_32.lib;..\Minecraft.World\x64_Release\Minecraft.World.lib;..\Minecraft.Client\Windows64\4JLibs\libs\4J_Storage.lib;..\Minecraft.Client\Windows64\4JLibs\libs\4J_Profile_r.lib;..\Minecraft.Client\Windows64\4JLibs\libs\4J_Render_PC.lib;%(AdditionalDependencies) + ws2_32.lib;..\Minecraft.World\x64_Release\Minecraft.World.lib;%(AdditionalDependencies) NotSet false true @@ -539,6 +539,138 @@ NotUsing NotUsing + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + true true diff --git a/Stubs/ServerStubs2.cpp b/Stubs/ServerStubs2.cpp index 44c79ce..d519cfb 100644 --- a/Stubs/ServerStubs2.cpp +++ b/Stubs/ServerStubs2.cpp @@ -774,7 +774,7 @@ void TakeAnimationParticle::render(Tesselator *, float, float, float, float, flo void TakeAnimationParticle::tick() {} int TakeAnimationParticle::getParticleTexture() { return 0; } -#ifdef _WIN32 +/*#ifdef _WIN32 void C4JStorage::SetMaxSaves(int) {} C4JStorage::ESaveGameState C4JStorage::GetSaveState() { return C4JStorage::ESaveGame_Idle; } -#endif \ No newline at end of file +#endif*/ \ No newline at end of file