summaryrefslogtreecommitdiff
path: root/modules/multiplayer/multiplayer_spawner.cpp
AgeCommit message (Expand)Author
2022-09-30Fix typos with codespellRĂ©mi Verschelde
2022-09-19Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron
2022-09-17[MP] Add warnings to spawner and synchronizer.Fabio Alessandrelli
2022-09-13do not load PackedScene from spawner until instantiatingNathan Franke
2022-09-12[Multiplayer] Fix crash in spawner get_spawnable_scene.Fabio Alessandrelli
2022-09-06Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky
2022-07-30document multiplayer replication classes, small changes to multiplayer spawnerNathan Franke
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-26[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli