1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-16 23:26:32 +09:00

NetConnection.Status added - reflects the "message consumed" status for consistency. Encryption work in progress.

This commit is contained in:
lidgren
2010-05-08 20:02:13 +00:00
parent 9099ff30c5
commit 25af67f958
7 changed files with 132 additions and 10 deletions

View File

@@ -46,7 +46,6 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Content Include="Documentation\Improvements.txt" />
<Compile Include="NetBigInteger.cs" />
<Compile Include="NetBitVector.cs" />
<Compile Include="NetConnectionStatistics.cs" />
@@ -88,11 +87,8 @@
</ItemGroup>
<ItemGroup>
<Content Include="Documentation\ChangedFromV2.txt" />
<Content Include="Documentation\Discovery.html" />
<Content Include="Documentation\PacketLayout.txt" />
<Content Include="Documentation\SimulatingBadNetwork.html" />
<Content Include="Documentation\TODO.txt" />
<Content Include="Documentation\Tutorial.html" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.