summaryrefslogtreecommitdiffstats
path: root/editor/editor_builders.py
Commit message (Expand)AuthorAgeFilesLines
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-211-0/+1
* SCons: Colorize warnings/errors during generationThaddeus Crews2024-04-281-6/+6
* Fix POT generation missing some strings when built-in ones are enabledMichael Alexsander2024-03-121-3/+7
* SCons: Remove `run_in_subprocess` dependencyThaddeus Crews2024-03-111-13/+5
* SCons: Ensure `with` statement where applicableThaddeus Crews2024-03-101-94/+91
* Enforce `\n` eol for Python writesThaddeus Crews2024-03-091-2/+2
* Add option to add built-in strings in the POT generationMichael Alexsander2024-02-281-0/+4
* Reorganize code related to editor themingYuri Sizov2024-01-161-28/+1
* CI: Update static checks to black 23.3.0Rémi Verschelde2023-06-191-3/+0
* Invalidate the DocCache when updating the xml docsRedworkDE2023-05-281-0/+1
* Prepare for moving editor and classref translations to godot-editor-l10n repoHaoyu Qiu2023-02-071-0/+4
* ci: add Python static analysis check via mypyJiri Suchan2022-09-301-4/+1
* [Editor build] Use smaller .mo files instead of .po, if gettext is available.bruvzg2022-03-241-2/+36
* Use maximum zlib compression when generating editor translation headersHugo Locurcio2021-10-291-2/+6
* Use a DynamicFont for the default project themeHugo Locurcio2021-05-171-1/+1
* Remove unused Python local variables.Marcel Admiraal2020-09-111-1/+0
* Replace more occurrences of NULL with nullptrRémi Verschelde2020-04-021-1/+1
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-3/+6
* SCons: Drop support for Python 2Rémi Verschelde2020-03-251-9/+8
* i18n: Add support for translating the class referenceRémi Verschelde2020-03-201-7/+16
* Some small fixes to warnings in python scriptsunknown2019-07-111-4/+4
* Remove unused importsHendrikto2019-04-061-1/+1
* Bundle SSL certs with the templates.Fabio Alessandrelli2018-09-151-26/+0
* Removed some unneeded generated headers from the editor directory SCsub.Ibrahn Sahir2018-09-011-262/+0
* Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi2018-07-271-0/+412