summaryrefslogtreecommitdiffstats
path: root/modules/multiplayer/scene_replication_config.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-6/+7
* [MP] Fix replication config reload errorFabio Alessandrelli2024-03-031-0/+8
* [MP] Make replication mode an enum + optimizationsFabio Alessandrelli2023-08-301-72/+96
* [MP] Fix watch properties not being correctly removedFabio Alessandrelli2023-08-271-0/+1
* [MP] Implement "watched" properties.Fabio Alessandrelli2023-05-241-0/+35
* Fixups to list handling in SceneReplicationConfigMai Lavelle2023-03-071-4/+12
* [MP] Fix replication config not updating sync/spawn props from code.Fabio Alessandrelli2023-02-231-0/+12
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-8/+8
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-0/+205