godot/modules/multiplayer
Fabio Alessandrelli b19c1a2e4f [MP] New default multiplayer_peer acting as server.
Adds a OfflineMultiplayerPeer class which behaves like a server with no
connected peers.

Use OfflineMultiplayerPeer as default for SceneMultiplayer.

This means that the SceneTree will act as the multiplayer authority by
default.
Calls to is_server will return true, and calls to get_unique_id will
return TARGET_PEER_SERVER.
2022-11-20 14:17:20 +01:00
..
doc_classes Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00
editor [MP] Initial replication profiler. 2022-11-19 12:48:16 +01:00
config.py
multiplayer_debugger.cpp [MP] Initial replication profiler. 2022-11-19 12:48:16 +01:00
multiplayer_debugger.h [MP] Initial replication profiler. 2022-11-19 12:48:16 +01:00
multiplayer_spawner.cpp Fix typos with codespell 2022-09-30 14:23:36 +02:00
multiplayer_spawner.h Change return type of get_configuration_warnings to PackedStringArray 2022-09-19 16:43:15 +01:00
multiplayer_synchronizer.cpp Fix MultiplayerSynchronizer::update_outbound_sync_time when replication_interval is not 0 2022-10-23 14:01:51 +08:00
multiplayer_synchronizer.h [MP] Allow multiple synchronizers per node. 2022-10-03 14:45:00 +02:00
register_types.cpp [MP] New default multiplayer_peer acting as server. 2022-11-20 14:17:20 +01:00
register_types.h
scene_cache_interface.cpp [MP] Improve network profiler. 2022-11-17 03:14:21 +01:00
scene_cache_interface.h
scene_multiplayer.cpp [MP] New default multiplayer_peer acting as server. 2022-11-20 14:17:20 +01:00
scene_multiplayer.h [MP] New default multiplayer_peer acting as server. 2022-11-20 14:17:20 +01:00
scene_replication_config.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
scene_replication_config.h
scene_replication_interface.cpp [MP] Initial replication profiler. 2022-11-19 12:48:16 +01:00
scene_replication_interface.h [MP] Initial replication profiler. 2022-11-19 12:48:16 +01:00
scene_rpc_interface.cpp [MP] Initial replication profiler. 2022-11-19 12:48:16 +01:00
scene_rpc_interface.h [MP] Improve network profiler. 2022-11-17 03:14:21 +01:00
SCsub SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00