| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #37248 from Xrayez/env-dump | Rémi Verschelde | 2020-06-10 | 1 | -1/+4 |
|\ |
|
| * | SCons: Dump construction environment to a file | Andrii Doroshenko (Xrayez) | 2020-06-10 | 1 | -1/+4 |
* | | SCons: Validate dependencies for linked multimedia modules | Rémi Verschelde | 2020-06-03 | 1 | -8/+7 |
* | | Merge pull request #39137 from Xrayez/custom-modules-profile | Rémi Verschelde | 2020-05-29 | 1 | -4/+9 |
|\ \ |
|
| * | | SCons: Allow to read `custom_modules` option via a file | Andrii Doroshenko (Xrayez) | 2020-05-29 | 1 | -4/+9 |
* | | | SCons: Prefer `Exit()` method over `sys.exit()` | Andrii Doroshenko (Xrayez) | 2020-05-28 | 1 | -12/+12 |
* | | | Merge pull request #39125 from Xrayez/py-modules-order-4.0 | Rémi Verschelde | 2020-05-28 | 1 | -3/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | SCons: use `OrderedDict` to ensure insertion order of modules | Andrii Doroshenko (Xrayez) | 2020-05-28 | 1 | -3/+4 |
| |/ |
|
* | | Merge pull request #37198 from Xrayez/progress-inside | Rémi Verschelde | 2020-05-27 | 1 | -117/+1 |
|\ \
| |/
|/| |
|
| * | Moved to methods.py as a `show_progress` method. | Andrii Doroshenko (Xrayez) | 2020-03-30 | 1 | -117/+1 |
* | | Add `custom_modules` build option to compile external user modules | Andrii Doroshenko (Xrayez) | 2020-05-25 | 1 | -23/+45 |
* | | SCons: Improve registration of compilation_db tool, check version | Rémi Verschelde | 2020-05-18 | 1 | -7/+6 |
* | | Added compilation database support for clang and gcc | RevoluPowered | 2020-05-12 | 1 | -0/+9 |
* | | New lightmapper | Juan Linietsky | 2020-05-10 | 1 | -0/+7 |
* | | SCons: Disable -Werror on 'stable' releases | Rémi Verschelde | 2020-04-17 | 1 | -1/+3 |
* | | Fix for Vulkan loader related build error caused by incomplete alias | ARebel | 2020-03-31 | 1 | -0/+1 |
* | | SCons: Treat all warnings as errors | Rémi Verschelde | 2020-03-30 | 1 | -1/+3 |
|/ |
|
* | SCons: Format buildsystem files with psf/black | Rémi Verschelde | 2020-03-30 | 1 | -217/+260 |
* | Alias `platform=x11` to `platform=linuxbsd` in SCons | Hugo Locurcio | 2020-03-28 | 1 | -0/+8 |
* | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | SCons: Drop support for Python 2 | Rémi Verschelde | 2020-03-25 | 1 | -2/+3 |
* | assimp: Clean and document buildsystem, prepare for unbundling | Rémi Verschelde | 2020-03-06 | 1 | -0/+1 |
* | Remove '/permissive-' flag from Windows MSVC build | PouleyKetchoupp | 2020-03-04 | 1 | -1/+1 |
* | SCons: Fix get_compiler_version() to return ints | Rémi Verschelde | 2020-02-26 | 1 | -15/+13 |
* | SCons: Re-allow upcoming GCC 8.4, fixes C++17 copy elision | Rémi Verschelde | 2020-02-26 | 1 | -9/+11 |
* | Scons: fixed build for vanilla clang in mac os x | Nickolai Korshunov | 2020-02-24 | 1 | -4/+10 |
* | SCons: Add GCC/Clang minimum version check | Rémi Verschelde | 2020-02-23 | 1 | -0/+30 |
* | Replace FALLTHROUGH macro by C++17 [[fallthrough]] | Rémi Verschelde | 2020-02-23 | 1 | -2/+2 |
* | SCons: Ensure that MSVC gets /std:c++17 in CCFLAGS | Rémi Verschelde | 2020-02-22 | 1 | -9/+10 |
* | SCons: Bump required C++ standard to C++17 | Rémi Verschelde | 2020-02-22 | 1 | -5/+5 |
* | SCons: Explicitly define our C (C11) and C++ (C++14) standards | Rémi Verschelde | 2020-02-20 | 1 | -5/+16 |
* | Fix compilation warnings and re-enable werror=yes on Travis | Rémi Verschelde | 2020-02-18 | 1 | -1/+7 |
* | Remove more deprecated methods and code | Rémi Verschelde | 2020-02-13 | 1 | -11/+1 |
* | Remove obsolete GLES3 backend | Rémi Verschelde | 2020-02-13 | 1 | -2/+1 |
* | glslang: Disable warnings and allow unbundling | Rémi Verschelde | 2020-02-11 | 1 | -0/+1 |
* | SCons: Streamline Vulkan buildsystem + fixups | Rémi Verschelde | 2020-02-11 | 1 | -1/+1 |
* | Add runtime GLES2 / Vulkan context selection. | bruvzg | 2020-02-11 | 1 | -2/+0 |
* | Add static Vulkan loader. | bruvzg | 2020-02-11 | 1 | -0/+4 |
* | A lot of progress with canvas rendering, still far from working. | Juan Linietsky | 2020-02-11 | 1 | -0/+1 |
* | - Integrated NavigationServer and Navigation2DServer. | Andrea Catania | 2020-02-10 | 1 | -0/+1 |
* | SCons: Split libmodules.a in folder-based libs | Rémi Verschelde | 2020-02-07 | 1 | -2/+0 |
* | Use modules_enabled.gen.h to improve inter dependency checks | Rémi Verschelde | 2020-02-07 | 1 | -3/+0 |
* | SCons: Generate header with info on which modules are enabled | Rémi Verschelde | 2020-02-07 | 1 | -2/+2 |
* | Added support to allow to compile Godot from the same directory while using d... | Fabian Mathews | 2020-01-01 | 1 | -0/+4 |
* | SCons: Add 'split_libmodules' option to workaround linker issue | Rémi Verschelde | 2019-12-11 | 1 | -2/+1 |
* | pcre2: Use scons option to disable JIT on some platforms | Rémi Verschelde | 2019-11-20 | 1 | -0/+1 |
* | Remove dependency on the editor directory being in the build's include path. | Marcel Admiraal | 2019-10-10 | 1 | -1/+1 |
* | Prevent editor compilation with regex module disabled, which is not supported | PouleyKetchoupp | 2019-08-11 | 1 | -0/+7 |
* | SCons: Enable C++11 on the whole codebase | Rémi Verschelde | 2019-07-22 | 1 | -0/+4 |
* | Add a `platform=list` SCons argument to list platforms | Hugo Locurcio | 2019-07-17 | 1 | -3/+13 |