summaryrefslogtreecommitdiffstats
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* SCons: Reduce and cleanup verbose output for SCU buildsRémi Verschelde2023-10-261-1/+1
* SCons: Use CXXFLAGS to disable exceptions, it's only for C++Rémi Verschelde2023-10-191-2/+2
* Add object_prefix scons optionMai Lavelle2023-10-051-0/+4
* Merge pull request #82638 from Repiteo/check_c_headers-to-dictionaryRémi Verschelde2023-10-031-3/+4
|\
| * check_c_headers from tuple array to dictionaryThaddeus Crews2023-10-011-3/+4
* | Add build option for MP1/MP2 audio format support.Ithamar R. Adema2023-09-301-1/+2
|/
* Add 2D navigation mesh bakingsmix82023-09-251-0/+1
* [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-211-0/+2
* fix build options configuration for Visual Studio projectsValery Zhuk2023-09-021-1/+1
* 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