| Commit message (Expand) | Author | Age | Files | Lines |
* | CI: Use gh-cli for changed files, and workaround codespell skip list bug | Rémi Verschelde | 2023-05-08 | 1 | -5/+6 |
* | CI: Make codespell checks blocking, but only check changed files | Rémi Verschelde | 2023-05-08 | 1 | -2/+5 |
* | Streamline and centralize bug reporting guides | Jason Yundt | 2023-05-03 | 1 | -8/+13 |
* | Create an "Editor-only" section in the online class reference | Yuri Sizov | 2023-04-24 | 1 | -1/+1 |
* | CI: Fix checks fallback logic when changed files listing is missing | Rémi Verschelde | 2023-04-20 | 1 | -4/+4 |
* | CI: Fixup failure to get changed files on merge | Rémi Verschelde | 2023-04-20 | 1 | -2/+2 |
* | Merge pull request #76263 from akien-mga/ci-gotta-go-fast-with-style | Rémi Verschelde | 2023-04-20 | 2 | -21/+50 |
|\ |
|
| * | CI: Speed up static checks by checking only changed files | Rémi Verschelde | 2023-04-20 | 2 | -21/+50 |
* | | [Export docs] Move docs to platform folders. | bruvzg | 2023-04-20 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #75700 from akien-mga/ci-visible-whitespace | Rémi Verschelde | 2023-04-05 | 1 | -1/+2 |
|\ |
|
| * | CI: Visibly print trailing whitespace when static checks fail | Rémi Verschelde | 2023-04-05 | 1 | -1/+2 |
* | | [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 | 8 | -7/+55 |
* | [ci/web] update mymindstorm/setup-emsdk to v12 | Unai Martinez-Corral | 2023-03-26 | 1 | -1/+1 |
* | CI: Pin SCons to 4.4.0, the new 4.5.0 is broken | Rémi Verschelde | 2023-03-06 | 1 | -1/+1 |
* | CI: Disable debug_symbols for Linux + all sanitizers build | Rémi Verschelde | 2023-02-18 | 1 | -1/+2 |
* | CI: Remove flaky packages.microsoft.com Ubuntu repository | Rémi Verschelde | 2023-02-11 | 2 | -2/+2 |
* | CI: Remove custom Linux deps and SwiftShader | Rémi Verschelde | 2023-02-06 | 3 | -35/+9 |
* | CI: Add official codespell action with PR annotations | Rémi Verschelde | 2023-02-01 | 1 | -0/+8 |
* | [CI] Remove packages that are no longer necessary. | bruvzg | 2023-01-25 | 1 | -4/+2 |
* | Cleanup and unify keyboard input. | bruvzg | 2023-01-23 | 1 | -1/+1 |
* | Fix file formatting script dependencies and cleanup | Aaron Franke | 2023-01-12 | 1 | -1/+1 |
* | CI: Use clang-format 15 | Rémi Verschelde | 2023-01-10 | 1 | -3/+3 |
* | CI: Fix dumping GDExtension interface and API for godot-cpp | Rémi Verschelde | 2022-12-14 | 1 | -12/+5 |
* | Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextension | Rémi Verschelde | 2022-12-12 | 2 | -3/+2 |
|\ |
|
| * | Rename all gdnative occurences to gdextension | Gilles Roudière | 2022-12-12 | 2 | -3/+2 |
* | | Rename `float=64` SCons option to `precision=double` | Hugo Locurcio | 2022-12-10 | 1 | -2/+2 |
|/ |
|
* | Emphasize the importance of uploading a minimal reproduction project | Hugo Locurcio | 2022-11-17 | 1 | -2/+5 |
* | Merge pull request #68543 from DarkKilauea/msvc-problem-matcher | Rémi Verschelde | 2022-11-11 | 1 | -1/+3 |
|\ |
|
| * | Add MSVC problem matcher to CI | Josh Jones | 2022-11-11 | 1 | -1/+3 |
* | | Add GCC problem matcher to CI | Raul Santos | 2022-11-11 | 1 | -0/+3 |
* | | Mention .godot folder in issue template | kobewi | 2022-11-11 | 1 | -1/+1 |
|/ |
|
* | Add rendering team as GLES3 CODEOWNER | clayjohn | 2022-11-02 | 1 | -0/+1 |
* | 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 |
* | CI: Update target for godot-cpp after https://github.com/godotengine/godot-cp... | Rémi Verschelde | 2022-10-04 | 1 | -1/+1 |
* | Fix CODEOWNERS and fix missing quote in "Building for platform" message | Aaron Franke | 2022-10-01 | 1 | -2/+2 |
* | ci: add Python static analysis check via mypy | Jiri Suchan | 2022-09-30 | 1 | -1/+5 |
* | SCons: Unify tools/target build type configuration | Rémi Verschelde | 2022-09-26 | 7 | -61/+42 |
* | 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 |
|\ |
|