summaryrefslogtreecommitdiffstats
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* SCons: Enable `/WX` on LINKFLAGS for MSVC with `werror=yes`Rémi Verschelde2023-08-171-0/+1
* SCons: Disable C++ exception handlingRémi Verschelde2023-08-161-3/+11
* Merge pull request #78959 from lawnjelly/scu_limitRémi Verschelde2023-08-081-1/+11
|\
| * SCons : Add "scu_limit" argumentlawnjelly2023-07-021-1/+11
* | Merge pull request #73443 from akien-mga/unbundle-openxrYuri Sizov2023-07-121-0/+1
|\ \
| * | Allow unbundling OpenXR (for Linux distros)Rémi Verschelde2023-06-161-0/+1
* | | Change explicit 'Godot 4.0' references to 'Godot 4'Rémi Verschelde2023-07-101-3/+3
* | | Linux: Allow unbundling brotli to use system libraryRémi Verschelde2023-07-061-0/+1
| |/ |/|
* | SCons: Move platform logo/run icon to `export` folderRémi Verschelde2023-06-201-11/+6
|/
* MSVC: Disable ICF for optimize=speed_traceRedworkDE2023-06-111-1/+4
* SCU build - Change options to "yes / no"lawnjelly2023-06-081-8/+2
* Single Compilation Unit build.lawnjelly2023-06-061-0/+12
* SCons: Fixup enabling MSVC warning C4458 on /W3Rémi Verschelde2023-05-121-1/+1
* Merge pull request #76836 from Faless/tls/system_certsRémi Verschelde2023-05-121-1/+5
|\
| * [TLS] Add support for platform-specific CA bundles.Fabio Alessandrelli2023-05-121-1/+5
* | Enable shadow warnings and fix raised errorsNinni Pipping2023-05-111-2/+4
|/
* Rework Navigation Avoidancesmix82023-05-101-1/+2
* Merge pull request #74980 from YuriSizov/build-err-without-required-editor-mo...Rémi Verschelde2023-04-261-2/+11
|\
| * Err when trying to build the editor without its required modulesYuri Sizov2023-04-071-2/+11
* | Merge pull request #75447 from bruvzg/brotli_packedarrayRémi Verschelde2023-04-251-0/+3
|\ \
| * | Expose brotli decompression to the scripting API.bruvzg2023-03-291-0/+3
| |/
* / [Export docs] Move docs to platform folders.bruvzg2023-04-201-1/+11
|/
* Windows: Workaround missing DWRITE_FONT_WEIGHT value in old MinGWRémi Verschelde2023-03-051-1/+1
* Merge pull request #73441 from akien-mga/linux-unbundling-fixesRémi Verschelde2023-02-171-2/+2
|\
| * Fix includes of thirdparty libs which can be unbundled on LinuxRémi Verschelde2023-02-161-2/+2
* | Let VS solution name be overriddenPedro J. Estébanez2023-02-161-1/+2
|/
* SCons: Fix wrong `debug_symbols` default value in --helpRémi Verschelde2023-02-011-1/+1
* SCons: Fix feature build profile being parsed too lateRémi Verschelde2023-01-161-21/+20
* Alter linux debug stacktraces handling to support more environmentsEkaterina Vaartis2023-01-151-0/+3
* Rename `float=64` SCons option to `precision=double`Hugo Locurcio2022-12-101-3/+3
* SCons: Strip symbol table for builds with `debug_symbols=no`Rémi Verschelde2022-12-021-0/+6
* Add console wrapper app to handle console i/o redirection on Windows.bruvzg2022-10-311-0/+1
* Merge pull request #67000 from RandomShaper/split_render_furtherRémi Verschelde2022-10-111-2/+2
|\
| * Polish rendering driver refactor furtherPedro J. Estébanez2022-10-061-2/+2
* | SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde2022-10-101-6/+0
* | SCons: Cleanup GCC warnings configurationRémi Verschelde2022-10-101-6/+14
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-9/+25
|/
* Fix CODEOWNERS and fix missing quote in "Building for platform" messageAaron Franke2022-10-011-1/+1
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-62/+93
* SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` definesRémi Verschelde2022-09-231-1/+3
* SCons: Refactor handling of `production` flag and per-platform LTO defaultsRémi Verschelde2022-09-191-37/+34
* SCons: Add `methods.get_version_info()` method returning a DictRémi Verschelde2022-09-141-1/+1
* SCons: Refactor LTO options with `lto=<none|thin|full>`Rémi Verschelde2022-09-081-30/+32
* SCons: Fix compilation database generation with MSVCRémi Verschelde2022-09-071-13/+13
* Add float arg to build_assemblies.pyAlmighty Laxz2022-09-041-1/+1
* SCons: Enforce version 4.0+ when `compiledb=yes` is usedRémi Verschelde2022-09-021-3/+6
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-1/+1
* Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-11/+10
* Merge pull request #63919 from Faless/scons/4.x_easy_depsRémi Verschelde2022-08-071-9/+7
|\
| * [Scons] Implement module dependency sorting.Fabio Alessandrelli2022-08-041-9/+7