mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-15 03:42:04 +00:00
docs(multiplayer): consolidate tracking into one document
multiplayer-todo.md and multiplayer-next.md tracked overlapping information in two places. Fold everything into multiplayer-next.md (architecture decisions, wire format, task breakdown with checkboxes, gotchas list, testing notes) and delete multiplayer-todo.md. Section numbers are unchanged, so existing code comments citing them by section/task number still resolve; update every such reference to point at the new filename.
This commit is contained in:
@@ -97,7 +97,7 @@ func _on_player_joined(peer_id: int, player_name: String) -> void:
|
||||
_finish(true, "host saw player_joined (peer_id=%d, name=%s)" % [peer_id, player_name])
|
||||
|
||||
|
||||
# Adversarial-review regression (multiplayer-todo.md §9): MatchNet.roster
|
||||
# Adversarial-review regression (multiplayer-next.md §9): MatchNet.roster
|
||||
# used to have no path that cleared it when a HOST itself called
|
||||
# NetworkManager.shutdown() — only the client-side disconnect signal did.
|
||||
# Host -> client joins -> host leaves (shutdown) -> host again used to
|
||||
|
||||
Reference in New Issue
Block a user