summaryrefslogtreecommitdiff
path: root/methods.py
AgeCommit message (Expand)Author
2022-12-10Rename `float=64` SCons option to `precision=double`Hugo Locurcio
2022-10-05.NET: Generate SdkPackageVersions.props from version.pyRémi Verschelde
2022-10-04Various enhancements to Visual Studio solution generation.TechnoPorg
2022-10-04Merge pull request #66718 from afestini/fix_vs_project_creationRémi Verschelde
2022-10-03vsproj: create build targets depending on dev_buildAlexander Festini
2022-10-02fix methods.py ->NameError: name 'sys' is not definedjwt
2022-09-30ci: add Python static analysis check via mypyJiri Suchan
2022-09-30Merge pull request #66242 from akien-mga/scons-unify-tools-targetRémi Verschelde
2022-09-27SCons: Fix MSVC D9025 warning overriding opt levelRémi Verschelde
2022-09-26SCons: Unify tools/target build type configurationRémi Verschelde
2022-09-25Fix compilation with custom "GODOT_VERSION_STATUS"Björn Feber
2022-09-24Don't add `editor_sources` to vs_project when `tools=no`nikitalita
2022-09-14SCons: Add `methods.get_version_info()` method returning a DictRémi Verschelde
2022-09-07C#: Replace libnethost dependency to find hostfxrIgnacio Roldán Etcheverry
2022-08-31Fix build failures for Android on WindowsFredia Huya-Kouadio
2022-08-27Correct output file names for Visual Studio project generationSaracenOne
2022-08-25Unify bits, arch, and android_arch into env["arch"]Aaron Franke
2022-08-22C#: Begin move to .NET CoreIgnacio Roldán Etcheverry
2022-08-12Fix jumbled error output when using Windows spawn fixPedro J. Estébanez
2022-08-04[Scons] Implement module dependency sorting.Fabio Alessandrelli
2022-07-31SCons: Fix creating VS solution with SCons 4.4.0Rémi Verschelde
2022-07-24support git packed refs in version generatorNathan Franke
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg
2022-05-04Refactor module initializationreduz
2022-02-09Core: Move generated `VERSION_HASH` to a `.cpp` fileRémi Verschelde
2022-01-17Merge pull request #55968 from Calinou/scons-tweak-build-messagesRémi Verschelde
2022-01-15VS Projects: Don't include `mono_reg` without its moduleMario Liebisch
2021-12-15Tweak SCons compilation messages to be more discreetHugo Locurcio
2021-11-15Allow dehardcoding documentation branch and URL in docs linksRémi Verschelde
2021-10-25Fix import for collections Mapping Hristo Stamenov
2021-10-18Merge pull request #53376 from ganondev/vsproj-props-for-monoRémi Verschelde
2021-10-15SCons: List `.gen.cpp` sources explicitly to avoid globbing errorsRémi Verschelde
2021-10-06Variants and targets are generated instead of manually defined. The specific ...Edward Auttonberry
2021-09-28Force optimized builds for thirdparty Embree filesjfons
2021-08-27Makes FontData importable resource.bruvzg
2021-08-18SCons: Fix potential error when pruning cache on CIRémi Verschelde
2021-08-06SCons: Add method to detect Emscripten and use it for warnings configRémi Verschelde
2021-08-05SCons: Fix info message when defining `GODOT_VERSION_STATUS`Rémi Verschelde
2021-07-29Allow overriding `VERSION_STATUS` with `GODOT_VERSION_STATUS` in envRémi Verschelde
2021-07-13Implement the ability to disable classesreduz
2021-05-31Improve compiler version extractionMmAaXx500
2021-03-23SCons: Pass tests configuration to the MSVC solutionResul Çelik
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-02-24SCons: Properly handle overriding default values to bool optionsRémi Verschelde
2021-02-11SCons: Fix Godot detection in custom modules logicRémi Verschelde
2021-02-08Merge pull request #43057 from Xrayez/custom_modules_recursiveRémi Verschelde
2020-12-12Don't handle BaseException in build scriptsMarcel Admiraal
2020-10-24SCons: Add an option to detect C++ modules recursivelyAndrii Doroshenko (Xrayez)
2020-09-27Add all headers to VS ProjectBartłomiej T. Listwon
2020-09-18Fix custom modules in Visual StudioBartłomiej T. Listwon