summaryrefslogtreecommitdiffstats
path: root/methods.py
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Let VS solution name be overriddenPedro J. Estébanez2023-02-161-2/+2
* Merge pull request #63312 from bruvzg/one_clickRémi Verschelde2023-01-131-18/+18
|\
| * [Export] Add one-click deploy over SSH for the desktop exports.bruvzg2022-12-291-18/+18
* | Support Git worktrees in generation of hash headerPedro J. Estébanez2023-01-091-0/+4
|/
* Rename `float=64` SCons option to `precision=double`Hugo Locurcio2022-12-101-3/+3
* .NET: Generate SdkPackageVersions.props from version.pyRémi Verschelde2022-10-051-9/+9
* Various enhancements to Visual Studio solution generation.TechnoPorg2022-10-041-2/+8
* Merge pull request #66718 from afestini/fix_vs_project_creationRémi Verschelde2022-10-041-3/+2
|\
| * vsproj: create build targets depending on dev_buildAlexander Festini2022-10-031-3/+2
* | fix methods.py ->NameError: name 'sys' is not definedjwt2022-10-021-0/+1
|/
* ci: add Python static analysis check via mypyJiri Suchan2022-09-301-3/+1
* Merge pull request #66242 from akien-mga/scons-unify-tools-targetRémi Verschelde2022-09-301-13/+12
|\
| * SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-13/+12