summaryrefslogtreecommitdiffstats
path: root/modules/multiplayer
Commit message (Expand)AuthorAgeFilesLines
* 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 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
|/
* 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
* | | [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* | | [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-2/+2
* | | [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-1/+1
* | | Fix Multiplayer Spawner freeing node after client disconnected IssueDaniel Snd2024-05-251-1/+1
* | | [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-143-5/+5
* | | Use Core/Scene stringnames consistentlykobewi2024-05-134-6/+3
* | | Add shorthand for using singleton string nameskobewi2024-05-113-8/+8
* | | [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-1/+1
* | | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-042-7/+8
* | | Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-1/+2
* | | Organize existing code for editor pluginsAaron Franke2024-04-272-2/+2
|/ /
* | Merge pull request #90027 from Faless/mp/cache_no_spamRémi Verschelde2024-04-232-19/+22
|\ \ | |/ |/|