summaryrefslogtreecommitdiffstats
path: root/modules/multiplayer
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | Update many Deprecated/Experimental descriptions for consistencyMicky2024-02-171-4/+4
* | | Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-174-6/+6
|/ /
* | Merge pull request #88326 from brennennen/cmd_mask_comment_typoRémi Verschelde2024-02-151-1/+1
|\ \
| * | Fixed binary representation typo in commentbrennen2024-02-141-1/+1
* | | Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-8/+4
|/ /
* | Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-093-6/+6
* | Update Node::get_configuration_warnings signatureRedMser2024-02-084-6/+6
* | Merge pull request #87186 from Faless/mp/fix_remote_sync_cleanupRémi Verschelde2024-02-032-1/+2
|\ \
| * | [MP] Fix remote net ID cleanupFabio Alessandrelli2024-01-142-1/+2
| |/
* | Merge pull request #87185 from Faless/mp/fix_resetRémi Verschelde2024-02-031-4/+5
|\ \
| * | [MP] Fix spawned nodes not working after resetFabio Alessandrelli2024-01-141-4/+5
| |/
* | [MP] Handle cleanup of "scene cache" nodesFabio Alessandrelli2024-01-182-82/+109
* | Reorganize code related to editor themingYuri Sizov2024-01-162-2/+2
|/
* Add const lvalue ref to container parametersMuller-Castro2024-01-052-4/+4
* [MP] Fix complete_auth notifying the wrong peerFabio Alessandrelli2023-12-171-0/+5
* Merge pull request #83279 from Faless/mp/fix_delta_indexedRémi Verschelde2023-10-131-1/+1
|\
| * [MP] Fix "on change" indexed propertiesFabio Alessandrelli2023-10-131-1/+1
* | [MP] Fix synchronizer init and resetFabio Alessandrelli2023-10-132-7/+13
|/
* [MP] Optimize internal SceneReplicationConfig accessFabio Alessandrelli2023-10-104-10/+15
* [MP] Avoid unnecessary internal ref/unrefsFabio Alessandrelli2023-10-106-20/+32
* [MP] Optimize internal authority checksFabio Alessandrelli2023-10-103-25/+28
* [MP] Optimize multiplayer NodePath cachingFabio Alessandrelli2023-10-103-27/+36
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-267-36/+36
* Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-1/+6
* Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-1/+1
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-0/+1
* Add EditorStringNames singletonkobewi2023-09-032-18/+20
* [MP] Improve ReplicationEditor UXFabio Alessandrelli2023-08-302-59/+53
* [MP] Make replication mode an enum + optimizationsFabio Alessandrelli2023-08-303-81/+149
* Allow enter key to add properties to replication editor listthe-sink2023-08-292-1/+14
* [MP] Fix watch properties not being correctly removedFabio Alessandrelli2023-08-271-0/+1
* [MP] Use get/set indexed in MultiplayerSynchronizerFabio Alessandrelli2023-07-141-2/+2
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-064-4/+4
* Bump version to 4.2-devRémi Verschelde2023-07-054-4/+4
* [MP] Fix delta variables index decoding.Fabio Alessandrelli2023-06-261-2/+1
* Fix `MultiplayerSpawner` documentationNinni Pipping2023-06-231-1/+1
* Merge pull request #78409 from AThousandShips/spawn_func_fixFabio Alessandrelli2023-06-231-1/+1
|\
| * Do not serialize `MultiplayerSpawner.spawn_function`Ninni Pipping2023-06-181-1/+1
* | Ensure `RID`, `Callable`, and `Signal` are stored as stringsNinni Pipping2023-06-222-2/+2