Rodrigo Alfonso
|
e6c035059d
|
Adding optional async ACKs
|
2023-10-31 22:57:18 -03:00 |
|
Rodrigo Alfonso
|
1d10684501
|
Using EndHost when playerCount == maxPlayers
|
2023-10-31 20:55:54 -03:00 |
|
Rodrigo Alfonso
|
0b5bd0f64a
|
Also removing std::vector from LinkCableMultiboot
|
2023-03-04 04:11:03 -03:00 |
|
Rodrigo Alfonso
|
290cd89b30
|
Making it so max transfer lengths are user-tweakable constants
|
2023-02-25 23:03:15 -03:00 |
|
Rodrigo Alfonso
|
526b7c6e1f
|
Cleaning code
|
2023-02-24 22:36:14 -03:00 |
|
Rodrigo Alfonso
|
fee1856728
|
Adding getProtocol() and setProtocol(...)
|
2023-02-23 15:38:08 -03:00 |
|
Rodrigo Alfonso
|
a3a7b73d65
|
Updating version v5.0.2
|
2023-02-23 15:22:55 -03:00 |
|
Rodrigo Alfonso
|
ca6bac223d
|
Stop using std::queue
|
2023-02-23 15:21:50 -03:00 |
|
Rodrigo Alfonso
|
2a29d6f680
|
Stop using std::vector in LinkWireless
|
2023-02-23 15:06:34 -03:00 |
|
Rodrigo Alfonso
|
455bccb2fc
|
FIX: Guests now receive the first packet from server
|
2023-02-23 00:50:47 -03:00 |
|
Rodrigo Alfonso
|
3da2aa3d19
|
Removing unneeded allocations in LinkUniversal
|
2023-02-22 23:59:28 -03:00 |
|
Rodrigo Alfonso
|
2241324e59
|
Improving README / cleaning code
|
2023-02-22 17:09:41 -03:00 |
|
Rodrigo Alfonso
|
e6dcfe7a7e
|
Adding WIRELESS_CLIENT option
|
2023-02-12 21:35:48 -03:00 |
|
Rodrigo Alfonso
|
43775f946e
|
FIX: Only validating clients < config.maxPlayers
|
2023-02-12 21:10:08 -03:00 |
|
Rodrigo Alfonso
|
03d2d925c0
|
Adding initial server packetId for clients that connect after the session starts
|
2023-02-12 20:51:09 -03:00 |
|
Rodrigo Alfonso
|
c94912c627
|
FIX: Accepting self player packet ids
|
2023-02-12 20:26:12 -03:00 |
|
Rodrigo Alfonso
|
c758293fc1
|
FIX: Only ignoring self messages if they are actually messages, not confirmations
|
2023-02-12 19:57:35 -03:00 |
|
Rodrigo Alfonso
|
b721ba5a80
|
Now nodes confirm with 22-bit packetIds but messages have 6-bit ids
|
2023-02-12 19:21:47 -03:00 |
|
Rodrigo Alfonso
|
f3ffdecfe7
|
Fixing confirmations after the small packet id change
|
2023-02-12 10:15:58 -03:00 |
|
Rodrigo Alfonso
|
1bc335e785
|
Fixing linkUniversal's send(...) usage
|
2023-02-12 07:42:31 -03:00 |
|
Rodrigo Alfonso
|
9d27ae4309
|
Using a more permissive keepConnecting to prevent errors
|
2023-02-12 07:41:31 -03:00 |
|
Rodrigo Alfonso
|
70c74a5bfe
|
FIX: Accepting ping messages, as they have the playerCount
|
2023-02-12 07:30:28 -03:00 |
|
Rodrigo Alfonso
|
942667b92b
|
Switching to self-contained 16-bit messages
|
2023-02-12 07:23:47 -03:00 |
|
Rodrigo Alfonso
|
9aa922e97f
|
Implementing client confirmation logic again
|
2023-02-12 06:07:03 -03:00 |
|
Rodrigo Alfonso
|
9de9fc4f33
|
Starting a redesign to reduce header size
|
2023-02-12 05:36:24 -03:00 |
|
Rodrigo Alfonso
|
9449481152
|
Fixing usage: linkConnection => linkWireless
|
2023-02-11 21:50:16 -03:00 |
|
Rodrigo Alfonso
|
8f1a0b990d
|
Optimization: Sending/receiving alternately in different timer ticks
|
2023-02-11 21:26:08 -03:00 |
|
Rodrigo Alfonso
|
e15f638fef
|
Optimization: Trying to minimize time on ISRs
|
2023-02-11 07:00:24 -03:00 |
|
Rodrigo Alfonso
|
1e695813c7
|
Adding retransmission option to LinkUniversal
|
2023-02-11 01:16:51 -03:00 |
|
Rodrigo Alfonso
|
dd1740a021
|
LinkUniversal: Increasing serve wait frames to 60
|
2023-02-11 01:11:22 -03:00 |
|
Rodrigo Alfonso
|
bc91f7d0db
|
Updating LinkUniversal with new LinkWireless API
|
2023-02-11 00:55:33 -03:00 |
|
Rodrigo Alfonso
|
a0c3dd23e2
|
Updating all versions to v5.0.0
|
2023-02-10 23:56:56 -03:00 |
|
Rodrigo Alfonso
|
1578f5410e
|
Updating LinkWireless docs
|
2023-02-10 23:55:10 -03:00 |
|
Rodrigo Alfonso
|
4a29566c0f
|
Updating remote timeout to 10
|
2023-02-10 22:57:42 -03:00 |
|
Rodrigo Alfonso
|
8e2f10ef0f
|
Sending only one ping per frame
|
2023-02-10 22:03:40 -03:00 |
|
Rodrigo Alfonso
|
fa92ebbb08
|
Now clients wait until the server sends
|
2023-02-10 21:43:36 -03:00 |
|
Rodrigo Alfonso
|
771c661aa3
|
FIX: MessageQueue::forEach was broken
|
2023-02-10 21:39:53 -03:00 |
|
Rodrigo Alfonso
|
1197883f7a
|
Updating error checking, canSend is not reliable anymore
|
2023-02-10 20:10:50 -03:00 |
|
Rodrigo Alfonso
|
b1196edfa6
|
Copying outgoingState on serial IRQ
|
2023-02-10 19:33:29 -03:00 |
|
Rodrigo Alfonso
|
510871854b
|
Adding option to set max players in example
|
2023-02-10 19:23:16 -03:00 |
|
Rodrigo Alfonso
|
beeea962ef
|
Optimizing confirmations length to maxPlayers
|
2023-02-10 19:11:52 -03:00 |
|
Rodrigo Alfonso
|
a930cf8feb
|
Forwarding messages in user space
|
2023-02-10 10:11:07 -03:00 |
|
Rodrigo Alfonso
|
97122f5eac
|
Fixing copyState to always try to empty queues
|
2023-02-10 10:04:08 -03:00 |
|
Rodrigo Alfonso
|
37e1d97be5
|
FIX: Avoid issuing forwarded packet ids if we're full
|
2023-02-10 09:40:39 -03:00 |
|
Rodrigo Alfonso
|
fdf3fa3d8b
|
Only adding tmp message if there's enough space
|
2023-02-10 09:12:33 -03:00 |
|
Rodrigo Alfonso
|
7a5e01b203
|
Adding isSessionActive() method
|
2023-02-10 09:00:19 -03:00 |
|
Rodrigo Alfonso
|
a39b39ebfe
|
FIX: When retransmission is off, clearing messages immediately
|
2023-02-10 08:25:24 -03:00 |
|
Rodrigo Alfonso
|
07b26bf1fa
|
Adding more locks to protect the main lists
|
2023-02-10 06:10:44 -03:00 |
|
Rodrigo Alfonso
|
5777d176d7
|
FIX: The compiler was messing up locks
|
2023-02-10 01:44:44 -03:00 |
|
Rodrigo Alfonso
|
0ce27fe939
|
Adding retransmission debugger
|
2023-02-10 00:42:18 -03:00 |
|