| Commit message (Expand) | Author | Age | Files | Lines |
* | Further cleanup of VisualScript references | RedMser | 2022-09-19 | 1 | -1/+0 |
* | CI: Downgrade Emscripten to 3.1.18 | Rémi Verschelde | 2022-09-09 | 1 | -1/+1 |
* | Fix UTF-8 validation in static checks | Gergely Kis | 2022-09-05 | 1 | -2/+2 |
* | [Web] Require threads, rtti, allow optimize=speed. | Fabio Alessandrelli | 2022-08-30 | 1 | -1/+1 |
* | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli | 2022-08-29 | 2 | -5/+5 |
* | Add `dotnet format` to CI to check C# style | Raul Santos | 2022-08-27 | 1 | -0/+4 |
* | CI: Remove unnecessary extra cache step for Emscripten | Rémi Verschelde | 2022-08-25 | 1 | -8/+0 |
* | CI: Bump various GitHub actions to latest versions | Rémi Verschelde | 2022-08-25 | 9 | -17/+18 |
* | Unify bits, arch, and android_arch into env["arch"] | Aaron Franke | 2022-08-25 | 5 | -10/+10 |
* | CI: Remove second build with mono_glue=yes | Ignacio Roldán Etcheverry | 2022-08-23 | 1 | -12/+2 |
* | Merge pull request #62545 from yedpodtrzitko/yed/pytest-builders | Rémi Verschelde | 2022-08-22 | 1 | -5/+9 |
|\ |
|
| * | ci: add basic test pipeline for shader builders | Jiri Suchan | 2022-08-19 | 1 | -1/+5 |
| * | ci: move slowest static job to the end of pipeline | Jiri Suchan | 2022-08-19 | 1 | -4/+4 |
* | | C#: Upgrade to .NET 6 (5.0 -> 6.0) | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -1/+1 |
* | | CI: Setup .NET Sdk to fix CI and build C# code as well | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -2/+15 |
|/ |
|
* | Check also GLES3 in CI | Rafał Mikrut | 2022-08-06 | 1 | -1/+7 |
* | create vector4, vector4i and projection for csharp | antonWetzel | 2022-07-31 | 1 | -33/+6 |
* | CI: Link MoltenVK statically on macOS | Rémi Verschelde | 2022-07-29 | 2 | -1/+7 |
* | Implement support for loading system fonts on Linux, macOS / iOS and Windows. | bruvzg | 2022-07-26 | 1 | -1/+1 |
* | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 1 | -0/+4 |
* | Implement Vector4, Vector4i, Projection | reduz | 2022-07-23 | 1 | -6/+33 |
* | SCons: Refactor Linux linker options with `linker=<bfd|gold|lld|mold>` | Rémi Verschelde | 2022-07-22 | 1 | -4/+4 |
* | Merge pull request #63225 from bruvzg/mac_rename | Rémi Verschelde | 2022-07-21 | 3 | -5/+5 |
|\ |
|
| * | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg | 2022-07-21 | 3 | -5/+5 |
* | | CI: Use Gold (GCC) and LLD (Clang) as linker for Linux sanitizers builds | Rémi Verschelde | 2022-07-21 | 1 | -4/+4 |
|/ |
|
* | Revert "CI: Disable Linux GCC ASAN temporarily" | Riteo | 2022-07-20 | 1 | -2/+2 |
* | CI: Disable Linux GCC ASAN temporarily | Rémi Verschelde | 2022-07-20 | 1 | -2/+2 |
* | SCons: Default `num_jobs` to max CPUs minus 1 if not specified | Rémi Verschelde | 2022-07-17 | 2 | -2/+2 |
* | [macOS] Use statically linked MoltenVK by default, automatically detect Molte... | bruvzg | 2022-07-03 | 1 | -1/+1 |
* | Fix exit code of --help and --version, and test them in CI | Jan Haller | 2022-07-02 | 3 | -0/+6 |
* | Rewrite PR template to make it slightly less verbose | Rémi Verschelde | 2022-06-28 | 1 | -8/+4 |
* | Add Godot 3.x -> Godot 4.x project converter | Rafał Mikrut | 2022-06-15 | 1 | -0/+12 |
* | makerst: Print colored output for easier visual grepping | Hugo Locurcio | 2022-06-11 | 1 | -1/+1 |
* | CI: Update Emscripten to 3.1.10 | Rémi Verschelde | 2022-05-10 | 1 | -1/+1 |
* | 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 |