godot/modules
Ignacio Roldán Etcheverry 6d5f8cd3ca
Mono/C#: Fix Android AAB export failing to load native libs
By default, when installing from Android App Bundles the native
libraries are not extracted. They are loaded directly from the APK.
See: https://stackoverflow.com/a/56551499

Passing only the file name to dlopen, without the location, makes it
search the native library in all locations, including inside the apk.

(cherry picked from commit c7f716e2ea)
2022-01-31 20:39:31 +01:00
..
bmp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
bullet Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
camera Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
csg Improve CSGPolygon3D documentation 2022-01-25 18:48:30 +01:00
cvtt Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
dds Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
denoise Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
enet Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
etc Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
fbx Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
freetype Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
gdnative Fix GDNative docs links 2022-01-25 18:49:37 +01:00
gdscript Fix crash when `is` keyword is tested against a String variable 2022-01-25 18:39:49 +01:00
gltf Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
gridmap Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
hdr Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
jpg Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
jsonrpc Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
lightmapper_cpu Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
mbedtls Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
minimp3 Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
mobile_vr Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
mono Mono/C#: Fix Android AAB export failing to load native libs 2022-01-31 20:39:31 +01:00
ogg Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
opensimplex Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
opus Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
pvr Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
raycast Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
recast Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
regex Fix for RegEx.search() memory leak on Windows 2022-01-25 18:39:31 +01:00
squish Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
stb_vorbis stb_vorbis: Add clearer error messages when failing to import OGG file 2022-01-31 20:38:01 +01:00
svg ImageLoader: Remove references to unsupported svgz extension 2022-01-25 18:41:01 +01:00
tga Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
theora Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
tinyexr Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
upnp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
vhacd Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
visual_script Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
vorbis Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
webm Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
webp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
webrtc Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
websocket Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
webxr Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
xatlas_unwrap Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
SCsub Add env.Depends to modules_enabled.gen.h generator 2021-07-14 23:46:44 +02:00
modules_builders.py SCons: Generate header with info on which modules are enabled 2021-07-14 23:09:47 +02:00
register_module_types.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00