Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Call rtc::Cleanup when unloading the library | Fabio Alessandrelli | 2023-12-21 | 1 | -0/+1 |
* | Add _to_string method to extension classes. | Fabio Alessandrelli | 2023-12-19 | 2 | -0/+8 |
* | Support building for Godot 4.1 (new default). | Fabio Alessandrelli | 2023-06-30 | 3 | -0/+12 |
* | [CI] Update static checks, copyright headers. | Fabio Alessandrelli | 2023-05-25 | 10 | -291/+291 |
* | Update to Godot 4.0 rc1. | Fabio Alessandrelli | 2023-02-09 | 5 | -21/+29 |
* | Update to Godot 4.0 beta9 | Fabio Alessandrelli | 2022-12-19 | 1 | -2/+2 |
* | [Upstream] Update to Godot beta 3. | Fabio Alessandrelli | 2022-10-17 | 2 | -0/+4 |
* | Add methods to get gathering and signaling state. | Fabio Alessandrelli | 2022-09-16 | 3 | -0/+55 |
* | Update sources to alpha16 | Fabio Alessandrelli | 2022-09-11 | 7 | -65/+53 |
* | Fix default data channel write mode to binary. | Fabio Alessandrelli | 2022-06-19 | 1 | -1/+1 |
* | [Windows] Fix windows build with mingw. | Fabio Alessandrelli | 2022-06-18 | 2 | -0/+12 |
* | Use libdatachannel library, add Godot 4 support. | Fabio Alessandrelli | 2022-06-15 | 10 | -483/+546 |
* | Add get_buffered_amount() to WebRTCDataChannel | David Snopek | 2021-07-21 | 4 | -1/+29 |
* | Run clang-format on src/* | Fabio Alessandrelli | 2021-07-09 | 5 | -11/+17 |
* | Add copyright headers | Fabio Alessandrelli | 2021-07-09 | 9 | -0/+270 |
* | Properly wait success callback before creating answers. | Fabio Alessandrelli | 2021-07-09 | 2 | -3/+15 |
* | Move observers implementations into PeerConnection. | Fabio Alessandrelli | 2021-07-09 | 3 | -68/+45 |
* | Use a class instead of lambdas for signals. | Fabio Alessandrelli | 2021-07-09 | 2 | -18/+32 |
* | Unified signalling thread. | Fabio Alessandrelli | 2021-07-02 | 3 | -4/+22 |
* | Bump webrtc to branch-heads/4472. | Fabio Alessandrelli | 2021-07-02 | 4 | -21/+17 |
* | Fix API breakage after godot cpp 3.2 bump. | Fabio Alessandrelli | 2021-07-02 | 1 | -2/+5 |
* | Fix crash when closing an invalid peerconnection. | Fabio Alessandrelli | 2020-01-03 | 1 | -1/+4 |
* | Merge observers | Fabio Alessandrelli | 2020-01-03 | 4 | -75/+53 |
* | Working singleton load | Fabio Alessandrelli | 2019-05-16 | 1 | -0/+68 |
* | Update to new DataChannel API. | Fabio Alessandrelli | 2019-05-16 | 16 | -441/+858 |
* | Update GDNative bind. | Fabio Alessandrelli | 2019-04-12 | 3 | -4/+13 |
* | Fix windows build | Fabio Alessandrelli | 2019-04-09 | 1 | -1/+2 |
* | Fix name collision, scons file, final touches | Fabio Alessandrelli | 2019-03-08 | 9 | -70/+65 |
* | Import GSoC work to WebRTC GDNative implementation | Brandon Makin | 2019-03-08 | 9 | -41/+336 |
* | Add namespace to avoid name collision and crash | Fabio Alessandrelli | 2018-08-12 | 3 | -1/+11 |
* | Update binding to latest version | Fabio Alessandrelli | 2018-08-12 | 1 | -3/+3 |
* | Fix WebRTCPeer inclusion guard | Fabio Alessandrelli | 2018-08-12 | 1 | -3/+3 |
* | Fix interface binding | Fabio Alessandrelli | 2018-08-12 | 4 | -4/+22 |
* | Add missing struct initializers | Fabio Alessandrelli | 2018-08-12 | 1 | -1/+13 |
* | Implement missing methods | Fabio Alessandrelli | 2018-08-12 | 2 | -4/+40 |
* | Update to reflect new interface | Fabio Alessandrelli | 2018-08-12 | 3 | -12/+12 |
* | Add initial interface | Fabio Alessandrelli | 2018-08-12 | 5 | -0/+226 |