summaryrefslogtreecommitdiffstats
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* SCons: Colorize warnings/errors during generationThaddeus Crews2024-04-281-36/+60
* SCons: `scons_version` to environment variableThaddeus Crews2024-04-241-8/+6
* SCons: Only use alias if SCons v4.3 or laterThaddeus Crews2024-04-231-6/+12
* SCons: Utilize native Variable alias functionalityThaddeus Crews2024-04-181-8/+3
* SCons: Convert `env_base` to `env`Thaddeus Crews2024-04-171-79/+77
* Only define ENGINE_UPDATE_CHECK_ENABLED in editor buildsProgramneer2024-04-171-1/+1
* Add automatic checking for engine updateskobewi2024-04-151-0/+4
* SCons: Make new debug_paths_relative option opt-inRémi Verschelde2024-04-151-1/+1
* SCons: Add GCC/Clang option to make debug file paths relativeRémi Verschelde2024-04-121-67/+81
* SCons: Fix up build with Python 3.10Rémi Verschelde2024-04-051-1/+1
* SCons: Refactor `selected_platform` conditionalThaddeus Crews2024-04-041-529/+514
* SCons: Add an option to enable the experimental ninja build backendRiteo2024-03-151-3/+20
* Fix `compiledb` SCons tool availabilityAdam Scott2024-03-141-10/+10
* SCons: Remove `run_in_subprocess` dependencyThaddeus Crews2024-03-111-0/+10
* Add two new COMSTR environment variablesThaddeus Crews2024-03-011-3/+3
* SCons: Fix `CCFLAGS`, `LINKFLAGS`, etc. command line overridesRémi Verschelde2024-02-201-22/+15
* [iOS/macOS] Add option to automatically build (and sign / archive) bundles.bruvzg2024-02-131-1/+0
* Merge pull request #88025 from shana/fix-incremental-buildsRémi Verschelde2024-02-071-1/+1
|\
| * Use an absolute path for SConsignFile so all Sconscript invocations share the...Andreia Gaita2024-02-061-1/+1
* | Add new VS proj generation logic that supports any platform that wants to opt inAndreia Gaita2024-01-311-3/+0
* | Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-171-0/+8
|/
* Merge pull request #84979 from Calinou/scons-web-platform-aliasYuri Sizov2023-12-201-10/+11
|\
| * Alias `platform=javascript` SCons option to `platform=web`Hugo Locurcio2023-11-161-10/+11
* | Add option in SCons to copy environment variablesGeorge Marques2023-12-151-0/+7
* | Merge pull request #84440 from Calinou/scons-android-add-generate-apk-optionRémi Verschelde2023-12-131-0/+1
|\ \
| * | Add `generate_apk=yes` to generate an APK after buildingHugo Locurcio2023-12-131-0/+1
| |/
* / Add Direct3D 12 RenderingDevice implementationPedro J. Estébanez2023-12-121-0/+1
|/
* 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
|\