godot/modules/multiplayer
2025-03-07 17:33:47 -06:00
..
doc_classes [MP] Move OfflineMultiplayerPeer docs to the module 2024-11-27 13:18:33 +01:00
editor Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
tests Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
config.py [MP] Move OfflineMultiplayerPeer docs to the module 2024-11-27 13:18:33 +01:00
multiplayer_debugger.cpp Replace error checks against size with is_empty 2024-02-09 12:50:15 +01:00
multiplayer_debugger.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
multiplayer_spawner.cpp Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
multiplayer_spawner.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
multiplayer_synchronizer.cpp Instantiate a replication config on synchronizer creation 2024-06-20 01:14:50 +02:00
multiplayer_synchronizer.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
register_types.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
register_types.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
scene_cache_interface.cpp [MP] Partially revert cache cleanup, track paths as fallback 2024-07-31 19:32:32 +02:00
scene_cache_interface.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
scene_multiplayer.cpp Improve use of Ref.is_null/valid 2024-12-23 16:35:02 -05:00
scene_multiplayer.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
scene_replication_config.cpp Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
scene_replication_config.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
scene_replication_interface.cpp Use Core/Scene stringnames consistently 2024-05-13 23:41:07 +02:00
scene_replication_interface.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
scene_rpc_interface.cpp Improve use of Ref.is_null/valid 2024-12-23 16:35:02 -05:00
scene_rpc_interface.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub Add unit tests for SceneMultiplayer 2024-09-29 21:44:52 -03:00