godot/modules
Rémi Verschelde 92d59d0879 SCons: Properly handle overriding default values to bool options
The `dev=yes` and `production=yes` options work as aliases to set a number of
options, while still aiming to allow overriding specific options if the user
wishes so. (E.g. `production=yes use_lto=no` should work to enable production
defaults *but* disable LTO.)

That wasn't working as `ARGUMENTS.get()` returns a string and not a boolean as
expected by `BoolVariable`, and this wasn't flagged as a bug... So added a
helper method using SCons' `BoolVariable._text2bool` to do the conversion
manually.
2021-02-24 10:20:46 +01:00
..
bmp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
bullet Merge pull request #42882 from madmiraal/fix-39767-3.2 2021-01-14 20:46:06 +01:00
camera iOS Modules: separate main platform code from modules 2021-01-14 15:30:00 +03:00
csg Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
cvtt Modernize atomics 2021-02-18 12:23:25 +01:00
dds Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
denoise SCons: Work around compilation issue on Linux ARM64 2021-02-23 14:08:45 +01:00
enet Mention that NetworkedMultiplayerENet uses UDP only 2021-01-15 16:49:46 +01:00
etc Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
fbx fixed bug in vertex duplication breaking meshes 2021-02-09 16:33:46 +00:00
freetype Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gdnative SCons: Properly handle overriding default values to bool options 2021-02-24 10:20:46 +01:00
gdscript fix minor issue in smooth step function's documentation 2021-02-22 14:16:42 +01:00
gridmap Document that GridMap doesn't support visual layers or cull masks 2021-02-05 10:26:03 +01:00
hdr Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
jpg Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
jsonrpc Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
lightmapper_cpu Modernize Thread 2021-02-18 11:58:08 +01:00
mbedtls Cleanup: Remove executable bit from files which don't need it 2021-01-26 17:00:15 +01:00
minimp3 Fail mp3 loading when attempting to load invalid mp3s 2021-02-16 14:27:40 +01:00
mobile_vr Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
mono Make glue generation shutdown more graceful 2021-02-22 21:40:16 +01:00
ogg Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
opensimplex Modernize Thread 2021-02-18 11:58:08 +01:00
opus Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
pvr Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
raycast SCons: Work around compilation issue on Linux ARM64 2021-02-23 14:08:45 +01:00
recast Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
regex Change reserved keyword in Regex documentation code 2021-01-13 16:17:09 +01:00
squish Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
stb_vorbis Fix mono->stereo conversion for oggs (see #40630) 2021-02-16 14:27:40 +01:00
svg Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tga Fix a crash in the TGA loader with malformed input 2021-02-04 13:10:03 +01:00
theora Modernize atomics 2021-02-18 12:23:25 +01:00
tinyexr Fix missing include in MacOS builds 2021-02-17 11:19:28 +01:00
upnp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
vhacd Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
visual_script Modernize Mutex 2021-02-18 11:58:08 +01:00
vorbis Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
webm Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
webp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
webrtc Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
websocket Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
webxr Add missing semicolons to webxr.eterns.js 2021-02-22 10:17:23 +01:00
xatlas_unwrap Fix memory leak in Xatlas module 2021-02-16 14:27:38 +01:00
register_module_types.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
SCsub