| Commit message (Expand) | Author | Age | Files | Lines |
* | Rebrand Godot 4.3 to Redot | Trashguy | 2024-10-13 | 1 | -2/+10 |
* | Bump version to 4.3.1-rc | Rémi Verschelde | 2024-08-15 | 1 | -1/+1 |
* | [CI] Run unit tests on desktop release templates | A Thousand Ships | 2024-07-18 | 1 | -3/+3 |
* | [CI] Upload build cache before running tests | A Thousand Ships | 2024-07-13 | 1 | -2/+8 |
* | [CI] Enable ANGLE static linking. | bruvzg | 2024-05-28 | 1 | -1/+12 |
* | SCons: Bump min version to 3.1.2, test it on CI with one Linux job | Rémi Verschelde | 2024-05-17 | 1 | -1/+1 |
* | CI: Enable submodules on the checkout action | Aaron Franke | 2024-03-15 | 1 | -0/+2 |
* | Add new VS proj generation logic that supports any platform that wants to opt in | Andreia Gaita | 2024-01-31 | 1 | -1/+1 |
* | Add a python script to install Direct3D 12 SDK components. | MrBBBaiXue | 2024-01-24 | 1 | -22/+3 |
* | Add Direct3D 12 RenderingDevice implementation | Pedro J. Estébanez | 2023-12-12 | 1 | -1/+23 |
* | Use colored output on CI for Doctest | Hugo Locurcio | 2023-10-28 | 1 | -1/+1 |
* | CI: Bump version for `actions/checkout@v4` and `actions/setup-dotnet@v3` | Rémi Verschelde | 2023-09-04 | 1 | -1/+1 |
* | CI: Extract godot-cpp testing into its own job | Yuri Sizov | 2023-08-01 | 1 | -8/+8 |
* | CI: Use GODOT_BASE_BRANCH for the godot-cpp checkout | Rémi Verschelde | 2023-05-18 | 1 | -1/+1 |
* | CI: Fix running the unit tests on windows | RedworkDE | 2023-05-10 | 1 | -1/+1 |
* | [ci/windows] remove obsolete 'tools' in the name | umarcor | 2023-04-05 | 1 | -1/+1 |
* | ci: wait for static check results before starting builds | yedpodtrzitko | 2023-04-04 | 1 | -1/+2 |
* | Add MSVC problem matcher to CI | Josh Jones | 2022-11-11 | 1 | -1/+3 |
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -1/+1 |
* | Various enhancements to Visual Studio solution generation. | TechnoPorg | 2022-10-04 | 1 | -1/+1 |
* | SCons: Unify tools/target build type configuration | Rémi Verschelde | 2022-09-26 | 1 | -8/+5 |
* | CI: Bump various GitHub actions to latest versions | Rémi Verschelde | 2022-08-25 | 1 | -2/+2 |
* | Unify bits, arch, and android_arch into env["arch"] | Aaron Franke | 2022-08-25 | 1 | -1/+1 |
* | Fix exit code of --help and --version, and test them in CI | Jan Haller | 2022-07-02 | 1 | -0/+2 |
* | CI: Reduce max cache to 7 GiB, remove Windows debug symbols | Rémi Verschelde | 2022-03-30 | 1 | -1/+2 |
* | 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 | 1 | -1/+1 |
* | CI: Build test binaries with debug symbols, then strip | Rémi Verschelde | 2021-09-22 | 1 | -2/+7 |
* | [CI] Refactor CI actions, use sub-actions, matrices. | Fabio Alessandrelli | 2021-09-14 | 1 | -108/+51 |
* | Fix CI after concurrency | Max Hilbrunner | 2021-08-25 | 1 | -1/+1 |
* | CI: Cancel previous builds if new commit is pushed | Max Hilbrunner | 2021-08-25 | 1 | -0/+4 |
* | Fix github actions cache server being down failing builds | Gordon MacPherson | 2021-08-18 | 1 | -0/+2 |
* | pywin32 is no longer necessary for SCons install | Bartłomiej T. Listwon | 2021-05-19 | 1 | -2/+2 |
* | CI: Build without debug symbols to reduce cache size | Rémi Verschelde | 2021-02-22 | 1 | -2/+2 |
* | Use github actions cache not my own one. | Gordon MacPherson | 2021-02-13 | 1 | -1/+1 |
* | CI: Force building TextServer fallback | Rémi Verschelde | 2020-12-29 | 1 | -1/+1 |
* | CI: Shrink Windows cache to 3GB, we run out of disk space | Rémi Verschelde | 2020-12-04 | 1 | -1/+1 |
* | CI: Set debug_symbols=no for template builds | Rémi Verschelde | 2020-10-22 | 1 | -1/+1 |
* | CI: Refactor build workflows to use `SCONSFLAGS` | Andrii Doroshenko (Xrayez) | 2020-10-16 | 1 | -3/+4 |
* | CI: upload artifacts | umarcor | 2020-10-15 | 1 | -16/+10 |
* | CI: List contents of bin/ after build | Rémi Verschelde | 2020-10-15 | 1 | -0/+2 |
* | GitHub Actions: Prepend emoji to platform names for easy visual grepping | Hugo Locurcio | 2020-08-23 | 1 | -1/+1 |
* | CI: Show `tests=yes` for builds which run tests | Andrii Doroshenko (Xrayez) | 2020-07-30 | 1 | -1/+1 |
* | SCons: Add `tests` option to enable or disable unit tests | Andrii Doroshenko (Xrayez) | 2020-07-25 | 1 | -1/+1 |
* | t Add unit testing to Godot using DocTest and added to GitHub Actions CI | RevoluPowered | 2020-07-24 | 1 | -0/+5 |
* | CI: Fix cache key and include base branch | Rémi Verschelde | 2020-07-24 | 1 | -13/+13 |
* | Improve the cache keys to prevent clashes for the wrong type of build | Gordon MacPherson | 2020-07-24 | 1 | -8/+8 |
* | Clamp scons cache to 4096 MB | Gordon MacPherson | 2020-07-24 | 1 | -1/+1 |
* | Split CI builds into workflows for each OS | Aaron Franke | 2020-07-21 | 1 | -0/+118 |