diff options
Diffstat (limited to 'VC2008')
-rw-r--r-- | VC2008/MCServer.sln | 11 | ||||
-rw-r--r-- | VC2008/MCServer.vcproj | 188 | ||||
-rw-r--r-- | VC2008/WebServer.cbp | 77 | ||||
-rw-r--r-- | VC2008/WebServer.vcproj | 374 |
4 files changed, 164 insertions, 486 deletions
diff --git a/VC2008/MCServer.sln b/VC2008/MCServer.sln index 6466fdddd..aeabaf252 100644 --- a/VC2008/MCServer.sln +++ b/VC2008/MCServer.sln @@ -2,7 +2,6 @@ Microsoft Visual Studio Solution File, Format Version 10.00 # Visual C++ Express 2008 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MCServer", "MCServer.vcproj", "{32012054-0C96-4C43-AB27-174FF8E72D66}" ProjectSection(ProjectDependencies) = postProject - {9A476537-42C0-4848-AB40-15CFE83D17A8} = {9A476537-42C0-4848-AB40-15CFE83D17A8} {082E8185-7B3A-4945-8C82-9132341A329D} = {082E8185-7B3A-4945-8C82-9132341A329D} {5FCFAF8D-FF2C-456D-A72C-1D76F913AD96} = {5FCFAF8D-FF2C-456D-A72C-1D76F913AD96} {3423EC9A-52E4-4A4D-9753-EDEBC38785EF} = {3423EC9A-52E4-4A4D-9753-EDEBC38785EF} @@ -19,8 +18,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lua", "Lua.vcproj", "{082E8 EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ToLua", "ToLua.vcproj", "{EEAB54AD-114C-4AB8-8482-0A52D502BD35}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebServer", "WebServer.vcproj", "{9A476537-42C0-4848-AB40-15CFE83D17A8}" -EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CryptoPP", "CryptoPP.vcproj", "{3423EC9A-52E4-4A4D-9753-EDEBC38785EF}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "expat", "expat.vcproj", "{5FCFAF8D-FF2C-456D-A72C-1D76F913AD96}" @@ -73,14 +70,6 @@ Global {EEAB54AD-114C-4AB8-8482-0A52D502BD35}.Release profiled|Win32.Build.0 = Release profiled|Win32 {EEAB54AD-114C-4AB8-8482-0A52D502BD35}.Release|Win32.ActiveCfg = Release|Win32 {EEAB54AD-114C-4AB8-8482-0A52D502BD35}.Release|Win32.Build.0 = Release|Win32 - {9A476537-42C0-4848-AB40-15CFE83D17A8}.Debug profiled|Win32.ActiveCfg = Debug profiled|Win32 - {9A476537-42C0-4848-AB40-15CFE83D17A8}.Debug profiled|Win32.Build.0 = Debug profiled|Win32 - {9A476537-42C0-4848-AB40-15CFE83D17A8}.Debug|Win32.ActiveCfg = Debug|Win32 - {9A476537-42C0-4848-AB40-15CFE83D17A8}.Debug|Win32.Build.0 = Debug|Win32 - {9A476537-42C0-4848-AB40-15CFE83D17A8}.Release profiled|Win32.ActiveCfg = Release profiled|Win32 - {9A476537-42C0-4848-AB40-15CFE83D17A8}.Release profiled|Win32.Build.0 = Release profiled|Win32 - {9A476537-42C0-4848-AB40-15CFE83D17A8}.Release|Win32.ActiveCfg = Release|Win32 - {9A476537-42C0-4848-AB40-15CFE83D17A8}.Release|Win32.Build.0 = Release|Win32 {3423EC9A-52E4-4A4D-9753-EDEBC38785EF}.Debug profiled|Win32.ActiveCfg = Debug|Win32 {3423EC9A-52E4-4A4D-9753-EDEBC38785EF}.Debug profiled|Win32.Build.0 = Debug|Win32 {3423EC9A-52E4-4A4D-9753-EDEBC38785EF}.Debug|Win32.ActiveCfg = Debug|Win32 diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 2c1624ded..2e5b71ffe 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -487,10 +487,6 @@ > </File> <File - RelativePath="..\source\Doors.h" - > - </File> - <File RelativePath="..\source\Enchantments.cpp" > </File> @@ -968,6 +964,14 @@ > </File> <File + RelativePath="..\source\Mobs\EnderDragon.cpp" + > + </File> + <File + RelativePath="..\source\Mobs\EnderDragon.h" + > + </File> + <File RelativePath="..\source\Mobs\Enderman.cpp" > </File> @@ -984,11 +988,35 @@ > </File> <File - RelativePath="..\source\Mobs\Magmacube.cpp" + RelativePath="..\source\Mobs\Giant.cpp" + > + </File> + <File + RelativePath="..\source\Mobs\Giant.h" + > + </File> + <File + RelativePath="..\source\Mobs\Horse.cpp" + > + </File> + <File + RelativePath="..\source\Mobs\Horse.h" > </File> <File - RelativePath="..\source\Mobs\Magmacube.h" + RelativePath="..\source\Mobs\IronGolem.cpp" + > + </File> + <File + RelativePath="..\source\Mobs\IronGolem.h" + > + </File> + <File + RelativePath="..\source\Mobs\MagmaCube.cpp" + > + </File> + <File + RelativePath="..\source\Mobs\MagmaCube.h" > </File> <File @@ -1064,6 +1092,14 @@ > </File> <File + RelativePath="..\source\Mobs\SnowGolem.cpp" + > + </File> + <File + RelativePath="..\source\Mobs\SnowGolem.h" + > + </File> + <File RelativePath="..\source\Mobs\Spider.cpp" > </File> @@ -1096,6 +1132,18 @@ > </File> <File + RelativePath="..\source\Mobs\Wither.cpp" + > + </File> + <File + RelativePath="..\source\Mobs\Wither.h" + > + </File> + <File + RelativePath="..\source\Mobs\Wolf.cpp" + > + </File> + <File RelativePath="..\source\Mobs\Wolf.h" > </File> @@ -1108,11 +1156,11 @@ > </File> <File - RelativePath="..\source\Mobs\Zombiepigman.cpp" + RelativePath="..\source\Mobs\ZombiePigman.cpp" > </File> <File - RelativePath="..\source\Mobs\Zombiepigman.h" + RelativePath="..\source\Mobs\ZombiePigman.h" > </File> </Filter> @@ -1120,6 +1168,14 @@ Name="Entities" > <File + RelativePath="..\source\Entities\Boat.cpp" + > + </File> + <File + RelativePath="..\source\Entities\Boat.h" + > + </File> + <File RelativePath="..\source\Entities\Entity.cpp" > </File> @@ -1348,14 +1404,6 @@ > </File> <File - RelativePath="..\source\OSSupport\MakeDir.cpp" - > - </File> - <File - RelativePath="..\source\OSSupport\MakeDir.h" - > - </File> - <File RelativePath="..\source\OSSupport\Semaphore.cpp" > </File> @@ -2000,6 +2048,14 @@ > </File> <File + RelativePath="..\source\Blocks\BlockButton.cpp" + > + </File> + <File + RelativePath="..\source\Blocks\BlockButton.h" + > + </File> + <File RelativePath="..\source\blocks\BlockCactus.h" > </File> @@ -2024,6 +2080,14 @@ > </File> <File + RelativePath="..\source\Blocks\BlockComparator.cpp" + > + </File> + <File + RelativePath="..\source\Blocks\BlockComparator.h" + > + </File> + <File RelativePath="..\source\blocks\BlockCrops.h" > </File> @@ -2156,6 +2220,14 @@ > </File> <File + RelativePath="..\source\blocks\BlockPlanks.h" + > + </File> + <File + RelativePath="..\source\Blocks\BlockPumpkin.h" + > + </File> + <File RelativePath="..\source\Blocks\BlockRail.h" > </File> @@ -2248,6 +2320,10 @@ > </File> <File + RelativePath="..\source\Items\ItemBoat.h" + > + </File> + <File RelativePath="..\source\Items\ItemBow.h" > </File> @@ -2268,6 +2344,10 @@ > </File> <File + RelativePath="..\source\Items\ItemComparator.h" + > + </File> + <File RelativePath="..\source\items\ItemDoor.h" > </File> @@ -2340,10 +2420,6 @@ > </File> <File - RelativePath="..\source\items\ItemSlab.h" - > - </File> - <File RelativePath="..\source\Items\ItemSpawnEgg.h" > </File> @@ -2359,10 +2435,6 @@ RelativePath="..\source\Items\ItemThrowable.h" > </File> - <File - RelativePath="..\source\items\ItemWood.h" - > - </File> </Filter> <Filter Name="Protocol" @@ -2640,6 +2712,66 @@ > </File> </Filter> + <Filter + Name="HTTPServer" + > + <File + RelativePath="..\source\HTTPServer\EnvelopeParser.cpp" + > + </File> + <File + RelativePath="..\source\HTTPServer\EnvelopeParser.h" + > + </File> + <File + RelativePath="..\source\HTTPServer\HTTPConnection.cpp" + > + </File> + <File + RelativePath="..\source\HTTPServer\HTTPConnection.h" + > + </File> + <File + RelativePath="..\source\HTTPServer\HTTPFormParser.cpp" + > + </File> + <File + RelativePath="..\source\HTTPServer\HTTPFormParser.h" + > + </File> + <File + RelativePath="..\source\HTTPServer\HTTPMessage.cpp" + > + </File> + <File + RelativePath="..\source\HTTPServer\HTTPMessage.h" + > + </File> + <File + RelativePath="..\source\HTTPServer\HTTPServer.cpp" + > + </File> + <File + RelativePath="..\source\HTTPServer\HTTPServer.h" + > + </File> + <File + RelativePath="..\source\HTTPServer\MultipartParser.cpp" + > + </File> + <File + RelativePath="..\source\HTTPServer\MultipartParser.h" + > + </File> + <File + RelativePath="..\source\HTTPServer\NameValueParser.cpp" + > + </File> + <File + RelativePath="..\source\HTTPServer\NameValueParser.h" + > + </File> + </Filter> </Filter> <Filter Name="Config files" @@ -2868,6 +3000,14 @@ > </File> </Filter> + <Filter + Name="APIDump" + > + <File + RelativePath="..\MCServer\Plugins\APIDump\main.lua" + > + </File> + </Filter> </Filter> </Files> <Globals> diff --git a/VC2008/WebServer.cbp b/VC2008/WebServer.cbp deleted file mode 100644 index 41fb405c2..000000000 --- a/VC2008/WebServer.cbp +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> -<CodeBlocks_project_file> - <FileVersion major="1" minor="6" /> - <Project> - <Option title="WebServer" /> - <Option pch_mode="2" /> - <Option compiler="gcc" /> - <Build> - <Target title="Debug Win32"> - <Option output="lib" prefix_auto="1" extension_auto="1" /> - <Option working_dir="" /> - <Option object_output="Debug Win32/webserver" /> - <Option type="2" /> - <Option compiler="gcc" /> - <Option createDefFile="1" /> - <Compiler> - <Add option="-DWIN32" /> - <Add option="-D_DEBUG" /> - <Add option="-D_LIB" /> - <Add option="-W" /> - <Add option="-g" /> - <Add option="-O0" /> - </Compiler> - </Target> - <Target title="Release Win32"> - <Option output="lib" prefix_auto="1" extension_auto="1" /> - <Option working_dir="" /> - <Option object_output="Release Win32/webserver" /> - <Option type="2" /> - <Option compiler="gcc" /> - <Option createDefFile="1" /> - <Compiler> - <Add option="-DWIN32" /> - <Add option="-DNDEBUG" /> - <Add option="-D_LIB" /> - <Add option="-W" /> - <Add option="-O2" /> - </Compiler> - </Target> - <Target title="Release profiled Win32"> - <Option output="lib" prefix_auto="1" extension_auto="1" /> - <Option working_dir="" /> - <Option object_output="Release profiled Win32/webserver" /> - <Option type="2" /> - <Option compiler="gcc" /> - <Option createDefFile="1" /> - <Compiler> - <Add option="-DWIN32" /> - <Add option="-DNDEBUG" /> - <Add option="-D_LIB" /> - <Add option="-W" /> - <Add option="-O2" /> - </Compiler> - </Target> - </Build> - <Unit filename="../WebServer/Events.cpp" /> - <Unit filename="../WebServer/Events.h" /> - <Unit filename="../WebServer/Globals.cpp" /> - <Unit filename="../WebServer/Globals.h" /> - <Unit filename="../WebServer/Socket.cpp" /> - <Unit filename="../WebServer/Socket.h" /> - <Unit filename="../WebServer/StdHelpers.cpp" /> - <Unit filename="../WebServer/StdHelpers.h" /> - <Unit filename="../WebServer/Tracer.h" /> - <Unit filename="../WebServer/UrlHelper.cpp" /> - <Unit filename="../WebServer/UrlHelper.h" /> - <Unit filename="../WebServer/WebServer.cpp" /> - <Unit filename="../WebServer/WebServer.h" /> - <Unit filename="../WebServer/base64.cpp" /> - <Unit filename="../WebServer/base64.h" /> - <Extensions> - <code_completion /> - <envvars /> - <debugger /> - </Extensions> - </Project> -</CodeBlocks_project_file> diff --git a/VC2008/WebServer.vcproj b/VC2008/WebServer.vcproj deleted file mode 100644 index 601d2f554..000000000 --- a/VC2008/WebServer.vcproj +++ /dev/null @@ -1,374 +0,0 @@ -<?xml version="1.0" encoding="windows-1250"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="WebServer" - ProjectGUID="{9A476537-42C0-4848-AB40-15CFE83D17A8}" - RootNamespace="WebServer" - Keyword="Win32Proj" - TargetFrameworkVersion="196613" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)\WebServer" - IntermediateDirectory="$(ConfigurationName)\webserver" - ConfigurationType="4" - CharacterSet="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - UsePrecompiledHeader="2" - PrecompiledHeaderThrough="Globals.h" - WarningLevel="3" - DebugInformationFormat="4" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)\WebServer" - IntermediateDirectory="$(ConfigurationName)\webserver" - ConfigurationType="4" - CharacterSet="1" - WholeProgramOptimization="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - EnableIntrinsicFunctions="true" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB" - RuntimeLibrary="0" - EnableFunctionLevelLinking="true" - UsePrecompiledHeader="2" - PrecompiledHeaderThrough="Globals.h" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release profiled|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)\webserver" - IntermediateDirectory="$(ConfigurationName)\webserver" - ConfigurationType="4" - CharacterSet="1" - WholeProgramOptimization="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - EnableIntrinsicFunctions="true" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB" - RuntimeLibrary="0" - EnableFunctionLevelLinking="true" - UsePrecompiledHeader="2" - PrecompiledHeaderThrough="Globals.h" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Debug profiled|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)\WebServer" - IntermediateDirectory="$(ConfigurationName)\webserver" - ConfigurationType="4" - CharacterSet="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - UsePrecompiledHeader="2" - PrecompiledHeaderThrough="Globals.h" - WarningLevel="3" - DebugInformationFormat="4" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" - > - <File - RelativePath="..\WebServer\base64.cpp" - > - </File> - <File - RelativePath="..\WebServer\base64.h" - > - </File> - <File - RelativePath="..\WebServer\Events.cpp" - > - </File> - <File - RelativePath="..\WebServer\Events.h" - > - </File> - <File - RelativePath="..\WebServer\Globals.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - <FileConfiguration - Name="Release profiled|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug profiled|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\WebServer\Globals.h" - > - </File> - <File - RelativePath="..\WebServer\Socket.cpp" - > - </File> - <File - RelativePath="..\WebServer\Socket.h" - > - </File> - <File - RelativePath="..\WebServer\StdHelpers.cpp" - > - </File> - <File - RelativePath="..\WebServer\StdHelpers.h" - > - </File> - <File - RelativePath="..\WebServer\Tracer.h" - > - </File> - <File - RelativePath="..\WebServer\UrlHelper.cpp" - > - </File> - <File - RelativePath="..\WebServer\UrlHelper.h" - > - </File> - <File - RelativePath="..\WebServer\WebServer.cpp" - > - </File> - <File - RelativePath="..\WebServer\WebServer.h" - > - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |