godot/scene
Fabio Alessandrelli 9fcf3b5a9c [Net] Basic extensible MultiplayerAPI spawn/despawn.
`PackedScene`s can be configured to be spawnable via a new
`MultiplayerAPI.spawnable_config` method.
They can be configured either to be spawned automatically when coming
from the server or to always require verification.
Another method, `MultiplayerAPI.send_spawn` lets you request a spawn on
the remote peers.
When a peer receive a spawn request:
- If it comes from the server and the scene is configured as
  `SPAWN_MODE_SERVER`:
  - Spawn the scene (instantiate it, add it to tree).
  - Emit signal `network_spawn`.
- Else:
  - Emit signal `network_spawn_request`.

In a similar way, `despawn`s are handled automatically in
`SPAWN_MODE_SERVER`.

In `SPAWN_MODE_SERVER`, when a new client connects it will also receive,
from the server all the spawned (and not yet despawned) instances.
2021-08-09 16:34:40 +02:00
..
2d Fix get_used_rect() calculation 2021-08-05 20:40:21 +02:00
3d Fix Path3D initial forward calculation 2021-08-07 12:39:34 +02:00
animation Add null check to Tween.bind_node() 2021-08-02 14:15:40 +02:00
audio Optimize StringName usage 2021-07-18 21:20:02 -03:00
debugger Use const references where possible for List range iterators 2021-07-25 12:22:25 +02:00
gui [Text Server] Improve object (image/table) inline alignment. 2021-08-08 22:35:47 +03:00
main [Net] Basic extensible MultiplayerAPI spawn/despawn. 2021-08-09 16:34:40 +02:00
resources Merge pull request #51155 from Chaosus/shader_fix_specular_mode 2021-08-09 08:13:47 +02:00
register_scene_types.cpp Refactor layer property editor grid 2021-07-30 11:19:50 -07:00
register_scene_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
scene_string_names.cpp Node3D gizmo improvements 2021-07-23 21:01:10 +02:00
scene_string_names.h Node3D gizmo improvements 2021-07-23 21:01:10 +02:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00