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

15 Commits

Author SHA1 Message Date
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
e995855d2a Relaxed ReadBytes() assert to allow reading 1 byte from buffer of 1 bit etc. 2011-02-19 18:33:43 +00:00
lidgren
eb056bc9aa NetConnection.LocalHailMessage exposed. WriteVariableInt64 and ReadVariableInt64 added. 2010-12-28 13:13:00 +00:00
lidgren
6989fbda61 tiny additions 2010-12-21 19:40:02 +00:00
lidgren
330c5cf83e ConnectionLatencyUpdated message type added; WriteTime() ReadTime() added 2010-12-20 10:35:51 +00:00
lidgren
609bc1afe2 major update; gen 3.5 2010-10-19 17:45:55 +00:00
lidgren
baaa5926f8 fixed Write/ReadAllFields bug 2010-10-16 06:05:33 +00:00
lidgren
12e9ca6e27 NetIncomingMessage.PositionInBytes added 2010-09-12 20:04:27 +00:00
lidgren
38bb13b3a7 initializing network (including binding to socket) moved out from network thread, enabling catching of exceptions
ConnectionReset on reading handled properly (by disconnecting) when only one connection
readonly added to various members
2010-08-11 18:34:15 +00:00
lidgren
04b7647bfb Logging error instead of throwing exception on network thread in RELEASE
Removed superflous break
Added new keyword to ReadByte() - not optimal, but it will have to do for now
2010-08-10 11:21:56 +00:00
lidgren
551dca6d0e NetIncomingMessage and NetOutgoingMessage now implements Stream as base class 2010-07-13 14:28:34 +00:00
lidgren
09c241f428 Moved reflection read/write methods to their own partial class files 2010-05-30 13:58:04 +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