godot/scene/main
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
..
canvas_item.cpp Add nodiscard to core math classes to catch c++ errors. 2022-01-20 13:07:49 +00:00
canvas_item.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
canvas_layer.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
canvas_layer.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
http_request.cpp Merge pull request #56771 from mhilbrunner/unacceptable 2022-02-02 18:28:30 +01:00
http_request.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
instance_placeholder.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
instance_placeholder.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
node.cpp [Net] New replication interface, spawner and synchronizer nodes. 2022-02-04 14:56:30 +01:00
node.h [Net] New replication interface, spawner and synchronizer nodes. 2022-02-04 14:56:30 +01:00
resource_preloader.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_preloader.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
scene_tree.cpp [Net] New replication interface, spawner and synchronizer nodes. 2022-02-04 14:56:30 +01:00
scene_tree.h [Net] New replication interface, spawner and synchronizer nodes. 2022-02-04 14:56:30 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
shader_globals_override.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
shader_globals_override.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
timer.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
timer.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
viewport.cpp Merge pull request #57517 from groud/viewport_expose_gui_focus 2022-02-03 11:20:20 +01:00
viewport.h Merge pull request #57517 from groud/viewport_expose_gui_focus 2022-02-03 11:20:20 +01:00
window.cpp Fix main window title translation. 2022-01-21 15:32:22 +02:00
window.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00