summaryrefslogtreecommitdiffstats
path: root/methods.py
Commit message (Expand)AuthorAgeFilesLines
* [Buildsystem] Improve cache handlingA Thousand Ships2024-09-171-38/+62
* Merge pull request #93753 from Repiteo/scons/visual-studio-fixesRémi Verschelde2024-07-221-2/+13
|\
| * SCons: Fix output with `vsproj=yes`Thaddeus Crews2024-06-291-2/+13
* | Merge pull request #94117 from mhilbrunner/fix-94090-vsproj-scons-4.8Rémi Verschelde2024-07-091-3/+5
|\ \
| * | Fix VS project generation with SCons 4.8.0+Max Hilbrunner2024-07-091-3/+5
| |/
* / Fix build fetching git_timestamp if git log.showsignature=trueZorvalt2024-07-081-1/+1
|/
* Fix not using `encoding="utf-8"` when writing to files or reading from themKusok2024-06-191-2/+2
* SCons: Minor fixes/adjustments for web compilationThaddeus Crews2024-05-241-0/+2
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-211-28/+23
* SCons: Generate all scripts nativelyThaddeus Crews2024-05-071-131/+113
* SCons: Fixes for warn/error colorizationThaddeus Crews2024-04-291-46/+48
* SCons: Colorize warnings/errors during generationThaddeus Crews2024-04-281-66/+80
* SCons: `scons_version` to environment variableThaddeus Crews2024-04-241-7/+3
* [Web] Fix building for web on WindowsA Thousand Ships2024-04-201-1/+5
* SCons: Disable `show_progress` with ninjaThaddeus Crews2024-04-181-0/+4
* Visual Studio: Fix indentation in sln file, VS is VERY PICKYAndreia Gaita2024-04-121-2/+2
* Ensure all Visual Studio files are generated with CRLFAndreia Gaita2024-04-101-3/+3
* Merge pull request #88244 from shana/vs-improve-settingsRémi Verschelde2024-04-081-8/+12
|\
| * VS: Don't override user options. Add additional vs hintsAndreia Gaita2024-02-121-8/+12
* | SCons: Ensure *all* generated files can be cleanedThaddeus Crews2024-04-051-0/+25
* | Merge pull request #89452 from Riteo/name-a-better-duoRémi Verschelde2024-04-041-26/+34
|\ \
| * | SCons: unify code generations routine and minimize timestamp changesRiteo2024-03-151-26/+34
* | | [Buildsystem] Fix encoding when reading filesA Thousand Ships2024-03-241-10/+10
|/ /
* | SCons: Remove `run_in_subprocess` dependencyThaddeus Crews2024-03-111-6/+2
* | SCons: Ensure `with` statement where applicableThaddeus Crews2024-03-101-50/+56
* | Enforce `\n` eol for Python writesThaddeus Crews2024-03-091-11/+13
* | Add two new COMSTR environment variablesThaddeus Crews2024-03-011-4/+11
* | Merge pull request #88949 from shana/vs-performance-improvementRémi Verschelde2024-02-291-23/+46
|\ \
| * | VS: Improve performance of parsing project fileAndreia Gaita2024-02-281-23/+46
* | | Display the build date in the editor and when starting the engineHugo Locurcio2024-02-271-0/+13
|/ /
* / VS: Fix user workflows with custom user VS configurationsAndreia Gaita2024-02-121-1/+19
|/
* Add new VS proj generation logic that supports any platform that wants to opt inAndreia Gaita2024-01-311-155/+453
* Remove now unused `year` member from `version.py`Rémi Verschelde2024-01-251-2/+0
* Merge pull request #85206 from bruvzg/mac_clang_version_check_updateRémi Verschelde2024-01-181-1/+30
|\
| * [macOS] Check Apple specific version instead of generic clang version.bruvzg2023-11-221-1/+30
* | use venv if detected when building godot.slnAlex Drozd2023-11-261-3/+10
* | Fix generating vsproj with SCons 4.6.0+Max Hilbrunner2023-11-251-8/+11
|/
* SCons: Reduce and cleanup verbose output for SCU buildsRémi Verschelde2023-10-261-3/+0
* Fix compiler detection.bruvzg2023-09-261-1/+1
* Updated compiler version detectionMario Liebisch2023-09-251-9/+26
* SCons: Fix Python 3.12 SyntaxError with regex escape sequencesRémi Verschelde2023-09-251-7/+7
* fix build options configuration for Visual Studio projectsValery Zhuk2023-09-021-22/+13
* Build system: add option for MSVC incremental linking.ocean (they/them)2023-08-291-0/+3
* Carry over the windows_subsystem setting to the generated vsproj if it's not ...Dario2023-08-121-0/+3
* SCons: Move platform logo/run icon to `export` folderRémi Verschelde2023-06-201-27/+0
* CI: Update static checks to black 23.3.0Rémi Verschelde2023-06-191-9/+0
* SCU build - Change options to "yes / no"lawnjelly2023-06-081-1/+1
* Single Compilation Unit build.lawnjelly2023-06-061-2/+82
* Fix forced optimization in dev_buildsmix82023-04-101-1/+1
* Fix the Python type error when creating the .sln fileHK-SHAO2023-03-251-1/+1