virtualx-engine/core/multiplayer
Fabio Alessandrelli d219547c96 [Net] New replication interface, spawner and synchronizer nodes.
Initial implementation of the MultiplayerReplicationInterface and its
default implementation (SceneReplicationInterface).

New MultiplayerSpawner node helps dealing with instantiation of scenes
on remote peers (e.g. clients).
It supports both custom spawns via a `_spawn_custom` virtual function,
and optional auto-spawn of known scenes via a TypedArray<PackedScenes>
property.

New MultiplayerSynchornizer helps synchronizing states between the local
and remote peers, supports both sync and spawn properties and is
configured via a `SceneReplicationConfig` resource.
It can also sync via path (i.e. without being spawned by a
MultiplayerSpawner if both peers has it in tree, but will not send the
spawn state in that case, only the sync one.
2022-02-04 14:56:30 +01:00
..
multiplayer.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
multiplayer_api.cpp [Net] New replication interface, spawner and synchronizer nodes. 2022-02-04 14:56:30 +01:00
multiplayer_api.h [Net] New replication interface, spawner and synchronizer nodes. 2022-02-04 14:56:30 +01:00
multiplayer_peer.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
multiplayer_peer.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
rpc_manager.cpp [Net] New replication interface, spawner and synchronizer nodes. 2022-02-04 14:56:30 +01:00
rpc_manager.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub [Net] Move multiplayer to core subdir, split RPCManager. 2021-09-07 11:14:30 +02:00