summaryrefslogtreecommitdiffstats
path: root/scene/main/multiplayer_api.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* [MP] Fix dead code doing unnecessary allocationFabio Alessandrelli2024-04-061-4/+0
* [MP] Fix orphan StringName on close.Fabio Alessandrelli2023-02-271-1/+1
* Use enum instead of int in virtual methods return typeRaul Santos2023-01-311-8/+8
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
* Simplify GDVIRTUAL_CALL callskobewi2022-10-191-34/+18
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-4/+4
* [MP] Fix variant serialization after variant size change.Fabio Alessandrelli2022-08-241-11/+11
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-0/+416