summaryrefslogtreecommitdiffstats
path: root/modules/multiplayer
Commit message (Expand)AuthorAgeFilesLines
...
* | [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
* | Clarify when things with _IDLE and _PHYSICS enums will runL4Vo52023-06-201-2/+2
|/
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-1513-23/+19
* [MP] Fix crash when sending multiple delta variants.Fabio Alessandrelli2023-06-111-0/+1
* Fix more issues with code tags in class referenceRedworkDE2023-05-291-2/+2
* Add restrictions to MultiplayerSynchronizer editor and documentationNinni Pipping2023-05-243-0/+71
* [MP] Implement "watched" properties.Fabio Alessandrelli2023-05-2413-50/+422
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-264-16/+16
* Decouple EditorInterface from EditorPluginYuri Sizov2023-04-171-1/+2
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
* Fix premature theme item access in editor toolsYuri Sizov2023-04-032-17/+51
* Fixups to list handling in SceneReplicationConfigMai Lavelle2023-03-071-4/+12
* Bump version to 4.1-devRémi Verschelde2023-03-014-4/+4
* Minor typo and docs URL fixesRémi Verschelde2023-02-281-1/+1
* [MP] Fix replication config not updating sync/spawn props from code.Fabio Alessandrelli2023-02-231-0/+12
* [MP] Add a "synchronized" signal to MultiplayerSynchronized.Fabio Alessandrelli2023-02-203-0/+7
* Fix multiplayer replication crash in on_sync_receive.baptr2023-02-141-2/+4
* [MP] Fix MultiplayerSpawner not connecting to child_entered_tree.Fabio Alessandrelli2023-02-121-0/+18
* Improve some editor strings for localizationHaoyu Qiu2023-02-091-2/+4
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-232-2/+2
* Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde2023-01-181-3/+1
|\
| * Remove set_drag_forwarding_compat()kobewi2023-01-141-3/+1
* | [MP] Fix nested spawning during "ready".Fabio Alessandrelli2023-01-174-15/+50
* | Add EditorUndoRedoManager singletonkobewi2023-01-161-3/+3
|/
* Merge pull request #71127 from reduz/drag-forward-to-callablesRémi Verschelde2023-01-111-1/+1
|\
| * Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-1/+1
* | Merge pull request #70721 from Faless/mp/4.x_fix_relay_optionRémi Verschelde2023-01-092-1/+1
|\ \
| * | [MP] Fix server_relay being unsettable.Fabio Alessandrelli2022-12-292-1/+1
* | | [MP] Convert _spawn_custom to a Callable property.Fabio Alessandrelli2023-01-093-28/+23
| |/ |/|