Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add _to_string method to extension classes. | Fabio Alessandrelli | 2023-12-19 | 1 | -0/+4 |
| | | | | | So printing them in Godot shows the proper class name instead of "Wrapped". | ||||
* | Support building for Godot 4.1 (new default). | Fabio Alessandrelli | 2023-06-30 | 1 | -0/+4 |
| | |||||
* | [CI] Update static checks, copyright headers. | Fabio Alessandrelli | 2023-05-25 | 1 | -29/+29 |
| | |||||
* | Update to Godot 4.0 rc1. | Fabio Alessandrelli | 2023-02-09 | 1 | -0/+4 |
| | |||||
* | [Upstream] Update to Godot beta 3. | Fabio Alessandrelli | 2022-10-17 | 1 | -0/+2 |
| | | | | | | | Update build targets. Move release script out of CI yaml. Disable debug CI builds for Godot 3.x since they are mostly used for debugging the extension itself. | ||||
* | Add methods to get gathering and signaling state. | Fabio Alessandrelli | 2022-09-16 | 1 | -0/+2 |
| | |||||
* | Update sources to alpha16 | Fabio Alessandrelli | 2022-09-11 | 1 | -7/+8 |
| | |||||
* | Use libdatachannel library, add Godot 4 support. | Fabio Alessandrelli | 2022-06-15 | 1 | -77/+34 |
| | |||||
* | Run clang-format on src/* | Fabio Alessandrelli | 2021-07-09 | 1 | -0/+2 |
| | |||||
* | Add copyright headers | Fabio Alessandrelli | 2021-07-09 | 1 | -0/+30 |
| | |||||
* | Properly wait success callback before creating answers. | Fabio Alessandrelli | 2021-07-09 | 1 | -2/+4 |
| | |||||
* | Move observers implementations into PeerConnection. | Fabio Alessandrelli | 2021-07-09 | 1 | -15/+26 |
| | |||||
* | Use a class instead of lambdas for signals. | Fabio Alessandrelli | 2021-07-09 | 1 | -4/+28 |
| | |||||
* | Unified signalling thread. | Fabio Alessandrelli | 2021-07-02 | 1 | -2/+4 |
| | |||||
* | Bump webrtc to branch-heads/4472. | Fabio Alessandrelli | 2021-07-02 | 1 | -5/+5 |
| | |||||
* | Update to new DataChannel API. | Fabio Alessandrelli | 2019-05-16 | 1 | -0/+96 |
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. |