Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update godot-cpp to tip of 3.2 branch. | Fabio Alessandrelli | 2021-07-02 | 1 | -1/+1 |
| | |||||
* | Add mac and ios platforms. Fix GDNLibrary. | Fabio Alessandrelli | 2021-07-01 | 1 | -5/+85 |
| | |||||
* | Merge pull request #24 from rondao/add_android_build_support | Fabio Alessandrelli | 2021-07-01 | 1 | -5/+92 |
|\ | | | | | Add build support for Android | ||||
| * | Add build support for Android | Rafael Rondao | 2020-11-07 | 1 | -5/+92 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | Fix gdns generation with python3. | Fabio Alessandrelli | 2021-05-05 | 1 | -1/+1 |
|/ | | | | Python2 has reached end-of-life. | ||||
* | Simplify webrtc lib folder structure | Fabio Alessandrelli | 2020-01-03 | 1 | -2/+2 |
| | |||||
* | Use submodule for godot-cpp | Fabio Alessandrelli | 2020-01-03 | 1 | -12/+7 |
| | |||||
* | Build script also create gdnlib | Fabio Alessandrelli | 2020-01-03 | 1 | -17/+27 |
| | |||||
* | Small build system improvement | Fabio Alessandrelli | 2019-05-16 | 1 | -1/+12 |
| | |||||
* | Better flags | Fabio Alessandrelli | 2019-04-17 | 1 | -2/+8 |
| | |||||
* | Refactor SCons build script | Fabio Alessandrelli | 2019-04-17 | 1 | -16/+28 |
| | |||||
* | Better output library name | Fabio Alessandrelli | 2019-04-09 | 1 | -3/+6 |
| | |||||
* | Fix name collision, scons file, final touches | Fabio Alessandrelli | 2019-03-08 | 1 | -2/+2 |
| | |||||
* | Import GSoC work to WebRTC GDNative implementation | Brandon Makin | 2019-03-08 | 1 | -2/+2 |
| | |||||
* | Fix mingw cross-build | Fabio Alessandrelli | 2018-08-12 | 1 | -2/+2 |
| | |||||
* | Add scons build file | Fabio Alessandrelli | 2018-08-12 | 1 | -0/+140 |