virtualx-engine/modules
jlahman 6661ceadcc Fixes export PackedScene "reset to default" throwing errors
When exporting variables from a gdscript, default values of uninitialized variables would never be set. This caused the default value to be Variant::NIL, and when a user tried to reset the variable through the editor, an error would be thrown because too few arguments would be counted(end of argument list for calls are detected by NIL values).

Fixed by simply setting default value to an empty variant of the proper type in gdscript parser.
2019-01-15 22:20:36 -05:00
..
bmp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
bullet Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
csg Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
cvtt Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
dds Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
enet doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
etc Don't use -ffast-math or other unsafe math optimizations 2019-01-09 02:06:13 +01:00
freetype Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative Fixed infinite loop at end of video. 2019-01-12 00:51:59 +05:30
gdscript Fixes export PackedScene "reset to default" throwing errors 2019-01-15 22:20:36 -05:00
gridmap doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
hdr Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
jpg Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mbedtls Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mobile_vr Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mono Merge pull request #24877 from neikeq/issue-24280 2019-01-10 18:02:57 +01:00
ogg Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
opensimplex Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
opus Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
pvr Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
recast Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
regex Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
squish Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
stb_vorbis Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
svg Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
tga Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
thekla_unwrap Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
theora Consistency in resource format saver/loader de-registration 2019-01-10 12:45:57 +01:00
tinyexr Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
upnp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
visual_script doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
vorbis Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
webm Consistency in resource format saver/loader de-registration 2019-01-10 12:45:57 +01:00
webp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
websocket doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
xatlas_unwrap Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
register_module_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00