Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CI] Update actions, add cache for faster builds. | Fabio Alessandrelli | 2022-10-16 | 2 | -5/+30 |
| | |||||
* | Merge pull request #63 from Faless/bump/beta2 | Fabio Alessandrelli | 2022-10-10 | 1 | -0/+0 |
|\ | | | | | [CPP] Bump godot-cpp to beta2 headers. | ||||
| * | [CPP] Bump godot-cpp to beta2 headers. | Fabio Alessandrelli | 2022-10-09 | 1 | -0/+0 |
|/ | |||||
* | Merge pull request #61 from Faless/bump/beta1 | Fabio Alessandrelli | 2022-09-16 | 4 | -0/+55 |
|\ | | | | | [Extension] Update to Godot 4.0 beta 1 | ||||
| * | Add methods to get gathering and signaling state. | Fabio Alessandrelli | 2022-09-16 | 3 | -0/+55 |
| | | |||||
| * | Bump godot-cpp to Godot 4.0 beta1. | Fabio Alessandrelli | 2022-09-16 | 1 | -0/+0 |
|/ | |||||
* | Merge pull request #60 from Faless/bump/alpha16 | Fabio Alessandrelli | 2022-09-11 | 15 | -83/+64 |
|\ | | | | | Update to Godot alpha16 | ||||
| * | Disable android 32 bits builds. | Fabio Alessandrelli | 2022-09-11 | 3 | -14/+0 |
| | | |||||
| * | Update sources to alpha16 | Fabio Alessandrelli | 2022-09-11 | 10 | -69/+64 |
| | | |||||
| * | [godot-cpp] Bump to alpha16. | Fabio Alessandrelli | 2022-09-11 | 1 | -0/+0 |
| | | |||||
| * | Update to libdatachannel 0.17.10+git. | Fabio Alessandrelli | 2022-09-11 | 1 | -0/+0 |
| | | |||||
| * | Update to OpenSSL 3.0.5 | Fabio Alessandrelli | 2022-09-11 | 1 | -0/+0 |
|/ | |||||
* | Merge pull request #57 from Faless/bump/4.0_alpha11 | Fabio Alessandrelli | 2022-07-06 | 2 | -6/+2 |
|\ | | | | | Bump godot-cpp to alpha11. | ||||
| * | Bump godot-cpp to alpha11. | Fabio Alessandrelli | 2022-07-06 | 2 | -6/+2 |
|/ | |||||
* | Merge pull request #56 from Faless/fix/write_mode | Fabio Alessandrelli | 2022-06-19 | 1 | -1/+1 |
|\ | | | | | Fix default data channel write mode to binary. | ||||
| * | 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. | ||||
* | Merge pull request #54 from Faless/fix/win32_mingw | Fabio Alessandrelli | 2022-06-18 | 3 | -0/+16 |
|\ | | | | | [Windows] Fix windows build with mingw. | ||||
| * | [Windows] Fix windows build with mingw. | Fabio Alessandrelli | 2022-06-18 | 3 | -0/+16 |
|/ | | | | | | | | 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. | ||||
* | Merge pull request #53 from Faless/fix/build_deps_target | Fabio Alessandrelli | 2022-06-18 | 1 | -0/+4 |
|\ | | | | | [SCons] Apply "target" to dependencies. | ||||
| * | [SCons] Apply "target" to dependencies. | Fabio Alessandrelli | 2022-06-18 | 1 | -0/+4 |
| | | | | | | | | | | | | | | Dependencies used to be built with the default option (release for OpenSSL, debug for libdachannel). They now follow the desired target (producing smaller binaries in release, and bigger in debug). | ||||
* | | Merge pull request #51 from Faless/libdatachannel_pr | Fabio Alessandrelli | 2022-06-16 | 24 | -1018/+1030 |
|\| | | | | | Switch to libdatachannel as RTC library. Add GDExtension support. | ||||
| * | Use libdatachannel library, add Godot 4 support. | Fabio Alessandrelli | 2022-06-15 | 24 | -1018/+1030 |
|/ | |||||
* | Merge pull request #43 from dsnopek/buffered-amount | Fabio Alessandrelli | 2021-09-22 | 4 | -1/+29 |
|\ | | | | | Add get_buffered_amount() to WebRTCDataChannel (GDNative) | ||||
| * | Add get_buffered_amount() to WebRTCDataChannel | David Snopek | 2021-07-21 | 4 | -1/+29 |
| | | |||||
* | | Merge pull request #46 from Faless/issue_template | Fabio Alessandrelli | 2021-07-26 | 2 | -0/+70 |
|\ \ | |/ |/| | Add issue templates for reporting bugs. | ||||
| * | Add issue templates for reporting bugs. | Fabio Alessandrelli | 2021-07-26 | 2 | -0/+70 |
|/ | |||||
* | Merge pull request #40 from Faless/osx/arm64 | Fabio Alessandrelli | 2021-07-11 | 2 | -2/+25 |
|\ | | | | | Add OSX arm64 build. | ||||
| * | Add OSX arm64 build. | Fabio Alessandrelli | 2021-07-11 | 2 | -2/+25 |
|/ | | | | | Needs a more recent revision of godot-cpp, but can still use godot-headers from 3.2 . See CI script update for details. | ||||
* | Merge pull request #39 from Faless/style/clang_black | Fabio Alessandrelli | 2021-07-09 | 16 | -192/+883 |
|\ | | | | | Add static checks | ||||
| * | Run clang-format on src/* | Fabio Alessandrelli | 2021-07-09 | 5 | -11/+17 |
| | | |||||
| * | Add copyright headers | Fabio Alessandrelli | 2021-07-09 | 9 | -0/+270 |
| | | |||||
| * | run black -l 120 on SConstruct. | Fabio Alessandrelli | 2021-07-09 | 1 | -181/+206 |
| | | |||||
| * | static checks. | Fabio Alessandrelli | 2021-07-09 | 6 | -0/+390 |
|/ | |||||
* | Merge pull request #38 from Faless/refactor/signals | Fabio Alessandrelli | 2021-07-09 | 3 | -87/+90 |
|\ | | | | | Refactor signals and obeserver, fixes answer creation. | ||||
| * | 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 |
|/ | |||||
* | Merge pull request #37 from Faless/ci/auto | Fabio Alessandrelli | 2021-07-08 | 2 | -13/+15 |
|\ | | | | | [CI] Use organization's repository for automated builds. | ||||
| * | [CI] Use organization's repository for automated builds. | Fabio Alessandrelli | 2021-07-08 | 2 | -13/+15 |
|/ | | | | Update README.md to reflect new build sources. | ||||
* | Merge pull request #36 from Faless/ci/single | Fabio Alessandrelli | 2021-07-06 | 5 | -5/+236 |
|\ | | | | | Setup CI for Android, iOS, Linux, macOS, Windows. | ||||
| * | Setup CI for Android, iOS, Linux, macOS, Windows. | Fabio Alessandrelli | 2021-07-06 | 5 | -5/+236 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes all supported architectures: * Android: - arm (neon) - arm64 - x86 - x64 * iOS: - arm - arm64 - x64 (simulator) * Linux - x86 - x64 * macOS - x64 * windows - x86 - x64 Use a single matrix for builds, then an extra step will package for release. Artefacts are generated for each platform/arch combination, along for the 2 zip containing the full `webrtc` and `webrtc_debug` plugin. | ||||
* | Merge pull request #34 from Faless/build/optimization_flags | Fabio Alessandrelli | 2021-07-05 | 1 | -2/+12 |
|\ | | | | | Fix osx, android optimization flags. | ||||
| * | Fix osx, android optimization flags. | Fabio Alessandrelli | 2021-07-02 | 1 | -2/+12 |
|/ | | | | Will need to be also fixed in upstream godot-cpp. | ||||
* | Add missing iOS armv7 entry. | Fabio Alessandrelli | 2021-07-02 | 1 | -0/+1 |
| | |||||
* | Merge pull request #33 from Faless/bump/webrtc_4472 | Fabio Alessandrelli | 2021-07-02 | 6 | -24/+38 |
|\ | | | | | Bump webrtc to branch-heads/4472. Fixes signalling. | ||||
| * | Unified signalling thread. | Fabio Alessandrelli | 2021-07-02 | 3 | -4/+22 |
| | | |||||
| * | Bump webrtc to branch-heads/4472. | Fabio Alessandrelli | 2021-07-02 | 5 | -23/+19 |
|/ | |||||
* | Merge pull request #32 from Faless/release/3.2_fix | Fabio Alessandrelli | 2021-07-02 | 1 | -2/+5 |
|\ | | | | | Fix API breakage after godot cpp 3.2 bump. | ||||
| * | Fix API breakage after godot cpp 3.2 bump. | Fabio Alessandrelli | 2021-07-02 | 1 | -2/+5 |
|/ | |||||
* | Merge pull request #31 from Faless/release/3.2 | Fabio Alessandrelli | 2021-07-02 | 2 | -1/+1 |
|\ | | | | | Update godot-cpp to tip of 3.2 branch. |