3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 26, 2023 — May 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added license for clarity More... almost 9 years ago
Merge pull request #31 from zsebastian/master More... almost 9 years ago
Bug in Read/Peek for UInt64 with numberBits over 32 fixed. More... almost 9 years ago
Added test that breaks when using PeekUInt64(int maxBits). More... almost 9 years ago
Merge pull request #28 from MichaelDePiazzi/upnp-timeout More... almost 9 years ago
fix: UPnP discovery response did not time out More... almost 9 years ago
Merge pull request #27 from joshjje/master More... almost 9 years ago
Added missing readonly properties to NetConnectionStatistics for sent/received/dropped message counts. More... almost 9 years ago
Fixed number of fragments statistics, fixed dropping duplicates for early received reliable unordered messages, added dropped messages statistics More... almost 9 years ago
Typo fixed More... almost 9 years ago
Merge branch 'master' of https://github.com/lidgren/lidgren-network-gen3 More... almost 9 years ago
Fixed intermediate status messages not being outputted using StatusChanged messages More... almost 9 years ago
Merge pull request #22 from RevenantX/fixes More... about 9 years ago
Update PlatformConstrained.cs More... about 9 years ago
Merge pull request #21 from RevenantX/fixes More... about 9 years ago
Fix compile errors in unity3d. More... about 9 years ago
trigger heartbeat send flush for resends More... about 9 years ago
Receiving an ack for a reliable message sent less than two seconds ago will postpone timeout More... about 9 years ago
Merge branch 'master' of https://github.com/lidgren/lidgren-network-gen3 More... about 9 years ago
recycle outgoing messages even when throwing exception because of invalid recipients More... about 9 years ago
GetBroadcastAddress problem fixed... again. More... about 9 years ago
Also use GetCachedBroadcastAddress() in RELEASE More... about 9 years ago
Fix for overallocation More... about 9 years ago
UNITY specifics for GetMyAddress incorporated More... about 9 years ago
Added warning for SuppressUnreliableUnorderedAcks mismatch between sender and receiver More... about 9 years ago
SuppressUnreliableUnorderedAcks now default to false (old behaviour) More... about 9 years ago
Added configuration setting to suppress acks for unreliable unordered messages More... about 9 years ago
fixed performance snafu looking up broadcast address every packet send More... about 9 years ago
using constrainedplatform.cs for UNITY_STANDALONE_LINUX More... about 9 years ago
First iteration improved multiplatform support More... about 9 years ago