summaryrefslogtreecommitdiffstats
path: root/scene/multiplayer/scene_replication_interface.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-533/+0
* Add peer visibility to MultiplayerSynchronizer.Fabio Alessandrelli2022-07-201-48/+162
* Improve MultiplayerSynchronizer editor usabilityreduz2022-05-231-1/+1
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Add a new HashMap implementationreduz2022-05-121-3/+2
* remove child on despawn instead of just queue_deleteNathan Franke2022-05-051-0/+3
* [Net] Fix multi-peer path-only replication.Fabio Alessandrelli2022-02-211-1/+2
* [Debugger] Move most profilers to ServersDebugger.Fabio Alessandrelli2022-02-061-0/+5
* [Net] Move RPC, Node cache out of MultiplayerAPI.Fabio Alessandrelli2022-02-051-10/+6
* [Net] New replication interface, spawner and synchronizer nodes.Fabio Alessandrelli2022-02-041-0/+415