Commit graph

9 commits

Author SHA1 Message Date
1a5a628000
Partial: Dedicated Peer distribution system
All checks were successful
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
58795eb87e
Don't expose heartbeat to app 2025-07-05 19:28:14 -04:00
e58629c2f1
Don't immediately send heartbeat
All checks were successful
CI / Formatting (push) Successful in 1m11s
2025-07-05 18:09:46 -04:00
c10f6cfb82
Rework networking interface
All checks were successful
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
All checks were successful
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
cb64878186
Rename types to queues
I mean that name just sucked
2025-06-02 23:58:56 -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
All checks were successful
CI / Formatting (push) Successful in 1m5s
2025-05-25 20:36:49 -04:00