summaryrefslogtreecommitdiffstats
path: root/methods.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* SCons: Add method to detect Emscripten and use it for warnings configRémi Verschelde2021-08-061-0/+4
* SCons: Fix info message when defining `GODOT_VERSION_STATUS`Rémi Verschelde2021-08-051-1/+1
* Allow overriding `VERSION_STATUS` with `GODOT_VERSION_STATUS` in envRémi Verschelde2021-07-291-3/+8
* Implement the ability to disable classesreduz2021-07-131-0/+12
* Improve compiler version extractionMmAaXx5002021-05-311-2/+11
* SCons: Pass tests configuration to the MSVC solutionResul Çelik2021-03-231-0/+5
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-3/+3
* SCons: Properly handle overriding default values to bool optionsRémi Verschelde2021-02-241-1/+14
* SCons: Fix Godot detection in custom modules logicRémi Verschelde2021-02-111-3/+1
* Merge pull request #43057 from Xrayez/custom_modules_recursiveRémi Verschelde2021-02-081-17/+69
|\
| * SCons: Add an option to detect C++ modules recursivelyAndrii Doroshenko (Xrayez)2020-10-241-17/+69
* | Don't handle BaseException in build scriptsMarcel Admiraal2020-12-121-1/+1
|/
* Add all headers to VS ProjectBartłomiej T. Listwon2020-09-271-6/+41
* Fix custom modules in Visual StudioBartłomiej T. Listwon2020-09-181-19/+21
* Merge pull request #41453 from Xrayez/custom-modules-visual-studioRémi Verschelde2020-09-031-3/+4
|\
| * Build the engine with custom modules in Visual StudioAndrii Doroshenko (Xrayez)2020-08-221-3/+4
* | Merge python EnvironmentError, IOError and WindowsError into OSError.Marcel Admiraal2020-09-021-2/+2
|/
* Style: Apply format changes from latest psf/black gitRémi Verschelde2020-08-211-6/+3
* SCons: Refactor running commands through buildersAndrii Doroshenko (Xrayez)2020-07-281-0/+13
* CI: Install master version of psf/blackRémi Verschelde2020-07-261-3/+6
* Fix emoji branch compilation errorTomasz Chabora2020-07-231-1/+1
* Expand env vars for `custom_modules` build optionAndrii Doroshenko (Xrayez)2020-07-101-2/+3
* Merge pull request #37248 from Xrayez/env-dumpRémi Verschelde2020-06-101-0/+11
|\
| * SCons: Dump construction environment to a fileAndrii Doroshenko (Xrayez)2020-06-101-0/+11
* | SCons: Validate dependencies for linked multimedia modulesRémi Verschelde2020-06-031-0/+24
* | Merge pull request #39125 from Xrayez/py-modules-order-4.0Rémi Verschelde2020-05-281-1/+2
|\ \ | |/ |/|