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

16 Commits

Author SHA1 Message Date
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
19000f8036 XML comments added to remove all warnings; Documentation.chm updated 2011-04-25 15:13:36 +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
3a02fc25e9 Added NetOutgoingMessage.Write(NetIncomingMessage) 2011-02-17 17:23:35 +00:00
lidgren
eb056bc9aa NetConnection.LocalHailMessage exposed. WriteVariableInt64 and ReadVariableInt64 added. 2010-12-28 13:13:00 +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
49d2e3e8f8 Fixed again hehe 2010-08-07 07:48:18 +00:00
lidgren
ffe86262c6 NetOutgoingMessage.Write(string) now preallocates the correct amount of memory
NetPeer.MessageAvailable added
2010-08-07 07:46:06 +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
e63c52bd7d XTEA fixed; Message encryption working 2010-05-23 10:48:58 +00:00
lidgren
66802928b6 Nat introduction added; sample added (not finished yet) 2010-05-10 09:43:45 +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