summaryrefslogtreecommitdiffstats
path: root/modules/multiplayer/multiplayer_synchronizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MP] Add a "synchronized" signal to MultiplayerSynchronized.Fabio Alessandrelli2023-02-201-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix MultiplayerSynchronizer::update_outbound_sync_time when replication_inter...Wei Guo2022-10-231-0/+4
* [MP] Allow multiple synchronizers per node.Fabio Alessandrelli2022-10-031-5/+41
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* [MP] Add warnings to spawner and synchronizer.Fabio Alessandrelli2022-09-171-0/+10
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-0/+304