Age | Commit message (Expand) | Author |
2021-03-12 | Fixes small typos and grammar correction | Anshul7sp1 |
2021-02-24 | SCons: Properly handle overriding default values to bool options | Rémi Verschelde |
2021-02-11 | SCons: Fix Godot detection in custom modules logic | Rémi Verschelde |
2021-02-08 | Merge pull request #43057 from Xrayez/custom_modules_recursive | Rémi Verschelde |
2020-12-12 | Don't handle BaseException in build scripts | Marcel Admiraal |
2020-10-24 | SCons: Add an option to detect C++ modules recursively | Andrii Doroshenko (Xrayez) |
2020-09-27 | Add all headers to VS Project | Bartłomiej T. Listwon |
2020-09-18 | Fix custom modules in Visual Studio | Bartłomiej T. Listwon |
2020-09-03 | Merge pull request #41453 from Xrayez/custom-modules-visual-studio | Rémi Verschelde |
2020-09-02 | Merge python EnvironmentError, IOError and WindowsError into OSError. | Marcel Admiraal |
2020-08-22 | Build the engine with custom modules in Visual Studio | Andrii Doroshenko (Xrayez) |
2020-08-21 | Style: Apply format changes from latest psf/black git | Rémi Verschelde |
2020-07-28 | SCons: Refactor running commands through builders | Andrii Doroshenko (Xrayez) |
2020-07-26 | CI: Install master version of psf/black | Rémi Verschelde |
2020-07-23 | Fix emoji branch compilation error | Tomasz Chabora |
2020-07-10 | Expand env vars for `custom_modules` build option | Andrii Doroshenko (Xrayez) |
2020-06-10 | Merge pull request #37248 from Xrayez/env-dump | Rémi Verschelde |
2020-06-10 | SCons: Dump construction environment to a file | Andrii Doroshenko (Xrayez) |
2020-06-03 | SCons: Validate dependencies for linked multimedia modules | Rémi Verschelde |
2020-05-28 | Merge pull request #39125 from Xrayez/py-modules-order-4.0 | Rémi Verschelde |
2020-05-28 | SCons: use `OrderedDict` to ensure insertion order of modules | Andrii Doroshenko (Xrayez) |
2020-05-27 | Merge pull request #37198 from Xrayez/progress-inside | Rémi Verschelde |
2020-05-26 | Do not rely on the existence of `config.py` while detecting modules | Andrii Doroshenko (Xrayez) |
2020-05-25 | Add `custom_modules` build option to compile external user modules | Andrii Doroshenko (Xrayez) |
2020-04-04 | SCons: Expand CXX in check for vanilla Clang | Rémi Verschelde |
2020-03-30 | Moved to methods.py as a `show_progress` method. | Andrii Doroshenko (Xrayez) |
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde |
2020-03-25 | SCons: Drop support for Python 2 | Rémi Verschelde |
2020-03-25 | Style: Harmonize header guards to style guide [Core] | Rémi Verschelde |
2020-03-18 | Remove the dead function win32_spawn from methods.py. | unknown |
2020-03-04 | SCons: Expand env variables to check compiler version | Rémi Verschelde |
2020-02-26 | SCons: Fix get_compiler_version() to return ints | Rémi Verschelde |
2020-02-26 | SCons: Re-allow upcoming GCC 8.4, fixes C++17 copy elision | Rémi Verschelde |
2020-02-24 | Scons: fixed build for vanilla clang in mac os x | Nickolai Korshunov |
2020-02-23 | SCons: Add GCC/Clang minimum version check | Rémi Verschelde |
2020-02-11 | Moved the shader source compilation code outside RenderingDevice and Vulkan | Juan Linietsky |
2020-02-07 | SCons: Split libmodules.a in folder-based libs | Rémi Verschelde |
2020-02-07 | SCons: Generate header with info on which modules are enabled | Rémi Verschelde |
2020-01-06 | PCK: Set VERSION_PATCH in header, factor out header magic | Joost Heitbrink |
2020-01-03 | Remove unused imports | unknown |
2019-12-11 | SCons: Add 'split_libmodules' option to workaround linker issue | Rémi Verschelde |
2019-07-26 | fix getting correct mingw-w64 version | santouits |
2019-07-22 | SCons: Fix uses of [].append instead of env.add_source_files() | Rémi Verschelde |
2019-07-03 | SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines | Rémi Verschelde |
2019-06-29 | some variables in methods.py are not used | hbina085 |
2019-05-28 | Print engine version to stdout when starting Godot | Rémi Verschelde |
2019-04-24 | SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS | Rémi Verschelde |
2019-04-24 | Also disable C and C++ specific warnings in thirdparty code | Rémi Verschelde |
2019-04-07 | Android now (optionally) builds the template when exporting | Juan Linietsky |
2019-04-06 | Remove unused imports | Hendrikto |