summaryrefslogtreecommitdiffstats
path: root/modules/multiplayer/scene_replication_interface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Use Core/Scene stringnames consistentlykobewi2024-05-131-3/+2
* Add shorthand for using singleton string nameskobewi2024-05-111-4/+4
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-1/+1
* Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-231-1/+1
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* Merge pull request #87186 from Faless/mp/fix_remote_sync_cleanupRémi Verschelde2024-02-031-0/+1
|\
| * [MP] Fix remote net ID cleanupFabio Alessandrelli2024-01-141-0/+1
* | [MP] Fix spawned nodes not working after resetFabio Alessandrelli2024-01-141-4/+5
|/
* Add const lvalue ref to container parametersMuller-Castro2024-01-051-2/+2
* [MP] Optimize internal SceneReplicationConfig accessFabio Alessandrelli2023-10-101-8/+8
* [MP] Avoid unnecessary internal ref/unrefsFabio Alessandrelli2023-10-101-5/+5
* [MP] Optimize internal authority checksFabio Alessandrelli2023-10-101-8/+14
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-14/+14
* [MP] Fix crash when sending multiple delta variants.Fabio Alessandrelli2023-06-111-0/+1
* [MP] Implement "watched" properties.Fabio Alessandrelli2023-05-241-27/+155
* Minor typo and docs URL fixesRémi Verschelde2023-02-281-1/+1
* [MP] Add a "synchronized" signal to MultiplayerSynchronized.Fabio Alessandrelli2023-02-201-0/+1
* Fix multiplayer replication crash in on_sync_receive.baptr2023-02-141-2/+4
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* [MP] Fix nested spawning during "ready".Fabio Alessandrelli2023-01-171-6/+42
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [MP] RPC visibility.Fabio Alessandrelli2022-11-201-2/+41
* [MP] Initial replication profiler.Fabio Alessandrelli2022-11-191-0/+19
* [MP] Improve network profiler.Fabio Alessandrelli2022-11-171-5/+0
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* 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-271-2/+1
|/
* Fix MultiplayerSynchronizer peer visibilityWei Guo2022-10-161-3/+3
* [MP] Allow multiple synchronizers per node.Fabio Alessandrelli2022-10-031-142/+296
* Add Error for synchronizer authority mismatchGuilherme Sousa2022-09-301-1/+4
* document multiplayer replication classes, small changes to multiplayer spawnerNathan Franke2022-07-301-0/+9
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-0/+527