summaryrefslogtreecommitdiff
path: root/scene/main/multiplayer_peer.cpp
AgeCommit message (Expand)Author
2023-05-12Add missing documentation for MultiplayerPeerExtensionDavid Snopek
2023-01-31Use enum instead of int in virtual methods return typeRaul Santos
2023-01-05One Copyright Update to rule them allRĂ©mi Verschelde
2022-11-02[MP] Remove connection state signals from MultiplayerPeer.Fabio Alessandrelli
2022-10-28[MP] Add MultiplayerPeer disconnect_peer, close.Fabio Alessandrelli
2022-10-27[MP] Let MultiplayerAPI handle packet relaying and peer signaling.Fabio Alessandrelli
2022-09-01Simplify network GDExtension bindings using EXBIND macros.Fabio Alessandrelli
2022-07-26[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli