1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-06 02:11:06 +09:00
Commit Graph

14 Commits

Author SHA1 Message Date
Sebastian Zander
754f33448e Added test that breaks when using PeekUInt64(int maxBits).
There's a bug in this function, as well as in ReadUInt64(int maxBits),
when trying to read more than 32 bits (and the value uses more than 32
bits).
2015-08-04 11:11:03 +02:00
lidgren
f914c772d1 WriteByte() fixed 2012-12-18 08:58:44 +00:00
lidgren
0a0e319f21 NetIncomingMessage and NetOutgoingMessage common parts unified in NetBuffer; which is now a base class for the former 2012-03-23 08:59:32 +00:00
lidgren
e07f7c75c9 NetOutgoingMessage.Write(float) optimized to avoid memory allocation 2012-01-20 09:52:19 +00:00
lidgren
123c5d6c00 bool ReadXXX(out result) versions added for some read methods 2011-12-06 18:31:05 +00:00
lidgren
c896b180fb Read/Write variable sized Int32/Int64 bug fixed; very large numbers were decoded incorrectly 2011-03-19 08:26:00 +00:00
lidgren
eb056bc9aa NetConnection.LocalHailMessage exposed. WriteVariableInt64 and ReadVariableInt64 added. 2010-12-28 13:13:00 +00:00
lidgren
609bc1afe2 major update; gen 3.5 2010-10-19 17:45:55 +00:00
lidgren
bbeb7dfb2a NetServer.Disconnect added; Buffer.BlockCopy used in NetBitWriter 2010-07-26 07:39:02 +00:00
lidgren
11d33aa446 Reliability fix; first sequenced message was swallowed 2010-07-15 05:41:53 +00:00
lidgren
551dca6d0e NetIncomingMessage and NetOutgoingMessage now implements Stream as base class 2010-07-13 14:28:34 +00:00
lidgren
9577d4b4a6 Missing project added; various code cleanups 2010-05-14 17:12:26 +00:00
lidgren
421a4675c9 *AllFields now reads/writes members in alphabetical order 2010-05-09 08:36:39 +00:00
lidgren
fbcd550a2a transferred from trunk/Generation3 of lidgren-network 2010-05-06 18:30:27 +00:00