godot/modules/multiplayer
Hugo Locurcio efe3220b2e
Fix periods in editor strings and messages
- Ensure all strings with ellipsis end with 3 periods instead of 2.
- Fix extraneous period in "Error calling from signal '...' to callable"
  messages.
2022-11-14 19:36:36 +01:00
..
doc_classes Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00
editor Fix periods in editor strings and messages 2022-11-14 19:36:36 +01:00
config.py
multiplayer_debugger.cpp [MP] Move engine and editor profilers to a plugin. 2022-11-14 15:09:00 +01:00
multiplayer_debugger.h [MP] Move engine and editor profilers to a plugin. 2022-11-14 15:09:00 +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] Move engine and editor profilers to a plugin. 2022-11-14 15:09:00 +01:00
register_types.h
scene_cache_interface.cpp [MP] Let MultiplayerAPI handle packet relaying and peer signaling. 2022-10-27 18:08:58 +02:00
scene_cache_interface.h
scene_multiplayer.cpp [MP] Remove connection state signals from MultiplayerPeer. 2022-11-02 15:17:23 +01:00
scene_multiplayer.h [MP] Remove connection state signals from MultiplayerPeer. 2022-11-02 15:17:23 +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 Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00
scene_replication_interface.h Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00
scene_rpc_interface.cpp [MP] Let MultiplayerAPI handle packet relaying and peer signaling. 2022-10-27 18:08:58 +02:00
scene_rpc_interface.h
SCsub SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00