summaryrefslogtreecommitdiff
path: root/src/net
Commit message (Collapse)AuthorAgeFilesLines
* [CI] Update static checks, copyright headers.Fabio Alessandrelli2023-05-254-116/+116
|
* Update to Godot 4.0 rc1.Fabio Alessandrelli2023-02-091-7/+7
|
* Add methods to get gathering and signaling state.Fabio Alessandrelli2022-09-161-0/+17
|
* Update sources to alpha16Fabio Alessandrelli2022-09-113-14/+14
|
* Use libdatachannel library, add Godot 4 support.Fabio Alessandrelli2022-06-154-54/+70
|
* Add get_buffered_amount() to WebRTCDataChannelDavid Snopek2021-07-212-1/+23
|
* Add copyright headersFabio Alessandrelli2021-07-094-0/+120
|
* Update to new DataChannel API.Fabio Alessandrelli2019-05-166-157/+314
| | | | | | | New WebRTCLibDataChannel class act as PacketPeer. Old WebRTCPeer (now WebRTCPeerConnection) now allows you to set configuration (STUN/TURN) and creating multiple data channels. Fixed many bugs and implemented most of the missing API.
* Update GDNative bind.Fabio Alessandrelli2019-04-122-2/+2
| | | | | The GDNative bind was moved to the "next" version of the extention for compatibility reasons.
* Fix name collision, scons file, final touchesFabio Alessandrelli2019-03-082-3/+3
|
* Import GSoC work to WebRTC GDNative implementationBrandon Makin2019-03-082-19/+17
|
* Update binding to latest versionFabio Alessandrelli2018-08-121-3/+3
|
* Fix interface bindingFabio Alessandrelli2018-08-122-2/+11
|
* Add missing struct initializersFabio Alessandrelli2018-08-121-1/+13
|
* Implement missing methodsFabio Alessandrelli2018-08-121-4/+4
|
* Update to reflect new interfaceFabio Alessandrelli2018-08-122-9/+9
|
* Add initial interfaceFabio Alessandrelli2018-08-122-0/+138