summaryrefslogtreecommitdiffstats
path: root/methods.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | SCons: Fix MSVC D9025 warning overriding opt levelRémi Verschelde2022-09-271-12/+12
|/
* Fix compilation with custom "GODOT_VERSION_STATUS"Björn Feber2022-09-251-1/+1
* Don't add `editor_sources` to vs_project when `tools=no`nikitalita2022-09-241-1/+2
* SCons: Add `methods.get_version_info()` method returning a DictRémi Verschelde2022-09-141-29/+64
* C#: Replace libnethost dependency to find hostfxrIgnacio Roldán Etcheverry2022-09-071-15/+6
* Fix build failures for Android on WindowsFredia Huya-Kouadio2022-08-311-10/+11
* Correct output file names for Visual Studio project generationSaracenOne2022-08-271-1/+1
* Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-1/+1
* C#: Begin move to .NET CoreIgnacio Roldán Etcheverry2022-08-221-7/+10
* Fix jumbled error output when using Windows spawn fixPedro J. Estébanez2022-08-121-0/+1
* [Scons] Implement module dependency sorting.Fabio Alessandrelli2022-08-041-7/+39
* SCons: Fix creating VS solution with SCons 4.4.0Rémi Verschelde2022-07-311-1/+11
* support git packed refs in version generatorNathan Franke2022-07-241-1/+13
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-5/+5
* Refactor module initializationreduz2022-05-041-23/+12
* Core: Move generated `VERSION_HASH` to a `.cpp` fileRémi Verschelde2022-02-091-5/+3
* Merge pull request #55968 from Calinou/scons-tweak-build-messagesRémi Verschelde2022-01-171-29/+23
|\
| * Tweak SCons compilation messages to be more discreetHugo Locurcio2021-12-151-29/+23
* | VS Projects: Don't include `mono_reg` without its moduleMario Liebisch2022-01-151-1/+2
|/
* Allow dehardcoding documentation branch and URL in docs linksRémi Verschelde2021-11-151-0/+2
* Fix import for collections Mapping Hristo Stamenov2021-10-251-2/+2
* Merge pull request #53376 from ganondev/vsproj-props-for-monoRémi Verschelde2021-10-181-49/+127
|\
| * Variants and targets are generated instead of manually defined. The specific ...Edward Auttonberry2021-10-061-49/+127
* | SCons: List `.gen.cpp` sources explicitly to avoid globbing errorsRémi Verschelde2021-10-151-5/+8
|/
* Force optimized builds for thirdparty Embree filesjfons2021-09-281-0/+11
* Makes FontData importable resource.bruvzg2021-08-271-5/+6
* SCons: Fix potential error when pruning cache on CIRémi Verschelde2021-08-181-3/+6