summaryrefslogtreecommitdiffstats
path: root/core/core_builders.py
Commit message (Expand)AuthorAgeFilesLines
* Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-0/+49
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-211-6/+6
* SCons: Remove `run_in_subprocess` dependencyThaddeus Crews2024-03-111-19/+10
* SCons: Ensure `with` statement where applicableThaddeus Crews2024-03-101-93/+79
* Enforce `\n` eol for Python writesThaddeus Crews2024-03-091-4/+4
* Pre-commit: Update to clang-format 17.0.6 and black 24.2.0Rémi Verschelde2024-02-281-0/+1
* Donors: Change tiers to match Dev Fund, sync latest dataRémi Verschelde2023-11-141-13/+13
* CI: Update static checks to black 23.3.0Rémi Verschelde2023-06-191-1/+0
* ci: add Python static analysis check via mypyJiri Suchan2022-09-301-3/+3
* Use maximum zlib compression when generating editor translation headersHugo Locurcio2021-10-291-1/+3
* Update AUTHORS and DONORS listRémi Verschelde2020-08-141-1/+5
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-47/+92
* SCons: Drop support for Python 2Rémi Verschelde2020-03-251-14/+32
* Style: Harmonize header guards to style guide [Core]Rémi Verschelde2020-03-251-12/+12
* SCons: Generate header with info on which modules are enabledRémi Verschelde2020-02-071-1/+1
* Allow system certs file to be used by Editor.Fabio Alessandrelli2018-09-151-0/+4
* Bundle SSL certs with the templates.Fabio Alessandrelli2018-09-151-1/+30
* Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi2018-07-271-0/+236