summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Expand)AuthorAgeFilesLines
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-1/+1
* Remove redundant `godot-cpp` build stage.bruvzg2022-04-071-8/+0
* CI: Update black formatter and apply changesRémi Verschelde2022-04-051-1/+1
* Add CI build with clang sanitizers, increase stack size to 30 MB for builds w...bruvzg2022-04-011-2/+14
* CI: Re-enabled godot-cpp testRémi Verschelde2022-03-301-1/+1
* Make vararg method bind no return and returnPierre-Thomas Meisels2022-03-301-1/+1
* CI: Reduce max cache to 7 GiB, remove Windows debug symbolsRémi Verschelde2022-03-302-3/+5
* Remove last editor code dependencies in template buildRémi Verschelde2022-03-281-0/+1
* CI: Limit Windows cache size again, otherwise we run out of spaceRémi Verschelde2022-03-281-1/+2
* CI: Update to actions/cache@v3, increase cache limit to 10 GiBRémi Verschelde2022-03-237-4/+11
* Ignore PhysicsServer3DExtension class in C#Raul Santos2022-03-181-18/+18
* Re-enable `godot-cpp` CI.bruvzg2022-03-171-3/+1
* Create GDExtension clases for PhysicsServer3Dreduz2022-03-151-18/+18
* Make `-q` CLI argument toggle quiet stdout instead of quittingHugo Locurcio2022-03-131-1/+1
* Discern between virtual and abstract class bindingsreduz2022-03-101-1/+3
* CI: Use mono_static=yes for Mono buildsRémi Verschelde2022-02-221-2/+2
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+5
* Remove support for ARMv7 (32-bit) on iOSHugo Locurcio2022-02-081-1/+1
* CI: Force invalidate macOS cacheRémi Verschelde2022-02-041-1/+1
* CI: Rename macOS cache key to force a rebuildRémi Verschelde2022-01-111-1/+2
* CI: Update SwiftShader to 2021-10-02 buildRémi Verschelde2022-01-061-2/+2
* CI: Update links to regression test project and prebuilt SwiftShaderRémi Verschelde2022-01-061-6/+6
* Misc build system fixesAaron Franke2021-12-101-1/+1
* Add a double-precision editor build to CIAaron Franke2021-12-091-4/+4
* Add a minimal template build to CIAaron Franke2021-11-121-0/+8
* Enable mono editor build in CIqarmin2021-11-091-5/+24
* CI: Update black to 21.10b0Rémi Verschelde2021-11-031-1/+1
* CI: Update to clang-format 13 using LLVM repoRémi Verschelde2021-10-281-2/+4
* Merge pull request #54179 from aaronfranke/make-rstRémi Verschelde2021-10-261-1/+1
|\
| * Rename "makerst.py" to "make_rst.py"Aaron Franke2021-10-241-1/+1
* | clang-format: Enable `--Wno-error=unknown` for compat with older versionsRémi Verschelde2021-10-251-2/+2
|/
* Add CI step for compiling and testing godot-cppBastiaan Olij2021-10-211-0/+41
* CI: Run doctool in headless modeRémi Verschelde2021-10-201-9/+9
* Update Android CI to use JDK 11.Marcel Admiraal2021-10-091-2/+2
* CI: Build test binaries with debug symbols, then stripRémi Verschelde2021-09-223-6/+20
* [CI] Refactor CI actions, use sub-actions, matrices.Fabio Alessandrelli2021-09-1410-517/+318
* Replace stb_vorbis with libogg+libvorbisEllen Poe2021-09-091-1/+0
* Fix CI after concurrencyMax Hilbrunner2021-08-257-7/+7
* CI: Cancel previous builds if new commit is pushedMax Hilbrunner2021-08-257-0/+28
* Fix github actions cache server being down failing buildsGordon MacPherson2021-08-186-0/+10
* [CI] Upgrade Emscripten to 2.0.27.Fabio Alessandrelli2021-08-181-1/+1
* Issue template: Fix link to CONTRIBUTING.mdRémi Verschelde2021-08-131-1/+1
* HTML5: Fix warnings and re-enable `werror=yes` on CIRémi Verschelde2021-08-061-1/+1
* Fix 'Attempted to remove invalid ID' errorsRafał Mikrut2021-07-311-10/+8
* Re-enable building WebXR in GitHub ActionsDavid Snopek2021-07-171-1/+1
* Re-enable JavaScript CI (with no WebXR until fixed).Fabio Alessandrelli2021-07-151-3/+3
* Check if there are new docs missing on CIYuri Sizov2021-07-141-1/+1
* Add "Keep screen on" feature to `DisplayServerX11`Niklas Higi2021-06-201-3/+3
* Merge pull request #49364 from Calinou/add-form-github-issue-templateRémi Verschelde2021-06-082-29/+56
|\
| * Add a form GitHub issue template for bug reportsHugo Locurcio2021-06-082-29/+56