summaryrefslogtreecommitdiffstats
path: root/modules/multiplayer/doc_classes
Commit message (Expand)AuthorAgeFilesLines
* Better explanation for the replication interval and delta interval in the Mul...Bogdan Inculet2024-11-151-2/+2
* Add unit tests for `SceneMultiplayer`Pablo Andres Fuente2024-09-291-1/+1
* Better description for multiplayer spawner signalsBogdan Inculet2024-09-241-2/+2
* Document SceneMultiplayer `auth_timeout` being in secondsHugo Locurcio2024-09-151-1/+1
* Fix typo in MultiplayerSpawner docJordyfel2024-08-121-2/+2
* Add keywords to improve search in the class referenceHugo Locurcio2024-02-222-2/+2
* Update many Deprecated/Experimental descriptions for consistencyMicky2024-02-171-4/+4
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-8/+4
* [MP] Make replication mode an enum + optimizationsFabio Alessandrelli2023-08-301-4/+34
* 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
* Fix `MultiplayerSpawner` documentationNinni Pipping2023-06-231-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
* Fix more issues with code tags in class referenceRedworkDE2023-05-291-2/+2
* Add restrictions to MultiplayerSynchronizer editor and documentationNinni Pipping2023-05-242-0/+2
* [MP] Implement "watched" properties.Fabio Alessandrelli2023-05-243-2/+31
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-264-16/+16
* Bump version to 4.1-devRémi Verschelde2023-03-014-4/+4
* [MP] Add a "synchronized" signal to MultiplayerSynchronized.Fabio Alessandrelli2023-02-201-0/+5
* Merge pull request #70721 from Faless/mp/4.x_fix_relay_optionRémi Verschelde2023-01-091-0/+1
|\
| * [MP] Fix server_relay being unsettable.Fabio Alessandrelli2022-12-291-0/+1
* | [MP] Convert _spawn_custom to a Callable property.Fabio Alessandrelli2023-01-091-10/+6
|/
* Use capitalized ID in the docHaoyu Qiu2022-12-081-1/+1
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-022-8/+1
* [MP] Add optional authentication to SceneMultiplayer.Fabio Alessandrelli2022-11-021-0/+47
* [MP] Let MultiplayerAPI handle packet relaying and peer signaling.Fabio Alessandrelli2022-10-271-0/+4
* Fix typos with codespellRémi Verschelde2022-09-301-2/+2
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-084-30/+30
* document multiplayer replication classes, small changes to multiplayer spawnerNathan Franke2022-07-303-8/+59
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-264-0/+258