summaryrefslogtreecommitdiff
path: root/scene/main/multiplayer_api.cpp
AgeCommit message (Expand)Author
2023-02-27[MP] Fix orphan StringName on close.Fabio Alessandrelli
2023-01-31Use enum instead of int in virtual methods return typeRaul Santos
2023-01-23Convert en_GB spelling to en_US with codespellRémi Verschelde
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-14Remove redundant Variant-types initializationsMarkus Sauermann
2022-10-19Simplify GDVIRTUAL_CALL callskobewi
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-08-24[MP] Fix variant serialization after variant size change.Fabio Alessandrelli
2022-07-26[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli