summaryrefslogtreecommitdiffstats
path: root/editor/SCsub
Commit message (Expand)AuthorAgeFilesLines
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-211-2/+3
* SCons: Generate all scripts nativelyThaddeus Crews2024-05-071-33/+50
* Merge pull request #89452 from Riteo/name-a-better-duoRémi Verschelde2024-04-041-13/+15
|\
| * SCons: unify code generations routine and minimize timestamp changesRiteo2024-03-151-13/+15
* | Fix POT generation missing some strings when built-in ones are enabledMichael Alexsander2024-03-121-0/+1
|/
* SCons: Ensure `with` statement where applicableThaddeus Crews2024-03-101-11/+9
* Enforce `\n` eol for Python writesThaddeus Crews2024-03-091-2/+2
* Add two new COMSTR environment variablesThaddeus Crews2024-03-011-5/+5
* Add option to add built-in strings in the POT generationMichael Alexsander2024-02-281-0/+9
* Reorganize project manager codeYuri Sizov2024-01-161-0/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-13/+1
* Single Compilation Unit build.lawnjelly2023-06-061-3/+2
* [Export] Add readable descriptions and validation warnings to the export opti...bruvzg2023-04-191-1/+5
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
* Prepare for moving editor and classref translations to godot-editor-l10n repoHaoyu Qiu2023-02-071-6/+11
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-1/+1
* i18n: Sync editor translations with WeblateRémi Verschelde2022-07-271-1/+1
* Split up editor export code into multiple filesAaron Franke2022-07-261-0/+1
* i18n: Sync editor translations with WeblateRémi Verschelde2022-04-251-2/+2
* Convert the editor and default theme fonts to WOFF2 format to save space.bruvzg2022-03-251-0/+2
* i18n: Sync editor translations with WeblateRémi Verschelde2022-03-091-1/+1
* i18n: Sync classref translations with WeblateRémi Verschelde2021-11-031-1/+1
* i18n: Sync editor translations with WeblateRémi Verschelde2021-11-031-1/+1
* i18n: Only include editor translations above a thresholdRémi Verschelde2021-10-201-7/+14
* SCons: List `.gen.cpp` sources explicitly to avoid globbing errorsRémi Verschelde2021-10-151-0/+1
* Allow additional cpp files to be added for export templateSergey Minakov2021-08-121-1/+4
* SCons: Refactor running commands through buildersAndrii Doroshenko (Xrayez)2020-07-281-5/+16
* Add `custom_modules` build option to compile external user modulesAndrii Doroshenko (Xrayez)2020-05-251-13/+13
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-21/+25
* SCons: Drop support for Python 2Rémi Verschelde2020-03-251-3/+2
* Move DocData and Collada out of their subfoldersRémi Verschelde2020-03-241-3/+1
* i18n: Add support for translating the class referenceRémi Verschelde2020-03-201-3/+8
* Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli2020-02-211-0/+1
* SCons: Fix uses of [].append instead of env.add_source_files()Rémi Verschelde2019-07-221-1/+1
* Build Clipper with `tools=no` and patch it to auto-disable exceptionsAndrii Doroshenko (Xrayez)2019-05-221-3/+0
* SCons: Remove avoidable defines from main env's CPPPATHRémi Verschelde2018-10-011-1/+3
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-2/+1
* Bundle SSL certs with the templates.Fabio Alessandrelli2018-09-151-4/+0
* Removed some unneeded generated headers from the editor directory SCsub.Ibrahn Sahir2018-09-011-12/+0
* BuildSystem: Sort input file listsBernhard M. Wiedemann2018-08-291-0/+1
* BuildSystem: Fix font listBernhard M. Wiedemann2018-08-291-1/+1
* Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi2018-07-271-144/+25
* add NoCache wrapper to CommandRhody Lugo2018-06-211-4/+4
* GDScript access to copyright, license, author and donor information.Ibrahn Sahir2018-05-191-276/+0
* Merge pull request #17440 from viktor-ferenczi/issue-5042Rémi Verschelde2018-03-131-19/+41
|\
| * Properly closing all files in Python codeViktor Ferenczi2018-03-111-19/+41
* | Build polygon clipper only in tools buildsLeon Krause2018-03-061-0/+1
|/
* disable caching for targets using helper functionsRhody Lugo2017-11-281-2/+1