1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-14 14:16:30 +09:00
Commit Graph

133 Commits

Author SHA1 Message Date
lidgren
2bab58ed69 Missing file NamespaceDoc added 2010-10-22 16:07:22 +00:00
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
aa72849830 Lots of XML comments added; documentation rebuilt 2010-10-19 19:04:51 +00:00
lidgren
ad9ee50518 Sandcastle documentation added 2010-10-19 18:15:14 +00:00
lidgren
41f96eefcf 3.5 updates 2010-10-19 18:00:05 +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
4a7cffce02 Added code to prevent multiple connection approval messages from being spawned and more sending serverfull when connections + pending connections exceed maxconnections 2010-10-14 20:28:31 +00:00
lidgren
c1e13711e7 Fixed again so it even works in runtime ;-) 2010-10-14 20:19:19 +00:00
lidgren
143f2439d9 fixed uncommented IS_MAC_AVAILABLE compile error 2010-10-14 20:15:27 +00:00
lidgren
5e95651649 NetSha.Hash made thread safe 2010-09-26 13:16:09 +00:00
lidgren
3b0c33fa8a newly introduced ReduceStoragePool bug fixed 2010-09-26 09:00:46 +00:00
lidgren
c485a2d02c NetBitVector enhanced 2010-09-24 18:26:01 +00:00
lidgren
a579ff8f4b Clearing m_withheldMessages and m_fragmentGroups in FinishDisconnect 2010-09-22 20:24:03 +00:00
lidgren
e57b45fde4 Optimized ReduceStoragePool ever so slightly 2010-09-22 20:14:57 +00:00
lidgren
29b7e2fe06 Added ResentMessages to NetConnectionStatistics 2010-09-14 09:13:47 +00:00
lidgren
fd7d99b9c4 Added NetConnection.CreateMessage method in addition to NetPeer.CreateMessage 2010-09-13 13:52:21 +00:00
lidgren
12e9ca6e27 NetIncomingMessage.PositionInBytes added 2010-09-12 20:04:27 +00:00
lidgren
e38bdfeab6 Changed return value of SendMessage to bool for consistency
Added a number of verbose debug messages (to be removed later)
2010-09-12 20:00:12 +00:00
lidgren
c185b3b16f NetConnection.UnsentBytesCount added 2010-09-07 06:53:23 +00:00
lidgren
fa3bd2646f Tweaks + debug messages 2010-09-07 06:35:09 +00:00
lidgren
4c9e1df96b 2010-09-07 06:08:47 +00:00
lidgren
4722cb820c NetUtility.Resolve cleaned up 2010-09-07 06:06:39 +00:00
lidgren
1cf64dc015 NetQueue TryDequeue signature change 2010-09-05 10:37:39 +00:00
lidgren
61436efa7b NetQueue fixes 2010-09-02 22:17:34 +00:00
lidgren
6e1ff06634 Bad network thread check removed 2010-09-02 07:27:46 +00:00
lidgren
1c73e5e279 More debug messages 2010-08-29 11:07:20 +00:00
lidgren
bdfdbb3601 Debug messages added 2010-08-29 11:04:45 +00:00
lidgren
d85ca4f2fb Edited wiki page IncomingMessageTypes through web user interface. 2010-08-27 06:11:51 +00:00
lidgren
62f4004938 Fixed VerifyAndLock 2010-08-19 09:43:23 +00:00
lidgren
d4c4f7610c throttling bug fixed 2010-08-19 08:05:25 +00:00
lidgren
482c721a93 Throttling config fixed 2010-08-19 07:10:25 +00:00
lidgren
abaa41ca9b Edited wiki page through web user interface. 2010-08-17 11:16:08 +00:00
lidgren
9cfff67da2 Edited wiki page through web user interface. 2010-08-17 11:15:39 +00:00
lidgren
440006e20c Fixed NetIncomingMessage.Seek() 2010-08-17 11:01:02 +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
4fef27d175 Oops, removed debug code 2010-08-10 11:23:56 +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
a5ab4ab485 ToHexString optimized 2010-08-08 07:38:45 +00:00
lidgren
7f49001c11 removed redundant code 2010-08-07 13:42:18 +00:00
lidgren
ae5633862d NetPeer ToString null check added 2010-08-07 13:40:31 +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
44089457f9 All SendMessage methods now return a boolean 2010-08-05 13:57:53 +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