summaryrefslogtreecommitdiffstats
path: root/modules/webrtc/doc_classes
Commit message (Expand)AuthorAgeFilesLines
* Avoid punning enum names in documentationHaoyu Qiu2023-11-091-1/+1
* Fix typo in WebRTCPeerConnection documentationazuloo2023-08-301-1/+1
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-065-5/+5
* Bump version to 4.2-devRémi Verschelde2023-07-055-5/+5
* Directly expose WebRTCPeerConnection::create_data_channel() to GDExtensionDavid Snopek2023-06-141-1/+1
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-262-17/+17
* Bump version to 4.1-devRémi Verschelde2023-03-015-5/+5
* Use capitalized ID in the docHaoyu Qiu2022-12-081-2/+2
* [MP] Remove connection state signals from MultiplayerPeer.Fabio Alessandrelli2022-11-021-1/+1
* [MP] Add MultiplayerPeer disconnect_peer, close.Fabio Alessandrelli2022-10-281-6/+0
* [MP] Let MultiplayerAPI handle packet relaying and peer signaling.Fabio Alessandrelli2022-10-271-13/+26
* [WebRTC] Expose more of the WebRTC API.Fabio Alessandrelli2022-09-132-0/+49
* Simplify network GDExtension bindings using EXBIND macros.Fabio Alessandrelli2022-09-012-13/+13
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-084-41/+41
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-1/+1
* [WebRTC] Static extension registration.Fabio Alessandrelli2022-06-092-5/+7
* Add an XML schema for documentationHugo Locurcio2022-02-155-5/+5
* Improve some signal bindings to use specific `Object` subtypesRémi Verschelde2022-01-281-1/+1
* Dictionary: Serialize empty dict as `{}` instead of `{\n}`Rémi Verschelde2022-01-181-4/+2
* Fix usage of "Return" in the docskobewi2022-01-021-1/+1
* doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphsRémi Verschelde2021-10-051-1/+2
* Fix const pointers types in docs and extension API.Fabio Alessandrelli2021-09-291-2/+2
* Merge pull request #52481 from Faless/net/4.x_native_peersFabio Alessandrelli2021-09-283-4/+177
|\
| * [Net/Docs] Update extensions documentation.Fabio Alessandrelli2021-09-243-4/+177
* | Document Android permission requirements for network access where neededHugo Locurcio2021-09-251-0/+1
|/
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
* Multiplayer networking renames/simplificationMax Hilbrunner2021-09-081-1/+1
* [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-2/+2
* [Net] Implement RPC channels in MultiplayerAPI.Fabio Alessandrelli2021-07-301-0/+2
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-303-104/+52
* Add get_buffered_amount() to WebRTCDataChannelDavid Snopek2021-07-201-0/+7
* [Net] Rename WebRTCMultiplayer to WebRTCMultiplayerPeer.Fabio Alessandrelli2021-07-121-1/+1
* [Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.Fabio Alessandrelli2021-07-121-6/+6
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-1/+1
* Fix typos with codespellRémi Verschelde2021-05-201-1/+1
* doc: Sync classref with current sourceRémi Verschelde2020-10-091-2/+0
* Fix TURN server example in WebRTC documentationPouleyKetchoupp2020-09-081-1/+1
* Fix WebRTCPeerConnection set_local_description docFabio Alessandrelli2020-06-041-1/+1
* Update docs to version 4.0clayjohn2020-01-313-3/+3
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-263-3/+3
* doc: Misc updates for AnimationNode* and othersRémi Verschelde2020-01-232-2/+2
* doc: Fix parsing of self-closing XML tagsRémi Verschelde2019-09-241-2/+2
* Run doctool after overridden properties changesBojidar Marinov2019-09-041-0/+4
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-1/+1
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-2/+2
* doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinksRémi Verschelde2019-06-271-2/+2
* doc: Fix scoped hyperlinks to same-class enums/methodsRémi Verschelde2019-06-271-1/+1
* doc: Fix formatting, typos and some descriptions in new docstringsRémi Verschelde2019-06-152-15/+13
* Add documentation for WebRTC classes.Fabio Alessandrelli2019-06-143-0/+169
* WebRTC refactor. Data channels, STUN/TURN support.Fabio Alessandrelli2019-05-162-18/+133