summaryrefslogtreecommitdiff
path: root/modules/webrtc
AgeCommit message (Expand)Author
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-26Use Ref<T> references as iterators where relevantRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-20Add get_buffered_amount() to WebRTCDataChannelDavid Snopek
2021-07-18Optimize StringName usagereduz
2021-07-17Fix "IDHandler.get_prop is not a function" error when calling some methods on...David Snopek
2021-07-15[HTML5] Fix build (with module_webxr_enabled=no).Fabio Alessandrelli
2021-07-15Misc cleanup of header includesRémi Verschelde
2021-07-13Implement the ability to disable classesreduz
2021-07-12[Net] Rename WebRTCMultiplayer to WebRTCMultiplayerPeer.Fabio Alessandrelli
2021-07-12[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.Fabio Alessandrelli
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-05-20Fix typos with codespellRémi Verschelde
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