virtualx-engine/modules/multiplayer
Fabio Alessandrelli ba6f5471c4 [MP] Add warnings to spawner and synchronizer.
MultiplayerSpawner:
- When spawn_path is invalid.
- When the auto spawn list is empty and _spawn_custom is not overridden.
  Note: We remove the warning for placeholder scripts since there's no
  way of knowing if they have a certain method.

MultiplayerSynchronizer:
- When root_path is invalid.
2022-09-17 00:06:42 +02:00
..
doc_classes Rename the argument tag to param in XML documentation 2022-08-08 22:34:31 +03:00
editor Add per-scene UndoRedo 2022-08-22 18:05:10 +02:00
config.py
multiplayer_spawner.cpp [MP] Add warnings to spawner and synchronizer. 2022-09-17 00:06:42 +02:00
multiplayer_spawner.h [MP] Add warnings to spawner and synchronizer. 2022-09-17 00:06:42 +02:00
multiplayer_synchronizer.cpp [MP] Add warnings to spawner and synchronizer. 2022-09-17 00:06:42 +02:00
multiplayer_synchronizer.h [MP] Add warnings to spawner and synchronizer. 2022-09-17 00:06:42 +02:00
register_types.cpp
register_types.h
scene_cache_interface.cpp fix 'Comparison result is always the same' warnings 2022-07-29 19:45:22 +02:00
scene_cache_interface.h
scene_multiplayer.cpp
scene_multiplayer.h
scene_replication_config.cpp
scene_replication_config.h
scene_replication_interface.cpp document multiplayer replication classes, small changes to multiplayer spawner 2022-07-30 21:38:19 -05:00
scene_replication_interface.h
scene_replication_state.cpp Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT 2022-09-06 19:00:33 +02:00
scene_replication_state.h
scene_rpc_interface.cpp
scene_rpc_interface.h
SCsub