summaryrefslogtreecommitdiff
path: root/modules/webrtc
AgeCommit message (Expand)Author
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-18SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde
2020-12-04[HTML5] Add function signatures to JS libraries.Fabio Alessandrelli
2020-11-25Fix useless assignement in webrtc/library_godot_webrtc.jsMarcel Admiraal
2020-11-23[HTML5] Run eslint --fix.Fabio Alessandrelli
2020-11-21[HTML5] Libraries refactor for linting.Fabio Alessandrelli
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-10[HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-09doc: Sync classref with current sourceRémi Verschelde
2020-09-08Merge pull request #41875 from nekomatata/webrtc-doc-turn-serverRémi Verschelde
2020-09-08Fix TURN server example in WebRTC documentationPouleyKetchoupp
2020-09-06Fix header guards in modules:Marcel Admiraal
2020-09-03Ensure header guards enclose entire header.Marcel Admiraal
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