summaryrefslogtreecommitdiffstats
path: root/modules/multiplayer
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-2724-48/+48
* Rebrand preambles to RedotSpartan3222024-10-1324-0/+48
* [MP] Fix division by zero in network profilerFabio Alessandrelli2024-09-171-2/+2
* Fix typo in MultiplayerSpawner docJordyfel2024-09-161-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
|\ \ | |/ |/|
| * [MP] Gracefully handle cache confirmation of deleted nodesFabio Alessandrelli2024-03-292-19/+22
* | Merge pull request #89839 from timothyqiu/meanwhileRémi Verschelde2024-04-082-0/+2
|\ \
| * | Fix node config warning not updating for Multiplayer{Spawner,Synchronizer}Haoyu Qiu2024-03-242-0/+2
* | | Merge pull request #89811 from timothyqiu/missing-i18nRémi Verschelde2024-04-041-1/+1
|\ \ \
| * | | Fix missing i18n for some editor stringsHaoyu Qiu2024-04-031-1/+1
| | |/ | |/|
* / | Improve SceneTreeEditor usabilityRedMser2024-03-311-1/+1
|/ /
* / Improve replication editor's pin buttonHaoyu Qiu2024-03-252-1/+2
|/
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
* Add editor shortcuts to toggle bottom panel visibilityHugo Locurcio2024-03-051-1/+2
* [MP] Fix replication config reload errorFabio Alessandrelli2024-03-032-0/+10
* Fix removing connected peer during disconnectionMax Hilbrunner2024-02-251-1/+1
* Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-232-2/+2
* Merge pull request #87760 from kitbdev/extract-bottom-dockRémi Verschelde2024-02-231-5/+6
|\
| * Extract BottomPanel from EditorNodekit2024-02-201-5/+6
* | Merge pull request #88641 from Calinou/doc-add-keywordsRémi Verschelde2024-02-222-2/+2
|\ \
| * | Add keywords to improve search in the class referenceHugo Locurcio2024-02-222-2/+2
| |/
* | Merge pull request #86260 from Faless/mp/fix_2way_authRémi Verschelde2024-02-211-26/+20
|\ \ | |/ |/|
| * [MP] Fix auth not waiting for confirmation in some casesFabio Alessandrelli2024-01-141-26/+20
* | Merge pull request #69032 from KoBeWi/check_every_changed_setting_in_every_gr...Rémi Verschelde2024-02-201-1/+7
|\ \
| * | Use check_changed_settings_in_group() everywherekobewi2024-02-191-1/+7
* | | Merge pull request #88443 from Mickeon/documentation-hunting-for-deprecatedRémi Verschelde2024-02-201-4/+4
|\ \ \ | |/ / |/| |