| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg | 2022-04-28 | 1 | -1/+1 |
* | Remove redundant `godot-cpp` build stage. | bruvzg | 2022-04-07 | 1 | -8/+0 |
* | CI: Update black formatter and apply changes | Rémi Verschelde | 2022-04-05 | 1 | -1/+1 |
* | Add CI build with clang sanitizers, increase stack size to 30 MB for builds w... | bruvzg | 2022-04-01 | 1 | -2/+14 |
* | CI: Re-enabled godot-cpp test | Rémi Verschelde | 2022-03-30 | 1 | -1/+1 |
* | Make vararg method bind no return and return | Pierre-Thomas Meisels | 2022-03-30 | 1 | -1/+1 |
* | CI: Reduce max cache to 7 GiB, remove Windows debug symbols | Rémi Verschelde | 2022-03-30 | 2 | -3/+5 |
* | Remove last editor code dependencies in template build | Rémi Verschelde | 2022-03-28 | 1 | -0/+1 |
* | CI: Limit Windows cache size again, otherwise we run out of space | Rémi Verschelde | 2022-03-28 | 1 | -1/+2 |
* | CI: Update to actions/cache@v3, increase cache limit to 10 GiB | Rémi Verschelde | 2022-03-23 | 7 | -4/+11 |
* | Ignore PhysicsServer3DExtension class in C# | Raul Santos | 2022-03-18 | 1 | -18/+18 |
* | Re-enable `godot-cpp` CI. | bruvzg | 2022-03-17 | 1 | -3/+1 |
* | Create GDExtension clases for PhysicsServer3D | reduz | 2022-03-15 | 1 | -18/+18 |
* | Make `-q` CLI argument toggle quiet stdout instead of quitting | Hugo Locurcio | 2022-03-13 | 1 | -1/+1 |
* | Discern between virtual and abstract class bindings | reduz | 2022-03-10 | 1 | -1/+3 |
* | CI: Use mono_static=yes for Mono builds | Rémi Verschelde | 2022-02-22 | 1 | -2/+2 |
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+5 |
* | Remove support for ARMv7 (32-bit) on iOS | Hugo Locurcio | 2022-02-08 | 1 | -1/+1 |
* | CI: Force invalidate macOS cache | Rémi Verschelde | 2022-02-04 | 1 | -1/+1 |
* | CI: Rename macOS cache key to force a rebuild | Rémi Verschelde | 2022-01-11 | 1 | -1/+2 |
* | CI: Update SwiftShader to 2021-10-02 build | Rémi Verschelde | 2022-01-06 | 1 | -2/+2 |
* | CI: Update links to regression test project and prebuilt SwiftShader | Rémi Verschelde | 2022-01-06 | 1 | -6/+6 |
* | Misc build system fixes | Aaron Franke | 2021-12-10 | 1 | -1/+1 |
* | Add a double-precision editor build to CI | Aaron Franke | 2021-12-09 | 1 | -4/+4 |
* | Add a minimal template build to CI | Aaron Franke | 2021-11-12 | 1 | -0/+8 |
* | Enable mono editor build in CI | qarmin | 2021-11-09 | 1 | -5/+24 |
* | CI: Update black to 21.10b0 | Rémi Verschelde | 2021-11-03 | 1 | -1/+1 |
* | CI: Update to clang-format 13 using LLVM repo | Rémi Verschelde | 2021-10-28 | 1 | -2/+4 |
* | Merge pull request #54179 from aaronfranke/make-rst | Rémi Verschelde | 2021-10-26 | 1 | -1/+1 |
|\ |
|
| * | Rename "makerst.py" to "make_rst.py" | Aaron Franke | 2021-10-24 | 1 | -1/+1 |
* | | clang-format: Enable `--Wno-error=unknown` for compat with older versions | Rémi Verschelde | 2021-10-25 | 1 | -2/+2 |
|/ |
|
* | Add CI step for compiling and testing godot-cpp | Bastiaan Olij | 2021-10-21 | 1 | -0/+41 |
* | CI: Run doctool in headless mode | Rémi Verschelde | 2021-10-20 | 1 | -9/+9 |
* | Update Android CI to use JDK 11. | Marcel Admiraal | 2021-10-09 | 1 | -2/+2 |
* | CI: Build test binaries with debug symbols, then strip | Rémi Verschelde | 2021-09-22 | 3 | -6/+20 |
* | [CI] Refactor CI actions, use sub-actions, matrices. | Fabio Alessandrelli | 2021-09-14 | 10 | -517/+318 |
* | Replace stb_vorbis with libogg+libvorbis | Ellen Poe | 2021-09-09 | 1 | -1/+0 |
* | Fix CI after concurrency | Max Hilbrunner | 2021-08-25 | 7 | -7/+7 |
* | CI: Cancel previous builds if new commit is pushed | Max Hilbrunner | 2021-08-25 | 7 | -0/+28 |
* | Fix github actions cache server being down failing builds | Gordon MacPherson | 2021-08-18 | 6 | -0/+10 |
* | [CI] Upgrade Emscripten to 2.0.27. | Fabio Alessandrelli | 2021-08-18 | 1 | -1/+1 |
* | Issue template: Fix link to CONTRIBUTING.md | Rémi Verschelde | 2021-08-13 | 1 | -1/+1 |
* | HTML5: Fix warnings and re-enable `werror=yes` on CI | Rémi Verschelde | 2021-08-06 | 1 | -1/+1 |
* | Fix 'Attempted to remove invalid ID' errors | Rafał Mikrut | 2021-07-31 | 1 | -10/+8 |
* | Re-enable building WebXR in GitHub Actions | David Snopek | 2021-07-17 | 1 | -1/+1 |
* | Re-enable JavaScript CI (with no WebXR until fixed). | Fabio Alessandrelli | 2021-07-15 | 1 | -3/+3 |
* | Check if there are new docs missing on CI | Yuri Sizov | 2021-07-14 | 1 | -1/+1 |
* | Add "Keep screen on" feature to `DisplayServerX11` | Niklas Higi | 2021-06-20 | 1 | -3/+3 |
* | Merge pull request #49364 from Calinou/add-form-github-issue-template | Rémi Verschelde | 2021-06-08 | 2 | -29/+56 |
|\ |
|
| * | Add a form GitHub issue template for bug reports | Hugo Locurcio | 2021-06-08 | 2 | -29/+56 |