Tried to implement some Utility::Bitconverter methods but it didnt worked

InternalTags cant be higher than 255 because they will be converted to byte
added new ToString method in Utility::StringConverter
Server now closes the connection better
This commit is contained in:
xX-TheDoctor-Xx
2016-08-12 10:46:36 +01:00
parent bcf8ea1919
commit e3de0a1489
24 changed files with 35 additions and 32 deletions

Binary file not shown.

Binary file not shown.

View File

@ -42,6 +42,7 @@
<ClCompile Include="..\..\src\NetworkBuffer.cpp" />
<ClCompile Include="..\..\src\NetworkMessage.cpp" />
<ClCompile Include="..\..\src\Serializer.cpp" />
<ClCompile Include="..\..\src\TcpClient.cpp" />
<ClCompile Include="..\..\src\TcpClientWindows.cpp">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
</ClCompile>
@ -51,7 +52,6 @@
</ClCompile>
<ClCompile Include="..\..\src\Utility.cpp" />
<ClCompile Include="..\..\src\VoidNetClient.cpp" />
<ClCompile Include="TcpClient.cpp" />
</ItemGroup>
<ItemGroup>
<Text Include="..\..\DEV_INFO" />

View File

@ -83,7 +83,7 @@
<ClCompile Include="..\..\src\Handshake.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="TcpClient.cpp">
<ClCompile Include="..\..\src\TcpClient.cpp">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>