summaryrefslogtreecommitdiffstats
path: root/modules/multiplayer
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-202-2/+9
|\
| * Merge pull request #99137 from KoBeWi/uideal_scenarioThaddeus Crews2024-11-192-2/+9
| |\
| | * Handle scene UIDs in MultiplayerSpawnerkobewi2024-11-142-2/+9
* | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-2/+2
|\| |
| * | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-2/+2
* | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-2/+2
|\| |
| * | Merge pull request #98138 from CrayolaEater/better-explanation-mp-syncThaddeus Crews2024-11-151-2/+2
| |\ \ | | |/ | |/|
| | * Better explanation for the replication interval and delta interval in the Mul...Bogdan Inculet2024-11-151-2/+2
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-123-16/+4
|\| |
| * | Merge pull request #92986 from Repiteo/core/ref-instantiate-integrationThaddeus Crews2024-11-111-3/+3
| |\ \
| | * | Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-3/+3
| * | | Merge pull request #98472 from rune-scape/sort-rpcThaddeus Crews2024-11-112-13/+1
| |\ \ \ | | |/ / | |/| |
| | * | SceneRPCInterface: Sort rpc names using `StringLikeVariantOrder`rune-scape2024-10-242-13/+1
| | |/
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-303-9/+9
|\| |
| * | Merge pull request #98039 from aaronfranke/button-iconThaddeus Crews2024-10-292-7/+7
| |\ \
| | * | Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-292-7/+7
| | |/
| * / Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-2/+2
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-2725-50/+50
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1125-0/+50
|/
* Add unit tests for `SceneMultiplayer`Pablo Andres Fuente2024-09-293-1/+292
* Merge pull request #97425 from CrayolaEater/better-description-multiplayer-sp...Rémi Verschelde2024-09-261-2/+2
|\
| * Better description for multiplayer spawner signalsBogdan Inculet2024-09-241-2/+2
* | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* | Fix Network Profiler not disabling buttonsaryan-118251142024-09-171-0/+13
|/
* Merge pull request #97045 from Calinou/doc-scenemultiplayer-auth-timeoutRémi Verschelde2024-09-161-1/+1
|\
| * Document SceneMultiplayer `auth_timeout` being in secondsHugo Locurcio2024-09-151-1/+1
* | Merge pull request #96400 from Maran23/inputmap-usage-for-filter-and-correspo...Rémi Verschelde2024-09-162-21/+0
|\ \
| * | Use InputMap actions consistently across all LineEdit's that filter an underl...Marius Hanl2024-08-312-21/+0
* | | Merge pull request #96024 from Ryan-000/expose_get_rpc_configRémi Verschelde2024-09-161-1/+1
|\ \ \ | |_|/ |/| |
| * | Expose get_rpc_config and get_node_rpc_configRyan2024-09-041-1/+1
| |/
* | Merge pull request #96759 from Geometror/implement-autostart-profilersRémi Verschelde2024-09-133-1/+47
|\ \
| * | Implement Autostart Feature for Profiler / Visual Profiler / Network ProfilerHendrik Brucker2024-09-103-1/+47
* | | [MP] Fix broken RPCs after dictionary keys type changeFabio Alessandrelli2024-09-122-1/+13
|/ /
* | Merge pull request #70096 from rune-scape/stringname-dictRémi Verschelde2024-09-031-1/+1
|\ \
| * | StringName Dictionary keysrune-scape2024-08-291-1/+1
| |/
* / [MP] Fix division by zero in network profilerFabio Alessandrelli2024-09-021-2/+2
|/
* Fix typo in MultiplayerSpawner docJordyfel2024-08-121-2/+2
* Merge pull request #95194 from Faless/mp/fix_relay_negative_targetRémi Verschelde2024-08-081-5/+8
|\
| * [MP] Fix relay protocol routing with negative targetsFabio Alessandrelli2024-08-061-5/+8
* | Fixed undo not updating spawn checkbox in replication editorDommi2024-08-061-1/+1
|/
* [MP] Avoid error spam in relay protocol when clients disconnectFabio Alessandrelli2024-08-061-2/+4
* Merge pull request #94984 from Faless/mp/fix_safer_cache_cleanupRémi Verschelde2024-07-312-10/+33
|\
| * [MP] Partially revert cache cleanup, track paths as fallbackFabio Alessandrelli2024-07-312-10/+33
* | Merge pull request #91011 from Faless/mp/fix_disconnect_on_changeRémi Verschelde2024-07-311-5/+5
|\ \ | |/ |/|
| * [MP] Fix disconnect_peer not doing the proper cleanupFabio Alessandrelli2024-04-221-5/+5
* | Merge pull request #93374 from hakro/fix-replication-config-error-floodRémi Verschelde2024-06-221-1/+1
|\ \
| * | Instantiate a replication config on synchronizer creationHakim2024-06-201-1/+1
* | | 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
* | | [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1