summaryrefslogtreecommitdiffstats
path: root/modules/multiplayer/multiplayer_spawner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-201-2/+8
|\
| * Handle scene UIDs in MultiplayerSpawnerkobewi2024-11-141-2/+8
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Merge pull request #91084 from OwenAEdwards/masterRémi Verschelde2024-06-211-1/+1
|\
| * Modified MultPlayer spawnable scene path error checking.Owen Edwards2024-04-231-1/+1
* | Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* | Add shorthand for using singleton string nameskobewi2024-05-111-2/+2
|/
* Fix node config warning not updating for Multiplayer{Spawner,Synchronizer}Haoyu Qiu2024-03-241-0/+1
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-3/+3
* Do not serialize `MultiplayerSpawner.spawn_function`Ninni Pipping2023-06-181-1/+1
* [MP] Fix MultiplayerSpawner not connecting to child_entered_tree.Fabio Alessandrelli2023-02-121-0/+18
* [MP] Fix nested spawning during "ready".Fabio Alessandrelli2023-01-171-6/+2
* [MP] Convert _spawn_custom to a Callable property.Fabio Alessandrelli2023-01-091-16/+14
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix typos with codespellRémi Verschelde2022-09-301-1/+1
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* [MP] Add warnings to spawner and synchronizer.Fabio Alessandrelli2022-09-171-0/+20
* do not load PackedScene from spawner until instantiatingNathan Franke2022-09-131-6/+6
* [Multiplayer] Fix crash in spawner get_spawnable_scene.Fabio Alessandrelli2022-09-121-0/+1
* Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky2022-09-061-2/+2
* document multiplayer replication classes, small changes to multiplayer spawnerNathan Franke2022-07-301-7/+6
* Remove Signal connect bindsJuan Linietsky2022-07-291-2/+2
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-0/+302