| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1622 from Repiteo/ci/runner | David Snopek | 2024-10-30 | 5 | -31/+58 |
|\ |
|
| * | CI: Add `runner` workflow to call other workflows | Thaddeus Crews | 2024-10-11 | 5 | -31/+58 |
* | | Merge pull request #1574 from dsnopek/unicode-class-names | David Snopek | 2024-10-29 | 1 | -6/+9 |
|\ \
| |/
|/| |
|
| * | Allow unicode class names | David Snopek | 2024-09-18 | 1 | -6/+9 |
* | | VSProj Configure type on build command - to resolve #1582 | Samuel Nicholas | 2024-09-21 | 1 | -2/+2 |
|/ |
|
* | [CI] Upload build cache before running tests | A Thousand Ships | 2024-07-13 | 3 | -7/+29 |
* | Integrate `.pre-commit-config.yaml` | Thaddeus Crews | 2024-06-24 | 1 | -42/+21 |
* | [CI] Update macOS workers to macos-latest | Fabio Alessandrelli | 2024-06-18 | 1 | -2/+2 |
* | Allow selecting Godot version to run the tests with | David Snopek | 2024-06-14 | 1 | -5/+20 |
* | Attempt to fix recent CI failures on `master` branch | David Snopek | 2024-05-09 | 1 | -1/+1 |
* | Merge pull request #1364 from Repiteo/non-verbose | David Snopek | 2024-04-17 | 1 | -4/+4 |
|\ |
|
| * | Implement `verbose` toggle from godot repo | Thaddeus Crews | 2024-04-09 | 1 | -4/+4 |
* | | Merge pull request #1371 from godotengine/dependabot/github_actions/mymindsto... | David Snopek | 2024-04-17 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Bump mymindstorm/setup-emsdk from 13 to 14 | dependabot[bot] | 2024-01-22 | 1 | -1/+1 |
* | | Use latest doc version in issue template | A Thousand Ships | 2024-01-20 | 1 | -1/+1 |
|/ |
|
* | Bump actions/setup-python from 4 to 5 | dependabot[bot] | 2023-12-06 | 1 | -1/+1 |
* | Bump mymindstorm/setup-emsdk from 12 to 13 | dependabot[bot] | 2023-11-22 | 1 | -1/+1 |
* | CI: Install Android NDK r23c explicitly | Rémi Verschelde | 2023-11-20 | 1 | -11/+12 |
* | CI: Workaround upstream issue with .NET editor build not exiting | Rémi Verschelde | 2023-11-13 | 1 | -1/+1 |
* | Revert "Hack adding `--quit-after 100` to ensure extension_list.cfg gets gene... | David Snopek | 2023-11-07 | 1 | -2/+2 |
* | Hack adding `--quit-after 100` to ensure extension_list.cfg gets generated | David Snopek | 2023-11-04 | 1 | -2/+2 |
* | [SCons] Rename javascript tool to web | Fabio Alessandrelli | 2023-10-15 | 1 | -5/+5 |
* | Merge pull request #1247 from nicholas-maltbie/nickmaltbie/javascript-wasm-fix | David Snopek | 2023-10-04 | 1 | -0/+17 |
|\ |
|
| * | Added fix for javascript build for godot 4.x | Nick Maltbie | 2023-10-01 | 1 | -0/+17 |
* | | CI: Fix MinGW install error by pinning to earlier version | Rémi Verschelde | 2023-10-04 | 1 | -0/+2 |
|/ |
|
* | Bump actions/checkout from 3 to 4 | dependabot[bot] | 2023-09-04 | 2 | -5/+5 |
* | Merge pull request #1113 from Calinou/add-issue-template | David Snopek | 2023-05-26 | 2 | -0/+85 |
|\ |
|
| * | Add issue template based on the main Godot repository | Hugo Locurcio | 2023-05-25 | 2 | -0/+85 |
* | | Add automated tests that run a GDExtension (rather than just building it) | David Snopek | 2023-05-17 | 1 | -0/+32 |
|/ |
|
* | Fix incorrect memory allocation in release builds. | bruvzg | 2023-02-21 | 1 | -5/+5 |
* | CI: Use clang-format 15 | Rémi Verschelde | 2023-01-10 | 1 | -3/+3 |
* | Rename float=64 build option to precision=double | Ricardo Buring | 2023-01-09 | 1 | -1/+1 |
* | Merge pull request #903 from PapyChacal/build_library | Fabio Alessandrelli | 2022-12-19 | 1 | -0/+5 |
|\ |
|
| * | Remove gen from emitted files to solve circular dependency with build_library... | Emilien Bauer | 2022-12-19 | 1 | -0/+5 |
* | | Rename GDNative to GDExtension | Gilles Roudière | 2022-12-12 | 1 | -3/+3 |
* | | Add CODEOWNERS so GDExtension team gets assigned for reviews | Rémi Verschelde | 2022-12-06 | 1 | -0/+6 |
|/ |
|
* | Add more static checks and move to separate file to match main repo | Aaron Franke | 2022-10-09 | 2 | -32/+54 |
* | [SCons] Refactor targets, symbols, optimizations. | Fabio Alessandrelli | 2022-10-04 | 1 | -11/+11 |
* | [CI] Add concurrency options and scons caching. | Fabio Alessandrelli | 2022-09-19 | 2 | -1/+47 |
* | Merge pull request #835 from Faless/build/4.x_opt_debug | Rémi Verschelde | 2022-09-19 | 1 | -2/+2 |
|\ |
|
| * | [SCons] Add "optimize" and "debug_symbols" options | Fabio Alessandrelli | 2022-09-12 | 1 | -2/+2 |
* | | CI: Make CMake builds use verbose output | Rémi Verschelde | 2022-09-13 | 1 | -6/+6 |
|/ |
|
* | Fix get_file_list not returning all generated files. | Fabio Alessandrelli | 2022-09-11 | 1 | -0/+4 |
* | Add Godot 3.x ignores to the .gitignore file | Aaron Franke | 2022-09-07 | 1 | -4/+4 |
* | [CI] Fix Android builds after GH container update. | Fabio Alessandrelli | 2022-07-28 | 1 | -1/+1 |
* | Rename OSX to macOS. | bruvzg | 2022-07-20 | 1 | -2/+2 |
* | CI: Use setup-python@v4 | Rémi Verschelde | 2022-07-18 | 1 | -1/+1 |
* | SCons: Default `num_jobs` to max CPUs minus 1 if not specified | Rémi Verschelde | 2022-07-17 | 1 | -3/+3 |
* | [SCons] Fix msvc, linux-clang, add version check. | Fabio Alessandrelli | 2022-07-04 | 1 | -1/+1 |
* | Unify bits, android_arch, macos_arch ios_arch into arch, support non-x86 | Aaron Franke | 2022-06-01 | 1 | -7/+8 |