summaryrefslogtreecommitdiffstats
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* SCons: Don't enable any `-Werror=return-type` outside `werror=yes`Rémi Verschelde2022-05-031-4/+0
* SCons: Disable `-Werror=return-type` for GCC 12+ due to regressionRémi Verschelde2022-04-301-2/+6
* Remove last editor code dependencies in template buildRémi Verschelde2022-03-281-2/+4
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-1/+1
* Remove unused Bullet module and thirdparty codeRémi Verschelde2022-03-091-1/+0
* Implementing OpenXR driverBastiaan Olij2022-02-231-0/+1
* SCons: Make compilation database generation optionalRémi Verschelde2022-02-091-6/+9
* SCons: Add `fast_unsafe` option for faster rebuildsRémi Verschelde2022-02-081-1/+13
* Improve python helper modules declaration in SConstruct for compatibility wit...Emmanuel Leblond2022-01-131-0/+16
* Explicitly declare python helper modules in SConstruct to avoid unexpected sh...Emmanuel Leblond2022-01-121-0/+25
* Merge pull request #56308 from Calinou/scons-tweak-target-release-error-messageRémi Verschelde2022-01-121-1/+2
|\
| * Improve error when attempting to build with `tools=yes target=release`Hugo Locurcio2021-12-291-1/+2
* | Revert "Print a warning with unknown SCons variables to ease troubleshooting"Rémi Verschelde2022-01-061-7/+0
|/
* Rename `VideoPlayer` to `VideoStreamPlayer` for consistencyRémi Verschelde2021-12-061-1/+1
* Remove editor splash screen with sponsors logoRémi Verschelde2021-11-301-1/+4
* Print a warning with unknown SCons variables to ease troubleshootingHugo Locurcio2021-11-211-0/+7
* [HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer.Fabio Alessandrelli2021-11-191-12/+5
* [macOS] Add support for OpenGLES3 video driver.bruvzg2021-11-021-0/+1
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-311-3/+3
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-301-13/+4
* Add GLES2 2D renderer + Linux display managerlawnjelly2021-10-301-0/+22
* Merge pull request #53833 from akien-mga/remove-webm-supportRémi Verschelde2021-10-151-2/+0
|\
| * Remove WebM support (and deps libvpx and opus)Rémi Verschelde2021-10-151-2/+0
* | SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstructRémi Verschelde2021-10-151-3/+11
|/
* Merge pull request #53829 from akien-mga/scons-py3.6Rémi Verschelde2021-10-151-1/+1
|\
| * SCons: Increase min Python version to 3.6Rémi Verschelde2021-10-151-1/+1
* | SCons: Remove MD5-timestamp and implicit cache optimizationsRémi Verschelde2021-10-151-10/+0
|/
* Force optimized builds for thirdparty Embree filesjfons2021-09-281-0/+1
* Allow disabling the RegEx module in the editorAaron Franke2021-09-151-1/+1
* Makes FontData importable resource.bruvzg2021-08-271-0/+1
* Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-221-2/+2
* Use "volk" instead of statically linked Vulkan loader.bruvzg2021-08-121-1/+1
* Some work on double supportAaron Franke2021-08-091-0/+7
* Merge pull request #51427 from omar-polo/platform-detect-openbsdRémi Verschelde2021-08-091-1/+7
|\
| * automatically detect BSDs as platform=linuxbsdOmar Polo2021-08-091-1/+7
* | SCons: Add method to detect Emscripten and use it for warnings configRémi Verschelde2021-08-061-3/+3
* | SCons: Disable Clang -Wordered-compare-function-pointers warningRémi Verschelde2021-08-061-6/+10
* | SCons: Avoid using Python f-string to preserve Python 3.5 compatRémi Verschelde2021-07-201-1/+1
* | Implement the ability to disable classesreduz2021-07-131-0/+2
* | Add elapsed time print statement to build systemHendrik Brucker2021-07-081-0/+13
* | Print a notice when compiling with `target=debug`Hugo Locurcio2021-06-211-2/+7
|/
* LinuxBSD now compiles without vulkan/x11.Fabio Alessandrelli2021-06-011-0/+1
* Remove server platformFabio Alessandrelli2021-06-011-14/+13
* Improve compiler version extractionMmAaXx5002021-05-311-5/+31
* Port changes to the "raycast" module build files from 3.xjfons2021-05-041-0/+1
* Add option modules_enabled_by_defaulttotlmstr2021-04-101-10/+16
* Merge pull request #44398 from RevoluPowered/unit-tests-for-export-templatesRémi Verschelde2021-03-231-4/+0
|\
| * Add unit tests for export templatesGordon MacPherson2021-03-221-4/+0
* | Merge pull request #46966 from qarmin/faster_releaseRémi Verschelde2021-03-201-1/+1
|\ \
| * | Allow to not optimize release buildRafał Mikrut2021-03-141-1/+1