godot/modules
karroffel 9786b51601 [GDNative] fix crash at shutdown when using singleton libraries and NativeScript
When a singleton library was exposing NativeScript functionality,
the NativeScriptLanguage would attempt to terminate the library at
shutdown.

Since the GDNative module itself handles singleton libraries,
it closes all singleton libraries at shutdown as well. This double free
could cause a crash, since the library referenced would no longer be alive.
2019-03-09 18:01:08 +01:00
..
bmp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
bullet Revert "Optimized area check" 2019-02-22 12:46:54 +01:00
csg Fix CSG crash, closes #26281 2019-03-01 13:36:21 -03:00
cvtt Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
dds Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
enet Fix all -Wtype-limits warnings. 2019-02-21 19:34:35 +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 [GDNative] fix crash at shutdown when using singleton libraries and NativeScript 2019-03-09 18:01:08 +01:00
gdscript Fix typo in GDScript narrowing conversion warning message 2019-03-08 14:28:33 +01:00
gridmap Make translatable some undo/redo operations in the editor 2019-02-21 16:41:01 -03:00
hdr Cleanup unused header 2019-01-28 06:29:39 +01:00
jpg Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mbedtls Small hack to avoid runtime error when using ubsan 2019-02-20 01:49:47 +01:00
mobile_vr Drivers, main, servers: Ensure classes match their header filename 2019-02-12 14:39:47 +01:00
mono Merge pull request #26746 from shartte/godot-trace-listener 2019-03-08 07:05:41 +01:00
ogg Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
opensimplex doc: Sync classref with current source 2019-03-07 10:54:42 +01:00
opus SCons: Move platform-specific Opus config to its module 2019-03-02 10:30:25 +01:00
pvr Fix -Wsign-compare warnings. 2019-02-27 07:45:57 +01:00
recast Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +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 -Properly handle missing ETC support on export 2019-02-26 18:45:06 -03:00
svg Prevent upscaled SVG from exceeding Image bounds 2019-01-28 16:00:15 +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 Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
tinyexr Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
upnp Modules: Ensure classes match their header filename 2019-02-12 22:59:56 +01:00
visual_script Merge pull request #26608 from dragmz/fix22231 2019-03-04 21:52:47 +01:00
vorbis Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
webm Android: Add support for x86_64 architecture 2019-01-16 11:39:39 +01:00
webp libwebp: Sync with upstream 1.0.2 2019-03-04 13:13:33 +01:00
websocket Update libwebsockets to 3.1 (plus UWP patch) 2019-03-06 02:02:52 +01:00
xatlas_unwrap Fix -Wsign-compare warnings. 2019-02-27 07:45:57 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
register_module_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00