summaryrefslogtreecommitdiff
path: root/core/multiplayer
AgeCommit message (Expand)Author
2022-07-26[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-24Merge pull request #63262 from dsnopek/multiplayer-peer-custom-4.xFabio Alessandrelli
2022-07-20Allow extending MultiplayerPeerExtension from GDScriptDavid Snopek
2022-07-20Add peer visibility to MultiplayerSynchronizer.Fabio Alessandrelli
2022-06-20Clean up Hash Functionsreduz
2022-05-25finish renaming AUTH to AUTHORITYNathan Franke
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-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
2022-01-03Update copyright statements to 2022Rémi Verschelde
2022-01-02Fix various typosluz paz
2021-11-26PackedByteArray, Array slice end exclusive, rename subarray to sliceNathan Franke
2021-10-12[Net] Fix spawn/despawn custom callable argument.Fabio Alessandrelli
2021-10-08[Net] Rename RPCConfig.sync to call_local.Fabio Alessandrelli
2021-10-01[Net] Rename RPC constants and annotation arguments.Fabio Alessandrelli
2021-09-24[Net] MultiplayerPeer cleanup, defaults.Fabio Alessandrelli
2021-09-24[Net] Bind Multiplayer to GDExtension.Fabio Alessandrelli
2021-09-12Fix custom multiplayer sync commandsSaracenOne
2021-09-08Multiplayer networking renames/simplificationMax Hilbrunner
2021-09-07[Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli