summaryrefslogtreecommitdiff
path: root/scene/multiplayer
AgeCommit message (Expand)Author
2022-06-11Add suffixes to all nodes and resourcesFireForge
2022-06-04rename 'configuration' to 'replication_config' in MultiplayerSynchronizerNathan Franke
2022-06-04typo: change congiruation into configurationWinston Yallow
2022-05-23Improve MultiplayerSynchronizer editor usabilityreduz
2022-05-20Add a new HashSet templatereduz
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Add a new HashMap implementationreduz
2022-05-05remove child on despawn instead of just queue_deleteNathan Franke
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-02-21[Net] Optimize object cache notification send for single peer.Fabio Alessandrelli
2022-02-21[Net] Fix multi-peer path-only replication.Fabio Alessandrelli
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-02-09Merge pull request #57876 from Faless/mp/4.x_clarify_rpc_errorFabio Alessandrelli
2022-02-09[Net] Clarify RPC error when method is missing.Fabio Alessandrelli
2022-02-06[Debugger] Move most profilers to ServersDebugger.Fabio Alessandrelli
2022-02-05[Net] Move RPC, Node cache out of MultiplayerAPI.Fabio Alessandrelli
2022-02-04[Net] New replication interface, spawner and synchronizer nodes.Fabio Alessandrelli