aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/MultiplayerAPI.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add option to disable automatic multiplayer pollFabio Alessandrelli2018-06-031-5/+4
| | | | | | | | Automatic poll from SceneTree is enabled by default. This allows for polling (and thus RPCs/RSETs) manually in other loops (e.g. physics, thread, specific step) and for proper mutex protecion when accessing the multiplayer API from threads (e.g. for sending larger files in chunks).
* New sync RPC modes to match all combinationsFabio Alessandrelli2018-05-291-4/+13
|
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-291-0/+15
|
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-24/+0
|
* New sync RPC modes to match all combinationsFabio Alessandrelli2018-05-261-4/+13
|
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-261-0/+15
|
* [docs] fix links in class docsKelly Thomas2018-05-171-1/+1
|
* Fix and improve docs, adds send_bytesFabio Alessandrelli2018-05-121-3/+23
|
* Document MultiplayerAPI classFabio Alessandrelli2018-05-081-34/+23
|
* doc: Sync classref with current sourceRémi Verschelde2018-04-101-0/+131