summaryrefslogtreecommitdiff
path: root/modules/webrtc
AgeCommit message (Expand)Author
2020-07-10Add override keywords.Marcel Admiraal
2020-06-04Fix WebRTCPeerConnection set_local_description docFabio Alessandrelli
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Fix Closure compiler build, python style.Fabio Alessandrelli
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-04-02Merge pull request #37504 from qarmin/out_of_bound_cursorRémi Verschelde
2020-04-01Fix out of bound array access caused by unassigned variableRafał Mikrut
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-23Adding missing include guards to header files identified by LGTM.Rajat Goswami
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-01-31Update docs to version 4.0clayjohn
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2020-01-23doc: Misc updates for AnimationNode* and othersRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-24doc: Fix parsing of self-closing XML tagsRémi Verschelde
2019-09-04Run doctool after overridden properties changesBojidar Marinov
2019-08-21Merge pull request #30851 from TheDevelo/webrtc-bufferRémi Verschelde
2019-08-21Allow setting buffer size of WebRTCDataChannelRobert Fuchs
2019-08-12Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner
2019-06-30doc: Add default values to all propertiesRémi Verschelde
2019-06-29Merge pull request #29380 from bojidar-bg/16086-docs-default-valueRémi Verschelde
2019-06-27Proofread and improve the whole class referenceHugo Locurcio
2019-06-27Add default values to the editor help, docs, and generated RSTBojidar Marinov
2019-06-27doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinksRémi Verschelde
2019-06-27doc: Fix scoped hyperlinks to same-class enums/methodsRémi Verschelde
2019-06-15Fix compilation warnings in JS and Windows buildsRémi Verschelde
2019-06-15doc: Fix formatting, typos and some descriptions in new docstringsRémi Verschelde
2019-06-14Add documentation for WebRTC classes.Fabio Alessandrelli
2019-06-05Normalize WebRTCDataChannel properties.Fabio Alessandrelli
2019-06-05Add WebRTCMultiplayerFabio Alessandrelli
2019-05-16WebRTC refactor. Data channels, STUN/TURN support.Fabio Alessandrelli
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
2019-04-19doc: Sync classref with current sourceRémi Verschelde
2019-04-12Register WebRTCPeerJS and WebRTCPeerGDNativeFabio Alessandrelli
2019-04-12Add WebRTC GDNative interfaceFabio Alessandrelli
2019-04-12Add WebRTC JS implementationFabio Alessandrelli
2019-04-12Implement WebRTCPeer custom instance classFabio Alessandrelli