summaryrefslogtreecommitdiffstats
path: root/scene/multiplayer
Commit message (Expand)AuthorAgeFilesLines
* Add suffixes to all nodes and resourcesFireForge2022-06-111-2/+3
* rename 'configuration' to 'replication_config' in MultiplayerSynchronizerNathan Franke2022-06-041-1/+1
* typo: change congiruation into configurationWinston Yallow2022-06-041-1/+1
* Improve MultiplayerSynchronizer editor usabilityreduz2022-05-235-29/+132
* Add a new HashSet templatereduz2022-05-204-12/+12
* Use range iterators for RBSet in most casesAaron Record2022-05-191-5/+5
* Replace most uses of Map by HashMapreduz2022-05-166-27/+27
* Add a new HashMap implementationreduz2022-05-125-24/+17
* remove child on despawn instead of just queue_deleteNathan Franke2022-05-051-0/+3
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-042-2/+2
* Remove VARIANT_ARG* macrosreduz2022-03-091-3/+3
* [Net] Optimize object cache notification send for single peer.Fabio Alessandrelli2022-02-212-58/+66
* [Net] Fix multi-peer path-only replication.Fabio Alessandrelli2022-02-211-1/+2
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-152-19/+28
* Merge pull request #57876 from Faless/mp/4.x_clarify_rpc_errorFabio Alessandrelli2022-02-091-1/+1
|\
| * [Net] Clarify RPC error when method is missing.Fabio Alessandrelli2022-02-091-1/+1
* | [Debugger] Move most profilers to ServersDebugger.Fabio Alessandrelli2022-02-063-5/+17
|/
* [Net] Move RPC, Node cache out of MultiplayerAPI.Fabio Alessandrelli2022-02-055-10/+940
* [Net] New replication interface, spawner and synchronizer nodes.Fabio Alessandrelli2022-02-049-0/+1441