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

21 Commits

Author SHA1 Message Date
lidgren
8029d725d1 Lots of xml comments added. Documentation updated.
Removed extension methods to be able to compile for .net framework 2.0
2010-10-20 20:03:39 +00:00
lidgren
609bc1afe2 major update; gen 3.5 2010-10-19 17:45:55 +00:00
lidgren
1cf64dc015 NetQueue TryDequeue signature change 2010-09-05 10:37:39 +00:00
lidgren
d9281b586a Added NetPeer.NetworkThreadName setter 2010-08-15 10:30:36 +00:00
lidgren
d340cc58ef Added setter to NetworkThreadName 2010-08-15 10:25:07 +00:00
lidgren
cf60a5ef57 Enumerated and exposed network thread name 2010-08-13 06:44:07 +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
ae5633862d NetPeer ToString null check added 2010-08-07 13:40:31 +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
d8308e584a Exception message clarified 2010-08-05 12:34:28 +00:00
lidgren
7bcf2f6e0d m_visibleStatus made internal 2010-07-26 10:33:06 +00:00
lidgren
494cc7acee Various ArgumentNullExceptions added 2010-07-26 07:48:10 +00:00
lidgren
ced71204ac NetClient.Connect() now prevents new connection if one already exists 2010-07-18 12:13:26 +00:00
lidgren
7cfdc0a218 GetConnection() added 2010-07-07 16:41:25 +00:00
lidgren
fa69daebbb TryConnect() added 2010-07-07 16:34:03 +00:00
lidgren
2aff5de88e Unconnected messages now marked as sent when sending 2010-06-28 08:06:41 +00:00
lidgren
14d3f3b390 Major refactoring of sending messages to multiple recipients 2010-06-21 19:22:21 +00:00
lidgren
9577d4b4a6 Missing project added; various code cleanups 2010-05-14 17:12:26 +00:00
lidgren
c1f8eff04b XNA extensions added 2010-05-09 08:16:02 +00:00
lidgren
25af67f958 NetConnection.Status added - reflects the "message consumed" status for consistency. Encryption work in progress. 2010-05-08 20:02:13 +00:00
lidgren
fbcd550a2a transferred from trunk/Generation3 of lidgren-network 2010-05-06 18:30:27 +00:00