summaryrefslogtreecommitdiffstats
path: root/modules/webrtc
Commit message (Expand)AuthorAgeFilesLines
...
* [Net] Fix WebRTC returning packets from peers too early.Fabio Alessandrelli2021-12-151-0/+11
* doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphsRémi Verschelde2021-10-051-1/+2
* [Net] Rename RPC constants and annotation arguments.Fabio Alessandrelli2021-10-011-2/+2
* Use range iterators for `Map`Lightning_A2021-09-301-18/+18
* 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-2817-381/+617
|\
| * [Net/Docs] Update extensions documentation.Fabio Alessandrelli2021-09-243-4/+177
| * [Net] Expose WebRTC classes to extensions.Fabio Alessandrelli2021-09-2412-340/+437
| * [Net] MultiplayerPeer cleanup, defaults.Fabio Alessandrelli2021-09-242-37/+3
* | 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-073-16/+16
* [Net] Implement RPC channels in MultiplayerAPI.Fabio Alessandrelli2021-07-303-41/+82
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-303-104/+52
* Use Ref<T> references as iterators where relevantRémi Verschelde2021-07-261-5/+5
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-17/+17
* Add get_buffered_amount() to WebRTCDataChannelDavid Snopek2021-07-208-0/+27
* Optimize StringName usagereduz2021-07-182-9/+9
* Fix "IDHandler.get_prop is not a function" error when calling some methods on...David Snopek2021-07-171-4/+4
* [HTML5] Fix build (with module_webxr_enabled=no).Fabio Alessandrelli2021-07-151-3/+2
* Misc cleanup of header includesRémi Verschelde2021-07-151-0/+1
* Implement the ability to disable classesreduz2021-07-131-4/+4
* [Net] Rename WebRTCMultiplayer to WebRTCMultiplayerPeer.Fabio Alessandrelli2021-07-125-44/+44
* [Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.Fabio Alessandrelli2021-07-123-13/+13
* Rename Reference to RefCountedPedro J. Estébanez2021-06-113-4/+4
* Fix typos with codespellRémi Verschelde2021-05-201-1/+1
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-082-11/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-0117-34/+34
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-2/+0
* [HTML5] Add function signatures to JS libraries.Fabio Alessandrelli2020-12-041-1/+21
* Fix useless assignement in webrtc/library_godot_webrtc.jsMarcel Admiraal2020-11-251-1/+1
* [HTML5] Run eslint --fix.Fabio Alessandrelli2020-11-231-92/+92
* [HTML5] Libraries refactor for linting.Fabio Alessandrelli2020-11-211-46/+54
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-2/+0
* [HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli2020-11-106-412/+521
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-072-2/+2
* doc: Sync classref with current sourceRémi Verschelde2020-10-091-2/+0
* Merge pull request #41875 from nekomatata/webrtc-doc-turn-serverRémi Verschelde2020-09-081-1/+1
|\
| * Fix TURN server example in WebRTC documentationPouleyKetchoupp2020-09-081-1/+1
* | Fix header guards in modules:Marcel Admiraal2020-09-062-5/+5
* | Ensure header guards enclose entire header.Marcel Admiraal2020-09-032-8/+8
|/
* Add override keywords.Marcel Admiraal2020-07-105-66/+59
* Fix WebRTCPeerConnection set_local_description docFabio Alessandrelli2020-06-041-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-143-13/+25
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-146-9/+0
* Fix Closure compiler build, python style.Fabio Alessandrelli2020-05-101-3/+3
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Replace NULL with nullptrlupoDharkael2020-04-026-36/+36
* Merge pull request #37504 from qarmin/out_of_bound_cursorRémi Verschelde2020-04-021-0/+1
|\