summaryrefslogtreecommitdiff
path: root/modules/webrtc
AgeCommit message (Expand)Author
2022-11-02[MP] Remove connection state signals from MultiplayerPeer.Fabio Alessandrelli
2022-10-28[MP] Add MultiplayerPeer disconnect_peer, close.Fabio Alessandrelli
2022-10-27[MP] Let MultiplayerAPI handle packet relaying and peer signaling.Fabio Alessandrelli
2022-09-13[WebRTC] Expose more of the WebRTC API.Fabio Alessandrelli
2022-09-01Simplify network GDExtension bindings using EXBIND macros.Fabio Alessandrelli
2022-08-29[Web] Rename JavaScript platform to Web.Fabio Alessandrelli
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-07-26[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-03Register missing WebRTCDataChannelJS typemj.Jernigan
2022-06-09[WebRTC] Static extension registration.Fabio Alessandrelli
2022-05-19Add dedicated macros for property name extractionHaoyu Qiu
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-04Refactor module initializationreduz
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-03-10Discern between virtual and abstract class bindingsreduz
2022-03-04WebRTC: Fix potential nullptr dereference in error messageRémi Verschelde
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-01-28Improve some signal bindings to use specific `Object` subtypesRémi Verschelde
2022-01-20Rename or refactor macros to avoid leading underscoresOmar Polo
2022-01-18Dictionary: Serialize empty dict as `{}` instead of `{\n}`Rémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2022-01-02Fix usage of "Return" in the docskobewi
2021-12-15[Net] Fix WebRTC returning packets from peers too early.Fabio Alessandrelli
2021-10-05doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphsRémi Verschelde
2021-10-01[Net] Rename RPC constants and annotation arguments.Fabio Alessandrelli
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-29Fix const pointers types in docs and extension API.Fabio Alessandrelli
2021-09-28Merge pull request #52481 from Faless/net/4.x_native_peersFabio Alessandrelli
2021-09-25Document Android permission requirements for network access where neededHugo Locurcio
2021-09-24[Net/Docs] Update extensions documentation.Fabio Alessandrelli
2021-09-24[Net] Expose WebRTC classes to extensions.Fabio Alessandrelli
2021-09-24[Net] MultiplayerPeer cleanup, defaults.Fabio Alessandrelli
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-09-08Multiplayer networking renames/simplificationMax Hilbrunner
2021-09-07[Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli
2021-07-30[Net] Implement RPC channels in MultiplayerAPI.Fabio Alessandrelli
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