summaryrefslogtreecommitdiff
path: root/modules/multiplayer
AgeCommit message (Expand)Author
2023-03-30Fixups to list handling in SceneReplicationConfigMai Lavelle
2023-02-28Minor typo and docs URL fixesRémi Verschelde
2023-02-23[MP] Fix replication config not updating sync/spawn props from code.Fabio Alessandrelli
2023-02-20[MP] Add a "synchronized" signal to MultiplayerSynchronized.Fabio Alessandrelli
2023-02-14Fix multiplayer replication crash in on_sync_receive.baptr
2023-02-12[MP] Fix MultiplayerSpawner not connecting to child_entered_tree.Fabio Alessandrelli
2023-02-09Improve some editor strings for localizationHaoyu Qiu
2023-01-23Convert en_GB spelling to en_US with codespellRémi Verschelde
2023-01-18Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde
2023-01-17[MP] Fix nested spawning during "ready".Fabio Alessandrelli
2023-01-16Add EditorUndoRedoManager singletonkobewi
2023-01-14Remove set_drag_forwarding_compat()kobewi
2023-01-11Merge pull request #71127 from reduz/drag-forward-to-callablesRémi Verschelde
2023-01-10Change set_drag_forwarding() to use callables.Juan Linietsky
2023-01-09Merge pull request #70721 from Faless/mp/4.x_fix_relay_optionRémi Verschelde
2023-01-09[MP] Convert _spawn_custom to a Callable property.Fabio Alessandrelli
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-29[MP] Fix server_relay being unsettable.Fabio Alessandrelli
2022-12-09Merge pull request #68747 from rune-scape/rune-stringname-unificationRémi Verschelde
2022-12-08Use capitalized ID in the docHaoyu Qiu
2022-12-05Unify String and StringNamerune-scape
2022-11-20Merge pull request #68689 from Faless/mp/4.x_offline_is_serverRémi Verschelde
2022-11-20[MP] New default multiplayer_peer acting as server.Fabio Alessandrelli
2022-11-20[MP] RPC visibility.Fabio Alessandrelli
2022-11-19[MP] Initial replication profiler.Fabio Alessandrelli
2022-11-17[MP] Improve network profiler.Fabio Alessandrelli
2022-11-14Fix periods in editor strings and messagesHugo Locurcio
2022-11-14[MP] Move engine and editor profilers to a plugin.Fabio Alessandrelli
2022-11-11Use forward-declarations in EditorPlugin where possibletrollodel
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-11-02Merge pull request #65062 from KoBeWi/RedoUndoRémi Verschelde
2022-11-02Unify usage of undo_redo in editorkobewi
2022-11-02[MP] Remove connection state signals from MultiplayerPeer.Fabio Alessandrelli
2022-11-02[MP] Add optional authentication to SceneMultiplayer.Fabio Alessandrelli
2022-10-31Merge pull request #67445 from Zylann/rename_queue_deleteRémi Verschelde
2022-10-27[MP] Let MultiplayerAPI handle packet relaying and peer signaling.Fabio Alessandrelli
2022-10-24Rename queue_delete => queue_freeMarc Gilleron
2022-10-23Fix MultiplayerSynchronizer::update_outbound_sync_time when replication_inter...Wei Guo
2022-10-16Fix MultiplayerSynchronizer peer visibilityWei Guo
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-03[MP] Allow multiple synchronizers per node.Fabio Alessandrelli
2022-09-30Merge pull request #65970 from GuilhermeGSousa/synchronizer-auth-changeRémi Verschelde
2022-09-30Fix typos with codespellRémi Verschelde
2022-09-30Add Error for synchronizer authority mismatchGuilherme Sousa
2022-09-26SCons: Unify tools/target build type configurationRémi Verschelde
2022-09-19Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron
2022-09-17[MP] Add warnings to spawner and synchronizer.Fabio Alessandrelli
2022-09-13do not load PackedScene from spawner until instantiatingNathan Franke
2022-09-12[Multiplayer] Fix crash in spawner get_spawnable_scene.Fabio Alessandrelli
2022-09-06Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky