| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | SCons: Fix MSVC D9025 warning overriding opt level | Rémi Verschelde | 2022-09-27 | 1 | -12/+12 |
|/ |
|
* | Fix compilation with custom "GODOT_VERSION_STATUS" | Björn Feber | 2022-09-25 | 1 | -1/+1 |
* | Don't add `editor_sources` to vs_project when `tools=no` | nikitalita | 2022-09-24 | 1 | -1/+2 |
* | SCons: Add `methods.get_version_info()` method returning a Dict | Rémi Verschelde | 2022-09-14 | 1 | -29/+64 |
* | C#: Replace libnethost dependency to find hostfxr | Ignacio Roldán Etcheverry | 2022-09-07 | 1 | -15/+6 |
* | Fix build failures for Android on Windows | Fredia Huya-Kouadio | 2022-08-31 | 1 | -10/+11 |
* | Correct output file names for Visual Studio project generation | SaracenOne | 2022-08-27 | 1 | -1/+1 |
* | Unify bits, arch, and android_arch into env["arch"] | Aaron Franke | 2022-08-25 | 1 | -1/+1 |
* | C#: Begin move to .NET Core | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -7/+10 |
* | Fix jumbled error output when using Windows spawn fix | Pedro J. Estébanez | 2022-08-12 | 1 | -0/+1 |
* | [Scons] Implement module dependency sorting. | Fabio Alessandrelli | 2022-08-04 | 1 | -7/+39 |
* | SCons: Fix creating VS solution with SCons 4.4.0 | Rémi Verschelde | 2022-07-31 | 1 | -1/+11 |
* | support git packed refs in version generator | Nathan Franke | 2022-07-24 | 1 | -1/+13 |
* | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg | 2022-07-21 | 1 | -5/+5 |
* | Refactor module initialization | reduz | 2022-05-04 | 1 | -23/+12 |
* | Core: Move generated `VERSION_HASH` to a `.cpp` file | Rémi Verschelde | 2022-02-09 | 1 | -5/+3 |
* | Merge pull request #55968 from Calinou/scons-tweak-build-messages | Rémi Verschelde | 2022-01-17 | 1 | -29/+23 |
|\ |
|
| * | Tweak SCons compilation messages to be more discreet | Hugo Locurcio | 2021-12-15 | 1 | -29/+23 |
* | | VS Projects: Don't include `mono_reg` without its module | Mario Liebisch | 2022-01-15 | 1 | -1/+2 |
|/ |
|
* | Allow dehardcoding documentation branch and URL in docs links | Rémi Verschelde | 2021-11-15 | 1 | -0/+2 |
* | Fix import for collections Mapping
| Hristo Stamenov | 2021-10-25 | 1 | -2/+2 |
* | Merge pull request #53376 from ganondev/vsproj-props-for-mono | Rémi Verschelde | 2021-10-18 | 1 | -49/+127 |
|\ |
|
| * | Variants and targets are generated instead of manually defined. The specific ... | Edward Auttonberry | 2021-10-06 | 1 | -49/+127 |
* | | SCons: List `.gen.cpp` sources explicitly to avoid globbing errors | Rémi Verschelde | 2021-10-15 | 1 | -5/+8 |
|/ |
|
* | Force optimized builds for thirdparty Embree files | jfons | 2021-09-28 | 1 | -0/+11 |
* | Makes FontData importable resource. | bruvzg | 2021-08-27 | 1 | -5/+6 |
* | SCons: Fix potential error when pruning cache on CI | Rémi Verschelde | 2021-08-18 | 1 | -3/+6 |
* | SCons: Add method to detect Emscripten and use it for warnings config | Rémi Verschelde | 2021-08-06 | 1 | -0/+4 |
* | SCons: Fix info message when defining `GODOT_VERSION_STATUS` | Rémi Verschelde | 2021-08-05 | 1 | -1/+1 |
* | Allow overriding `VERSION_STATUS` with `GODOT_VERSION_STATUS` in env | Rémi Verschelde | 2021-07-29 | 1 | -3/+8 |
* | Implement the ability to disable classes | reduz | 2021-07-13 | 1 | -0/+12 |
* | Improve compiler version extraction | MmAaXx500 | 2021-05-31 | 1 | -2/+11 |
* | SCons: Pass tests configuration to the MSVC solution | Resul Çelik | 2021-03-23 | 1 | -0/+5 |
* | Fixes small typos and grammar correction | Anshul7sp1 | 2021-03-12 | 1 | -3/+3 |
* | SCons: Properly handle overriding default values to bool options | Rémi Verschelde | 2021-02-24 | 1 | -1/+14 |
* | SCons: Fix Godot detection in custom modules logic | Rémi Verschelde | 2021-02-11 | 1 | -3/+1 |
* | Merge pull request #43057 from Xrayez/custom_modules_recursive | Rémi Verschelde | 2021-02-08 | 1 | -17/+69 |
|\ |
|
| * | SCons: Add an option to detect C++ modules recursively | Andrii Doroshenko (Xrayez) | 2020-10-24 | 1 | -17/+69 |
* | | Don't handle BaseException in build scripts | Marcel Admiraal | 2020-12-12 | 1 | -1/+1 |
|/ |
|
* | Add all headers to VS Project | Bartłomiej T. Listwon | 2020-09-27 | 1 | -6/+41 |
* | Fix custom modules in Visual Studio | Bartłomiej T. Listwon | 2020-09-18 | 1 | -19/+21 |
* | Merge pull request #41453 from Xrayez/custom-modules-visual-studio | Rémi Verschelde | 2020-09-03 | 1 | -3/+4 |
|\ |
|
| * | Build the engine with custom modules in Visual Studio | Andrii Doroshenko (Xrayez) | 2020-08-22 | 1 | -3/+4 |
* | | Merge python EnvironmentError, IOError and WindowsError into OSError. | Marcel Admiraal | 2020-09-02 | 1 | -2/+2 |
|/ |
|
* | Style: Apply format changes from latest psf/black git | Rémi Verschelde | 2020-08-21 | 1 | -6/+3 |
* | SCons: Refactor running commands through builders | Andrii Doroshenko (Xrayez) | 2020-07-28 | 1 | -0/+13 |
* | CI: Install master version of psf/black | Rémi Verschelde | 2020-07-26 | 1 | -3/+6 |
* | Fix emoji branch compilation error | Tomasz Chabora | 2020-07-23 | 1 | -1/+1 |
* | Expand env vars for `custom_modules` build option | Andrii Doroshenko (Xrayez) | 2020-07-10 | 1 | -2/+3 |
* | Merge pull request #37248 from Xrayez/env-dump | Rémi Verschelde | 2020-06-10 | 1 | -0/+11 |
|\ |
|