Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Godot primitives for logging, change default log level | Dragos Daian | 2024-04-12 | 1 | -1/+21 |
| | |||||
* | Update to libdatachannel 0.20.1, OpenSSL 3.0.13 | Fabio Alessandrelli | 2024-01-30 | 2 | -6/+4 |
| | | | | Replace deprecated options with the (new) standard ones. | ||||
* | Call rtc::Cleanup when unloading the library | Fabio Alessandrelli | 2023-12-21 | 1 | -0/+1 |
| | | | | Avoid potential crash at exit. | ||||
* | Add _to_string method to extension classes. | Fabio Alessandrelli | 2023-12-19 | 2 | -0/+8 |
| | | | | | 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 | 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 |
| | | | | | | | 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 | 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 |
| | | | | | It's the engine expected default, and the least surprising for the users since it allows any data to be sent, while text mode requires valid UTF. | ||||
* | [Windows] Fix windows build with mingw. | Fabio Alessandrelli | 2022-06-18 | 2 | -0/+12 |
| | | | | | | | | Forces ".dll" extension for library when building with mingw. Override GDN_EXPORT which is incorrectly defined in the upstream gdnative headers (3.x) and godot-cpp include (4.0) when building for windows with mingw. | ||||
* | 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 |
| | | | | | | | 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 Alessandrelli | 2019-04-12 | 3 | -4/+13 |
| | | | | | The GDNative bind was moved to the "next" version of the extention for compatibility reasons. | ||||
* | 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 |