| Commit message (Expand) | Author | Age | Files | Lines |
* | SCons: Minor fixes/adjustments for web compilation | Thaddeus Crews | 2024-05-24 | 1 | -0/+2 |
* | Update pre-commit hooks configuration to use `ruff` instead of `black` | Jakub Marcowski | 2024-05-21 | 1 | -28/+23 |
* | SCons: Generate all scripts natively | Thaddeus Crews | 2024-05-07 | 1 | -131/+113 |
* | SCons: Fixes for warn/error colorization | Thaddeus Crews | 2024-04-29 | 1 | -46/+48 |
* | SCons: Colorize warnings/errors during generation | Thaddeus Crews | 2024-04-28 | 1 | -66/+80 |
* | SCons: `scons_version` to environment variable | Thaddeus Crews | 2024-04-24 | 1 | -7/+3 |
* | [Web] Fix building for web on Windows | A Thousand Ships | 2024-04-20 | 1 | -1/+5 |
* | SCons: Disable `show_progress` with ninja | Thaddeus Crews | 2024-04-18 | 1 | -0/+4 |
* | Visual Studio: Fix indentation in sln file, VS is VERY PICKY | Andreia Gaita | 2024-04-12 | 1 | -2/+2 |
* | Ensure all Visual Studio files are generated with CRLF | Andreia Gaita | 2024-04-10 | 1 | -3/+3 |
* | Merge pull request #88244 from shana/vs-improve-settings | Rémi Verschelde | 2024-04-08 | 1 | -8/+12 |
|\ |
|
| * | VS: Don't override user options. Add additional vs hints | Andreia Gaita | 2024-02-12 | 1 | -8/+12 |
* | | SCons: Ensure *all* generated files can be cleaned | Thaddeus Crews | 2024-04-05 | 1 | -0/+25 |
* | | Merge pull request #89452 from Riteo/name-a-better-duo | Rémi Verschelde | 2024-04-04 | 1 | -26/+34 |
|\ \ |
|
| * | | SCons: unify code generations routine and minimize timestamp changes | Riteo | 2024-03-15 | 1 | -26/+34 |
* | | | [Buildsystem] Fix encoding when reading files | A Thousand Ships | 2024-03-24 | 1 | -10/+10 |
|/ / |
|
* | | SCons: Remove `run_in_subprocess` dependency | Thaddeus Crews | 2024-03-11 | 1 | -6/+2 |
* | | SCons: Ensure `with` statement where applicable | Thaddeus Crews | 2024-03-10 | 1 | -50/+56 |
* | | Enforce `\n` eol for Python writes | Thaddeus Crews | 2024-03-09 | 1 | -11/+13 |
* | | Add two new COMSTR environment variables | Thaddeus Crews | 2024-03-01 | 1 | -4/+11 |
* | | Merge pull request #88949 from shana/vs-performance-improvement | Rémi Verschelde | 2024-02-29 | 1 | -23/+46 |
|\ \ |
|
| * | | VS: Improve performance of parsing project file | Andreia Gaita | 2024-02-28 | 1 | -23/+46 |
* | | | Display the build date in the editor and when starting the engine | Hugo Locurcio | 2024-02-27 | 1 | -0/+13 |
|/ / |
|
* / | VS: Fix user workflows with custom user VS configurations | Andreia Gaita | 2024-02-12 | 1 | -1/+19 |
|/ |
|
* | Add new VS proj generation logic that supports any platform that wants to opt in | Andreia Gaita | 2024-01-31 | 1 | -155/+453 |
* | Remove now unused `year` member from `version.py` | Rémi Verschelde | 2024-01-25 | 1 | -2/+0 |
* | Merge pull request #85206 from bruvzg/mac_clang_version_check_update | Rémi Verschelde | 2024-01-18 | 1 | -1/+30 |
|\ |
|
| * | [macOS] Check Apple specific version instead of generic clang version. | bruvzg | 2023-11-22 | 1 | -1/+30 |
* | | use venv if detected when building godot.sln | Alex Drozd | 2023-11-26 | 1 | -3/+10 |
* | | Fix generating vsproj with SCons 4.6.0+ | Max Hilbrunner | 2023-11-25 | 1 | -8/+11 |
|/ |
|
* | SCons: Reduce and cleanup verbose output for SCU builds | Rémi Verschelde | 2023-10-26 | 1 | -3/+0 |
* | Fix compiler detection. | bruvzg | 2023-09-26 | 1 | -1/+1 |
* | Updated compiler version detection | Mario Liebisch | 2023-09-25 | 1 | -9/+26 |
* | SCons: Fix Python 3.12 SyntaxError with regex escape sequences | Rémi Verschelde | 2023-09-25 | 1 | -7/+7 |
* | fix build options configuration for Visual Studio projects | Valery Zhuk | 2023-09-02 | 1 | -22/+13 |
* | Build system: add option for MSVC incremental linking. | ocean (they/them) | 2023-08-29 | 1 | -0/+3 |
* | Carry over the windows_subsystem setting to the generated vsproj if it's not ... | Dario | 2023-08-12 | 1 | -0/+3 |
* | SCons: Move platform logo/run icon to `export` folder | Rémi Verschelde | 2023-06-20 | 1 | -27/+0 |
* | CI: Update static checks to black 23.3.0 | Rémi Verschelde | 2023-06-19 | 1 | -9/+0 |
* | SCU build - Change options to "yes / no" | lawnjelly | 2023-06-08 | 1 | -1/+1 |
* | Single Compilation Unit build. | lawnjelly | 2023-06-06 | 1 | -2/+82 |
* | Fix forced optimization in dev_build | smix8 | 2023-04-10 | 1 | -1/+1 |
* | Fix the Python type error when creating the .sln file | HK-SHAO | 2023-03-25 | 1 | -1/+1 |
* | Let VS solution name be overridden | Pedro J. Estébanez | 2023-02-16 | 1 | -2/+2 |
* | Merge pull request #63312 from bruvzg/one_click | Rémi Verschelde | 2023-01-13 | 1 | -18/+18 |
|\ |
|
| * | [Export] Add one-click deploy over SSH for the desktop exports. | bruvzg | 2022-12-29 | 1 | -18/+18 |
* | | Support Git worktrees in generation of hash header | Pedro J. Estébanez | 2023-01-09 | 1 | -0/+4 |
|/ |
|
* | Rename `float=64` SCons option to `precision=double` | Hugo Locurcio | 2022-12-10 | 1 | -3/+3 |
* | .NET: Generate SdkPackageVersions.props from version.py | Rémi Verschelde | 2022-10-05 | 1 | -9/+9 |
* | Various enhancements to Visual Studio solution generation. | TechnoPorg | 2022-10-04 | 1 | -2/+8 |