diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-04-07 21:28:32 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-04-07 21:28:32 +0200 |
commit | 499962029a94074ecd007a1be5f760337ff9ffbb (patch) | |
tree | c084157866783cc18ef8c9844e0ee09edf38a7b7 /VC2008 | |
parent | Fixed bug in entities movement: Corrected proper flooring of double values for the relative move packet, and teleport packet. Also, made the velocity packet to be sent first than the positions packets. (diff) | |
download | cuberite-499962029a94074ecd007a1be5f760337ff9ffbb.tar cuberite-499962029a94074ecd007a1be5f760337ff9ffbb.tar.gz cuberite-499962029a94074ecd007a1be5f760337ff9ffbb.tar.bz2 cuberite-499962029a94074ecd007a1be5f760337ff9ffbb.tar.lz cuberite-499962029a94074ecd007a1be5f760337ff9ffbb.tar.xz cuberite-499962029a94074ecd007a1be5f760337ff9ffbb.tar.zst cuberite-499962029a94074ecd007a1be5f760337ff9ffbb.zip |
Diffstat (limited to 'VC2008')
-rw-r--r-- | VC2008/MCServer.vcproj | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 3908d73d4..5fe22a5c0 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -2195,6 +2195,74 @@ >
</File>
</Filter>
+ <Filter
+ Name="SQLite"
+ >
+ <File
+ RelativePath="..\source\sqlite\lsqlite3.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release profiled|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\source\sqlite\sqlite3.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release profiled|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\source\sqlite\sqlite3.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\sqlite\urls.txt"
+ >
+ </File>
+ </Filter>
</Filter>
<Filter
Name="Config files"
|