Commit graph

7 commits

Author SHA1 Message Date
46f00e2047
Convert game loggers to observers
These functions don't really do anything, I just want to have the code in place for reference
2025-10-18 17:49:56 -04:00
27b4644730
Update to Bevy 0.17.2
All checks were successful
CI / Formatting (push) Successful in 32s
2025-10-13 15:17:23 -04:00
53fe3333f0
More complete Peer distribution
All checks were successful
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
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
d89d539f3b
Make Seed a component
Conceptually it works better as a resource, but that's an extra layer of complexity for the upcoming automatic distribution work.
2025-07-06 17:47:19 -04:00
58795eb87e
Don't expose heartbeat to app 2025-07-05 19:28:14 -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