summaryrefslogtreecommitdiffstats
path: root/modules/webrtc
Commit message (Expand)AuthorAgeFilesLines
* Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-202-5/+10
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-11/+11
* Avoid punning enum names in documentationHaoyu Qiu2023-11-091-1/+1
* Fix StringName leaks in VariantParserYuri Sizov2023-10-191-2/+2
* Add `proxy_to_pthread` option to `platform=web`Adam Scott2023-10-091-0/+20
* Cleanup some GLOBAL_DEFskobewi2023-09-153-10/+2
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-062-2/+0
* 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
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-156-11/+15
* Directly expose WebRTCPeerConnection::create_data_channel() to GDExtensionDavid Snopek2023-06-143-18/+2
* 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
* Remove some unused signalsRémi Verschelde2023-01-311-1/+0
* Merge pull request #68429 from KoBeWi/PropertySettingsRémi Verschelde2023-01-061-2/+1
|\
| * Add PropertyInfo overload for GLOBAL_DEFkobewi2022-12-111-2/+1
* | One Copyright Update to rule them allRémi Verschelde2023-01-0517-493/+493
* | Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextensionRémi Verschelde2022-12-121-2/+2
|\ \ | |/ |/|
| * Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-2/+2
* | Use capitalized ID in the docHaoyu Qiu2022-12-081-2/+2
|/
* [MP] Remove connection state signals from MultiplayerPeer.Fabio Alessandrelli2022-11-022-6/+1
* [MP] Add MultiplayerPeer disconnect_peer, close.Fabio Alessandrelli2022-10-283-21/+27
* [MP] Let MultiplayerAPI handle packet relaying and peer signaling.Fabio Alessandrelli2022-10-273-38/+106
* [WebRTC] Expose more of the WebRTC API.Fabio Alessandrelli2022-09-139-83/+235
* Simplify network GDExtension bindings using EXBIND macros.Fabio Alessandrelli2022-09-016-284/+50
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-296-8/+8
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-084-41/+41
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-263-8/+8
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-253-3/+5
* Register missing WebRTCDataChannelJS typemj.Jernigan2022-07-032-1/+3
* [WebRTC] Static extension registration.Fabio Alessandrelli2022-06-095-16/+12
* Add dedicated macros for property name extractionHaoyu Qiu2022-05-191-1/+1
* Replace most uses of Map by HashMapreduz2022-05-162-19/+19
* Refactor module initializationreduz2022-05-042-4/+14
* Fix some issues found by cppcheck.bruvzg2022-04-061-9/+9
* Discern between virtual and abstract class bindingsreduz2022-03-101-1/+1
* WebRTC: Fix potential nullptr dereference in error messageRémi Verschelde2022-03-041-4/+2
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-1/+3
* Add an XML schema for documentationHugo Locurcio2022-02-155-5/+5
* Improve some signal bindings to use specific `Object` subtypesRémi Verschelde2022-01-282-2/+2
* Rename or refactor macros to avoid leading underscoresOmar Polo2022-01-201-3/+5
* Dictionary: Serialize empty dict as `{}` instead of `{\n}`Rémi Verschelde2022-01-181-4/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-0317-34/+34
* Fix usage of "Return" in the docskobewi2022-01-021-1/+1
* [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