summaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Build Linux binaries using the Godot toolchian.Fabio Alessandrelli2023-06-301-0/+29
| | | | So we link to very old glibc and support ancient distros.
* Linux ARM32/ARM64, better toolchains support.Fabio Alessandrelli2023-06-211-0/+4
| | | | | | | | | Needs updated godot-cpp to build library with custom toolchains. Make the OpenSSL and CMake tools more customizable letting the user override the default platform flags via build options. Improve dependency handling.
* [CI] Update static checks, copyright headers.Fabio Alessandrelli2023-05-253-89/+123
|
* [CI] Fix python black formatting.Fabio Alessandrelli2023-05-251-19/+11
|
* [macOS] Add support for universal builds.Fabio Alessandrelli2023-05-242-14/+3
| | | | | | Since the OpenSSL build system does not support macOS universal binaries, we first need to build the two libraries separately, then we join them together using lipo.
* Revert "[Extension] Fix library resource waiting for Godot auto prefix."Fabio Alessandrelli2023-01-131-29/+20
| | | | This reverts commit 0c10a7f3e3c534aff7f31a2a75907230a5353663.
* [Extension] Fix library resource waiting for Godot auto prefix.Fabio Alessandrelli2023-01-121-20/+29
|
* Rename osx to macos in webrtc.gdextensionJonathan Picques2022-11-261-4/+4
| | | The plugin wouldn't work with Godot beta 5 because it expects a macos key instead of an osx
* [Upstream] Update to Godot beta 3.Fabio Alessandrelli2022-10-172-10/+53
| | | | | | | 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.
* Disable android 32 bits builds.Fabio Alessandrelli2022-09-112-4/+0
|
* Use libdatachannel library, add Godot 4 support.Fabio Alessandrelli2022-06-153-12/+32
|
* static checks.Fabio Alessandrelli2021-07-094-0/+235
|
* Add missing iOS armv7 entry.Fabio Alessandrelli2021-07-021-0/+1
|
* Add mac and ios platforms. Fix GDNLibrary.Fabio Alessandrelli2021-07-011-0/+6
|
* Add build support for AndroidRafael Rondao2020-11-071-0/+4
| | | | | | | | | | | | | To build for Android, use platform=android. ANDROID_NDK_ROOT env variable needs to be defined. By default, it builds for armv7 with Api 18. To build for arm64v8 (or x86, x86_64), use android_arch=arm64v8. 64 bits requires at least Api level 21. If needed, you can change it with android_api_level=XX. Signed-off-by: Rafael Rondao <rafael.rondao@gmail.com>
* set library paths for Server platformMark Achée2020-06-201-0/+4
|
* Build script also create gdnlibFabio Alessandrelli2020-01-031-0/+13