summaryrefslogtreecommitdiffstats
path: root/methods.py
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-67/+54
|\
| * [Buildsystem] Fix path format for SCU builds on WindowsA Thousand Ships2024-11-241-0/+1
| * Merge pull request #99501 from AThousandShips/fix_cache_timeThaddeus Crews2024-11-211-7/+12
| |\
| | * [Buildsystem] Prevent cache check mangling access timeA Thousand Ships2024-11-211-7/+12
| * | Merge pull request #99274 from shana/vsproj-calculate-dependenciesThaddeus Crews2024-11-211-60/+41
| |\ \ | | |/ | |/|
| | * Use scons to calculate all the sources needed for vsproj generation.Andreia Gaita2024-11-211-60/+41
* | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-164/+149
|\| |
| * | SCons: Fix up build after cache logic changesRémi Verschelde2024-11-151-0/+1
| * | Merge pull request #99217 from dustdfg/refactor_compiler_min_detectionThaddeus Crews2024-11-151-2/+4
| |\ \
| | * | Buildsystem: Refactor compiler detection codeYevhen Babiichuk (DustDFG)2024-11-151-2/+4
| | |/
| * / SCons: Improve cache purging logicThaddeus Crews2024-11-151-140/+142
| |/
| * Merge pull request #99138 from dustdfg/remove_old_vs_proj_codeThaddeus Crews2024-11-131-20/+1
| |\
| | * Delete old unused code for VS project generationYevhen Babiichuk (DustDFG)2024-11-121-20/+1
| * | SCons: Bump minimum SCons & Python versionsThaddeus Crews2024-11-121-2/+1
| |/
* | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-61/+2
|\|
| * Delete old function for parsing CG shadersYevhen Babiichuk (DustDFG)2024-11-081-28/+0
| * Replace _find_scu_section_name function with SCons builtinsYevhen Babiichuk (DustDFG)2024-11-061-33/+2
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-49/+8
|\|
| * Remove pre-Visual Studio 2017 detection code in the buildsystemHugo Locurcio2024-11-051-34/+1
| * Deleted stale check. Now SCons supports globbing with `#` inside pathYevhen Babiichuk (DustDFG)2024-11-021-15/+7
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-13/+11
|\|
| * Make module dependency check recursiveYevhen Babiichuk (DustDFG)2024-10-231-13/+11
* | Fix copyright_headers.py referring to GodotSpartan3222024-10-271-2/+2
* | Fix build versioning to account for status_versionSpartan3222024-10-241-2/+9
* | Fix VERSION_FULL_CONFIG ignoring status versioningSpartan3222024-10-231-1/+1
* | Fixed the VS project creationToken Gamedev2024-10-181-22/+22
* | Bump version to 4.4-alpha.2Spartan3222024-10-141-0/+1
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+7
|/
* SCons: Fix MSVC version check for VS Preview九軒2024-10-021-1/+1
* SCons: Include pre-release in MSVC detectionThaddeus Crews2024-09-291-1/+16
* SCons: Fix MSVC decode errorThaddeus Crews2024-09-291-1/+1
* SCons: Detect msvc compiler versionThaddeus Crews2024-09-271-4/+17
* Merge pull request #96407 from alvinhochun/mingw-ar-long-command-tempfileRémi Verschelde2024-09-181-18/+6
|\
| * Remove ARFLAGS hack for Windows, replace with TEMPFILEAlvin Wong2024-09-011-18/+6
* | [Buildsystem] Improve cache handlingA Thousand Ships2024-09-091-38/+62
|/
* Add support for compiling with VS clang-cl toolsetAlula2024-08-281-14/+13
* MinGW: Print compiler warnings on WindowsAlvin Wong2024-08-281-0/+2
* SCons: Add method to generate raw cstringsThaddeus Crews2024-07-311-1/+41
* 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