summaryrefslogtreecommitdiffstats
path: root/modules/multiplayer
Commit message (Expand)AuthorAgeFilesLines
...
* Bump version to 4.1-devRémi Verschelde2023-03-014-4/+4
* Minor typo and docs URL fixesRémi Verschelde2023-02-281-1/+1
* [MP] Fix replication config not updating sync/spawn props from code.Fabio Alessandrelli2023-02-231-0/+12
* [MP] Add a "synchronized" signal to MultiplayerSynchronized.Fabio Alessandrelli2023-02-203-0/+7
* Fix multiplayer replication crash in on_sync_receive.baptr2023-02-141-2/+4
* [MP] Fix MultiplayerSpawner not connecting to child_entered_tree.Fabio Alessandrelli2023-02-121-0/+18
* Improve some editor strings for localizationHaoyu Qiu2023-02-091-2/+4
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-232-2/+2
* Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde2023-01-181-3/+1
|\
| * Remove set_drag_forwarding_compat()kobewi2023-01-141-3/+1
* | [MP] Fix nested spawning during "ready".Fabio Alessandrelli2023-01-174-15/+50
* | Add EditorUndoRedoManager singletonkobewi2023-01-161-3/+3
|/
* Merge pull request #71127 from reduz/drag-forward-to-callablesRémi Verschelde2023-01-111-1/+1
|\
| * Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-1/+1
* | Merge pull request #70721 from Faless/mp/4.x_fix_relay_optionRémi Verschelde2023-01-092-1/+1
|\ \
| * | [MP] Fix server_relay being unsettable.Fabio Alessandrelli2022-12-292-1/+1
* | | [MP] Convert _spawn_custom to a Callable property.Fabio Alessandrelli2023-01-093-28/+23
| |/ |/|
* | One Copyright Update to rule them allRémi Verschelde2023-01-0524-696/+696
|/
* Merge pull request #68747 from rune-scape/rune-stringname-unificationRémi Verschelde2022-12-091-1/+1
|\
| * Unify String and StringNamerune-scape2022-12-051-1/+1
* | Use capitalized ID in the docHaoyu Qiu2022-12-081-1/+1
|/
* Merge pull request #68689 from Faless/mp/4.x_offline_is_serverRémi Verschelde2022-11-203-0/+27
|\
| * [MP] New default multiplayer_peer acting as server.Fabio Alessandrelli2022-11-203-0/+27
* | [MP] RPC visibility.Fabio Alessandrelli2022-11-204-21/+79
|/
* [MP] Initial replication profiler.Fabio Alessandrelli2022-11-1910-44/+445
* [MP] Improve network profiler.Fabio Alessandrelli2022-11-1710-61/+72
* Fix periods in editor strings and messagesHugo Locurcio2022-11-141-1/+1
* [MP] Move engine and editor profilers to a plugin.Fabio Alessandrelli2022-11-149-93/+798
* Use forward-declarations in EditorPlugin where possibletrollodel2022-11-112-6/+7
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-024-10/+3
* Merge pull request #65062 from KoBeWi/RedoUndoRémi Verschelde2022-11-021-2/+2
|\
| * Unify usage of undo_redo in editorkobewi2022-11-021-2/+2
* | [MP] Remove connection state signals from MultiplayerPeer.Fabio Alessandrelli2022-11-022-22/+8
* | [MP] Add optional authentication to SceneMultiplayer.Fabio Alessandrelli2022-11-023-12/+271
|/
* Merge pull request #67445 from Zylann/rename_queue_deleteRémi Verschelde2022-10-311-2/+2
|\
| * Rename queue_delete => queue_freeMarc Gilleron2022-10-241-2/+2
* | [MP] Let MultiplayerAPI handle packet relaying and peer signaling.Fabio Alessandrelli2022-10-276-18/+185
|/
* Fix MultiplayerSynchronizer::update_outbound_sync_time when replication_inter...Wei Guo2022-10-231-0/+4
* Fix MultiplayerSynchronizer peer visibilityWei Guo2022-10-161-3/+3
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-8/+8
* [MP] Allow multiple synchronizers per node.Fabio Alessandrelli2022-10-036-566/+410
* Merge pull request #65970 from GuilhermeGSousa/synchronizer-auth-changeRémi Verschelde2022-09-301-1/+4
|\
| * Add Error for synchronizer authority mismatchGuilherme Sousa2022-09-301-1/+4
* | Fix typos with codespellRémi Verschelde2022-09-302-3/+3
* | SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-1/+1
|/
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-194-6/+6
* [MP] Add warnings to spawner and synchronizer.Fabio Alessandrelli2022-09-174-0/+34
* do not load PackedScene from spawner until instantiatingNathan Franke2022-09-131-6/+6
* [Multiplayer] Fix crash in spawner get_spawnable_scene.Fabio Alessandrelli2022-09-121-0/+1
* Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky2022-09-062-3/+3