summaryrefslogtreecommitdiffstats
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
...
* | | [Web] Fix debug symbols in web buildsFabio Alessandrelli2024-07-101-1/+7
|/ /
* / SCons: Default `optimize` to `auto`, fixing `target`/`dev_build` inference fo...Rémi Verschelde2024-07-091-8/+12
|/
* Fix not using `encoding="utf-8"` when writing to files or reading from themKusok2024-06-191-1/+1
* Merge pull request #79126 from bruvzg/SteamTimeRémi Verschelde2024-06-031-0/+1
|\
| * Enable optional minimal SteamAPI integration for usage time tracking (editor ...bruvzg2024-05-311-0/+1
* | SCons: Process platform-specific flags earlierRémi Verschelde2024-05-301-9/+8
|/
* SCons: Minor fixes/adjustments for web compilationThaddeus Crews2024-05-241-1/+1
* SCons: Convert platform `get_flags` to dictionaryThaddeus Crews2024-05-221-3/+5
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-211-12/+12
* SCons: Fix potential Windows ANSI exceptionThaddeus Crews2024-05-181-10/+18
* SCons: Bump min version to 3.1.2, test it on CI with one Linux jobRémi Verschelde2024-05-171-1/+1
* SCons: Restore compatibility with SCons < 4.0.0Rémi Verschelde2024-05-171-2/+2
* [SCons] Add options to override AR, AR and RC flags,bruvzg2024-05-151-0/+6
* Merge pull request #91833 from akien-mga/scons-min-gcc-version-9Rémi Verschelde2024-05-141-15/+5
|\
| * SCons: Bump minimum supported GCC version to GCC 9Rémi Verschelde2024-05-111-15/+5
* | Merge pull request #91866 from programneer/dont-splash-my-editorRémi Verschelde2024-05-131-8/+9
|\ \
| * | Don't define NO_EDITOR_SPLASH in export templatesProgramneer2024-05-121-8/+9
| |/
* / SCons: Preserve `Environment` values when updating `Variables`Rémi Verschelde2024-05-101-41/+33
|/
* SCons: Generate all scripts nativelyThaddeus Crews2024-05-071-8/+5
* 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
|\