godot/modules/multiplayer
Fabio Alessandrelli ad3a4214c5 [MP] Fix nested spawning during "ready".
We want our spawns to be notified after ready, but we need to notify
them in the order they entered tree, so that nested spawners can be used
during "ready" (instead of having to await a frame).
2023-01-17 04:22:07 +01:00
..
doc_classes Merge pull request #70721 from Faless/mp/4.x_fix_relay_option 2023-01-09 23:09:53 +01:00
editor Add EditorUndoRedoManager singleton 2023-01-16 01:11:52 +01:00
config.py [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
multiplayer_debugger.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
multiplayer_debugger.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
multiplayer_spawner.cpp [MP] Fix nested spawning during "ready". 2023-01-17 04:22:07 +01:00
multiplayer_spawner.h [MP] Fix nested spawning during "ready". 2023-01-17 04:22:07 +01:00
multiplayer_synchronizer.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
multiplayer_synchronizer.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_types.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_cache_interface.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_cache_interface.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_multiplayer.cpp Merge pull request #70721 from Faless/mp/4.x_fix_relay_option 2023-01-09 23:09:53 +01:00
scene_multiplayer.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_replication_config.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_replication_config.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_replication_interface.cpp [MP] Fix nested spawning during "ready". 2023-01-17 04:22:07 +01:00
scene_replication_interface.h [MP] Fix nested spawning during "ready". 2023-01-17 04:22:07 +01:00
scene_rpc_interface.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_rpc_interface.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00