| Commit message (Expand) | Author | Age | Files | Lines |
* | Better explanation for the replication interval and delta interval in the Mul... | Bogdan Inculet | 2024-11-15 | 1 | -2/+2 |
* | Add unit tests for `SceneMultiplayer` | Pablo Andres Fuente | 2024-09-29 | 1 | -1/+1 |
* | Better description for multiplayer spawner signals | Bogdan Inculet | 2024-09-24 | 1 | -2/+2 |
* | Document SceneMultiplayer `auth_timeout` being in seconds | Hugo Locurcio | 2024-09-15 | 1 | -1/+1 |
* | Fix typo in MultiplayerSpawner doc | Jordyfel | 2024-08-12 | 1 | -2/+2 |
* | Add keywords to improve search in the class reference | Hugo Locurcio | 2024-02-22 | 2 | -2/+2 |
* | Update many Deprecated/Experimental descriptions for consistency | Micky | 2024-02-17 | 1 | -4/+4 |
* | Documentation: Add support for deprecated/experimental messages | Danil Alexeev | 2024-02-15 | 1 | -8/+4 |
* | [MP] Make replication mode an enum + optimizations | Fabio Alessandrelli | 2023-08-30 | 1 | -4/+34 |
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 4 | -4/+4 |
* | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 4 | -4/+4 |
* | Fix `MultiplayerSpawner` documentation | Ninni Pipping | 2023-06-23 | 1 | -1/+1 |
* | Ensure `RID`, `Callable`, and `Signal` are stored as strings | Ninni Pipping | 2023-06-22 | 2 | -2/+2 |
* | Clarify when things with _IDLE and _PHYSICS enums will run | L4Vo5 | 2023-06-20 | 1 | -2/+2 |
* | Fix more issues with code tags in class reference | RedworkDE | 2023-05-29 | 1 | -2/+2 |
* | Add restrictions to MultiplayerSynchronizer editor and documentation | Ninni Pipping | 2023-05-24 | 2 | -0/+2 |
* | [MP] Implement "watched" properties. | Fabio Alessandrelli | 2023-05-24 | 3 | -2/+31 |
* | Validate code tags in documentation for potential params | Yuri Sizov | 2023-04-26 | 4 | -16/+16 |
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 4 | -4/+4 |
* | [MP] Add a "synchronized" signal to MultiplayerSynchronized. | Fabio Alessandrelli | 2023-02-20 | 1 | -0/+5 |
* | Merge pull request #70721 from Faless/mp/4.x_fix_relay_option | Rémi Verschelde | 2023-01-09 | 1 | -0/+1 |
|\ |
|
| * | [MP] Fix server_relay being unsettable. | Fabio Alessandrelli | 2022-12-29 | 1 | -0/+1 |
* | | [MP] Convert _spawn_custom to a Callable property. | Fabio Alessandrelli | 2023-01-09 | 1 | -10/+6 |
|/ |
|
* | Use capitalized ID in the doc | Haoyu Qiu | 2022-12-08 | 1 | -1/+1 |
* | Style: Misc docs and comment style and language fixes | Rémi Verschelde | 2022-11-02 | 2 | -8/+1 |
* | [MP] Add optional authentication to SceneMultiplayer. | Fabio Alessandrelli | 2022-11-02 | 1 | -0/+47 |
* | [MP] Let MultiplayerAPI handle packet relaying and peer signaling. | Fabio Alessandrelli | 2022-10-27 | 1 | -0/+4 |
* | Fix typos with codespell | Rémi Verschelde | 2022-09-30 | 1 | -2/+2 |
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 4 | -30/+30 |
* | document multiplayer replication classes, small changes to multiplayer spawner | Nathan Franke | 2022-07-30 | 3 | -8/+59 |
* | [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. | Fabio Alessandrelli | 2022-07-26 | 4 | -0/+258 |