3921537360
Add trait wrapping the distribution query filters
CI / Formatting (push) Successful in 39s
2025-10-26 18:34:13 -04:00
3dfeae14f7
Initial change propagation work
CI / Formatting (push) Successful in 42s
2025-10-26 00:44:30 -04:00
fe967d70b9
Remove unused packet variant, move peer UUID to start of packet
2025-10-25 22:22:11 -04:00
fee5fb3c95
Replace specific networking trait bounds with general Networked trait
2025-10-25 21:50:02 -04:00
0f2248a2cb
Saved timed out peers as potential peers
CI / Formatting (push) Successful in 30s
2025-10-18 18:21:33 -04:00
af11fa97fb
Convert distribution to observers
...
And only distribute your own components
2025-10-18 17:49:07 -04:00
1ba4b96863
Convert potential peer ping to a timer run condition
2025-10-18 17:46:13 -04:00
27b4644730
Update to Bevy 0.17.2
CI / Formatting (push) Successful in 32s
2025-10-13 15:17:23 -04:00
53fe3333f0
More complete Peer distribution
...
CI / Formatting (push) Successful in 45s
Slightly better implementation of peers, still need to create a more generic system for deciding which components to distribute where and then use that for Peers.
2025-10-13 01:06:31 -04:00
1a5a628000
Partial: Dedicated Peer distribution system
...
CI / Formatting (push) Successful in 1m7s
This is an uncompleted commit to move the work over to my other machine. Should compile though.
2025-07-09 19:37:46 -04:00
4db82f328b
Create generic distribution system
...
Still incredibly basic and only handles initial distribution and spawning with no relationships or anything.
2025-07-06 18:29:58 -04:00
c29344ba6d
Add Peer UI display
2025-07-05 23:03:52 -04:00
58795eb87e
Don't expose heartbeat to app
2025-07-05 19:28:14 -04:00
e58629c2f1
Don't immediately send heartbeat
CI / Formatting (push) Successful in 1m11s
2025-07-05 18:09:46 -04:00
591cfee715
Remove debugging logs
2025-07-05 18:09:19 -04:00
c10f6cfb82
Rework networking interface
...
CI / Formatting (push) Successful in 1m6s
Add Bevy event queues for inbound and outbound packets, and use Bevy change detection for consumer new Peer handling.
2025-07-05 15:01:33 -04:00
cceca83dac
Add very rough heartbeat
...
CI / Formatting (push) Successful in 1m0s
This also means that the peer can be started up before the main game
2025-07-01 14:43:47 -04:00
293ccf9370
Always derive Debug
CI / Formatting (push) Successful in 1m13s
2025-06-03 00:04:56 -04:00
cb64878186
Rename types to queues
...
I mean that name just sucked
2025-06-02 23:58:56 -04:00
3c0590b273
Set write timeout
...
No read timeout because who knows if we'll ever receive a packet, but writes shouldn't last long
2025-06-02 23:56:00 -04:00
73ea0d6fd8
Move game logic plugin configuration to game-specific plugin
2025-05-25 22:29:20 -04:00
9ac45e9249
Move netcode to module
CI / Formatting (push) Successful in 1m5s
2025-05-25 20:36:49 -04:00