Commit graph

8 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
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
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
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
c29344ba6d
Add Peer UI display 2025-07-05 23:03:52 -04:00
e883f201c0
Add Seed display 2025-07-05 21:36:17 -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
73ea0d6fd8
Move game logic plugin configuration to game-specific plugin 2025-05-25 22:29:20 -04:00