Sebastian Zander
|
754f33448e
|
Added test that breaks when using PeekUInt64(int maxBits).
There's a bug in this function, as well as in ReadUInt64(int maxBits),
when trying to read more than 32 bits (and the value uses more than 32
bits).
|
2015-08-04 11:11:03 +02:00 |
|
lidgren
|
2a0027ec91
|
Merge pull request #28 from MichaelDePiazzi/upnp-timeout
UPnP discovery timeout
|
2015-07-27 10:30:20 +02:00 |
|
MichaelDePiazzi
|
1560ba75d8
|
fix: UPnP discovery response did not time out
|
2015-07-27 14:28:59 +08:00 |
|
lidgren
|
1a8da2e00c
|
Merge pull request #27 from joshjje/master
Added missing readonly properties to NetConnectionStatistics for sent…
|
2015-07-09 10:09:33 +02:00 |
|
Joshjje
|
bbd026e459
|
Added missing readonly properties to NetConnectionStatistics for sent/received/dropped message counts.
|
2015-07-05 19:22:18 -04:00 |
|
Michael Lidgren
|
387f786950
|
Fixed number of fragments statistics, fixed dropping duplicates for early received reliable unordered messages, added dropped messages statistics
|
2015-06-09 14:10:28 +02:00 |
|
Michael Lidgren
|
d111197edb
|
Typo fixed
|
2015-06-04 21:40:34 +02:00 |
|
Michael Lidgren
|
a5122044e8
|
Merge branch 'master' of https://github.com/lidgren/lidgren-network-gen3
|
2015-06-04 21:36:53 +02:00 |
|
Michael Lidgren
|
a4240c914b
|
Fixed intermediate status messages not being outputted using StatusChanged messages
|
2015-06-04 21:36:19 +02:00 |
|
lidgren
|
624c344e4a
|
Merge pull request #22 from RevenantX/fixes
Constrained platform fix.
|
2015-05-25 16:32:07 +02:00 |
|
RevenantX
|
6754530c81
|
Update PlatformConstrained.cs
|
2015-05-25 17:27:24 +03:00 |
|
lidgren
|
7a640556b1
|
Merge pull request #21 from RevenantX/fixes
Fix compile errors in unity3d.
|
2015-05-25 16:27:23 +02:00 |
|
RevenantX
|
1c2a5ee1a3
|
Fix compile errors in unity3d.
|
2015-05-25 17:23:18 +03:00 |
|
Michael Lidgren
|
9878bb3f01
|
trigger heartbeat send flush for resends
|
2015-05-23 13:24:13 +02:00 |
|
Michael Lidgren
|
dff2f0131f
|
Receiving an ack for a reliable message sent less than two seconds ago will postpone timeout
|
2015-05-20 09:14:58 +02:00 |
|
Michael Lidgren
|
4a248c9069
|
Merge branch 'master' of https://github.com/lidgren/lidgren-network-gen3
|
2015-05-13 14:38:58 +02:00 |
|
Michael Lidgren
|
b374cf7e00
|
recycle outgoing messages even when throwing exception because of invalid recipients
|
2015-05-13 14:38:30 +02:00 |
|
Michael Lidgren
|
0b4d688fc2
|
GetBroadcastAddress problem fixed... again.
|
2015-05-08 19:07:42 +02:00 |
|
Michael Lidgren
|
513d4d6da1
|
Also use GetCachedBroadcastAddress() in RELEASE
|
2015-05-08 10:49:20 +02:00 |
|
Michael Lidgren
|
47ffa3b428
|
Fix for overallocation
|
2015-05-06 08:31:32 +02:00 |
|
Michael Lidgren
|
9b82d2a0c6
|
UNITY specifics for GetMyAddress incorporated
|
2015-05-05 15:41:46 +02:00 |
|
Michael Lidgren
|
77515da42d
|
Added warning for SuppressUnreliableUnorderedAcks mismatch between sender and receiver
|
2015-04-14 09:23:16 +02:00 |
|
Michael Lidgren
|
0b8caecfce
|
SuppressUnreliableUnorderedAcks now default to false (old behaviour)
|
2015-04-13 16:44:40 +02:00 |
|
Michael Lidgren
|
2d060cced8
|
Added configuration setting to suppress acks for unreliable unordered messages
|
2015-04-13 13:25:30 +02:00 |
|
Michael Lidgren
|
86a695cf2b
|
fixed performance snafu looking up broadcast address every packet send
|
2015-04-13 11:24:41 +02:00 |
|
Michael Lidgren
|
59995cc37b
|
using constrainedplatform.cs for UNITY_STANDALONE_LINUX
|
2015-03-31 08:54:54 +02:00 |
|
Michael Lidgren
|
fa8b1e986d
|
First iteration improved multiplatform support
|
2015-03-24 13:26:55 +01:00 |
|
lidgren
|
8033a73e73
|
Merge pull request #10 from forestrf/master
Fix workaround for the Unity Web Player.
|
2015-03-24 08:49:00 +01:00 |
|
Andrés Leone
|
f2e70ecd5d
|
Fix workaround for the Unity Web Player.
It pass the unit tests.
This fix can have the problem described here:
- http://stackoverflow.com/questions/957388/why-are-rijndaelmanaged-and-aescryptoserviceprovider-returning-different-results/4863924#4863924
|
2015-03-22 03:48:13 +01:00 |
|
lidgren
|
5df02daefd
|
Merge pull request #7 from JamieH/patch-1
Add Build status to the README
|
2015-02-12 09:01:20 +01:00 |
|
Michael Lidgren
|
44bc4ff06e
|
Recycling problems hopefully fully fixed now. Library message now also recycled.
|
2015-02-07 17:25:54 +01:00 |
|
Michael Lidgren
|
6a0abf25c3
|
Fixed issue with recycling count and resent messages
|
2015-02-06 19:23:32 +01:00 |
|
Michael Lidgren
|
b3fffb52e5
|
changed remaining float representations of time to doubles
|
2015-02-06 18:57:42 +01:00 |
|
Michael Lidgren
|
6f52612619
|
Merge branch 'master' of https://github.com/lidgren/lidgren-network-gen3
|
2015-02-04 08:57:14 +01:00 |
|
Michael Lidgren
|
7e2b251d11
|
Added comment to NetQueue about linux mono hang resolution
|
2015-02-04 08:56:53 +01:00 |
|
Jamie Hankins
|
22a859dcb5
|
Add Build status to the README
|
2015-02-02 14:51:40 +00:00 |
|
lidgren
|
aa5deb552f
|
Merge pull request #5 from JamieH/master
Travis support
|
2015-02-02 10:30:18 +01:00 |
|
Michael Lidgren
|
07b69365f2
|
Masterserver sample fixed
|
2015-02-02 10:13:31 +01:00 |
|
Michael Lidgren
|
a246176a1e
|
XNA sample zipped to enable autobuilding; many sample and unconnected sample now don't reference missing file
|
2015-02-02 10:09:15 +01:00 |
|
Michael Lidgren
|
4723d1af66
|
Fixed EncryptionSample referencing missing files
|
2015-02-02 10:04:37 +01:00 |
|
Michael Lidgren
|
c72bb72b4b
|
Merge branch 'master' of https://github.com/lidgren/lidgren-network-gen3
|
2015-02-02 09:44:56 +01:00 |
|
Michael Lidgren
|
044c20ef60
|
Removed XNA extensions as a project since it doesn't build. Kept actual code file so it can be used manually.
|
2015-02-02 09:42:22 +01:00 |
|
lidgren
|
9947aae22a
|
Merge pull request #4 from joshjje/master
Changed NetPeer.SendMessage parameter from List to IList
|
2015-02-02 09:05:45 +01:00 |
|
Jamie Hankins
|
40e88614b5
|
Oops, Typo on .travis.yml
|
2015-02-02 02:19:26 +00:00 |
|
Jamie Hankins
|
cc0220a9bf
|
Remove Console.ReadKey() from the UnitTest program
This stops it from hanging on the Travis build
|
2015-02-02 02:06:07 +00:00 |
|
Jamie Hankins
|
f3c63a2984
|
Create .travis.yml
|
2015-02-02 02:00:48 +00:00 |
|
Joshjje
|
1abb872919
|
Changed NetPeer.SendMessage parameter from List to IList
|
2015-02-01 11:00:32 -05:00 |
|
Michael Lidgren
|
5879fb641e
|
Rev397-400 on google code; fixes to recycling and minor tweak to heartbeat calling when a disconnection occurs
|
2015-01-25 16:05:49 +01:00 |
|
Michael Lidgren
|
4b7b53b36d
|
added mutex for access to m_handshake everywhere except count requests
|
2015-01-21 08:52:28 +01:00 |
|
lidgren
|
bc5b0a0f45
|
Merge pull request #2 from ItalyToast/master
Adding a .gitignore
|
2015-01-21 08:38:51 +01:00 |
|