godot/modules
Ignacio Etcheverry 966a126186 Mono/C#: Fix _update_exports possible crash with Reference types
The code was attempting to dynamic cast the native instance to Reference after
the managed instance was disposed. As the managed instance acts as a Ref,
the native instance was freed during that disposal.
This made the dynamic cast fail and we attempted to memdelete a second time.

The fix is to make the dynamic cast before disposal.
2020-01-24 18:28:40 +01:00
..
arkit Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
assimp Adds NULL check before using image loader 2020-01-16 21:49:23 +08:00
bmp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
bullet Bullet: Prevent potential division by zero 2020-01-21 00:20:57 +01:00
camera Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
csg Finish documenting CSG* and *probes 2020-01-23 13:54:17 +01:00
cvtt Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
dds Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
enet doc: Misc updates for AnimationNode* and others 2020-01-23 12:37:33 +01:00
etc Add support for Lum-alpha textures to ETC fallback 2020-01-03 11:10:44 -08:00
freetype Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gdnative Remove unused #if 0'ed code 2020-01-21 21:41:54 +01:00
gdscript Merge pull request #35412 from DaividFrank/check_overriding_self 2020-01-22 20:47:52 +01:00
gridmap Fix GridMap getter of baked meshes. 2020-01-15 14:30:17 +00:00
hdr Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
jpg Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
jsonrpc Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
mbedtls Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
mobile_vr Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
mono Mono/C#: Fix _update_exports possible crash with Reference types 2020-01-24 18:28:40 +01:00
ogg Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
opensimplex Make NoiseTexture threading more robust 2020-01-07 11:35:34 +01:00
opus Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
pvr Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
recast Fix ClassDB API portability with some android and editor classes 2020-01-19 20:15:13 +01:00
regex doc: Misc updates for AnimationNode* and others 2020-01-23 12:37:33 +01:00
squish Image: Include S3TC compression via Squish in non-tools build 2020-01-13 15:58:49 +01:00
stb_vorbis Complete documentation of various classes 2020-01-10 14:14:07 +01:00
svg Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
tga Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
theora Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
tinyexr Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
upnp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
vhacd Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
visual_script doc: Misc updates for AnimationNode* and others 2020-01-23 12:37:33 +01:00
vorbis Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
webm Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
webp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
webrtc doc: Misc updates for AnimationNode* and others 2020-01-23 12:37:33 +01:00
websocket doc: Misc updates for AnimationNode* and others 2020-01-23 12:37:33 +01:00
xatlas_unwrap Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_module_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Add 'split_libmodules' option to workaround linker issue 2019-12-11 15:40:28 +01:00