virtualx-engine/modules
PouleyKetchoupp 622ef48dae Fixed ccd enabled by default on Bullet bodies
It was due to main_shape_changed being called two times for each
added body. The first time it disables ccd, which sets the internal ccd
threshold to be 10000. The second time, it enables ccd again because
the internal threshold is > 0.

Bodies are now consistently set with a ccd threshold of 0 when ccd is
disabled.

This was causing crashing asserts in Bullet when adding bodies in some
scenarios, in btVector3::normalize():
btAssert(!fuzzyZero());

These crashes will still happen with ccd enabled.

(cherry picked from commit faca8b77aa)
2022-03-10 19:02:01 +01:00
..
bmp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
bullet Fixed ccd enabled by default on Bullet bodies 2022-03-10 19:02:01 +01:00
camera Fix typos with codespell 2022-02-11 09:50:59 +01:00
csg Properly handle CSGShape parent and visibility updates 2022-03-09 17:32:35 -06:00
cvtt Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
dds Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
denoise Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
enet Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
etc Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
fbx Fix typos with codespell 2022-02-11 09:50:59 +01:00
freetype freetype: Update to upstream version 2.11.1 2022-01-19 14:03:38 +01:00
gdnative Fix typos with codespell 2022-02-11 09:50:59 +01:00
gdscript GDScript: Infer variable types on release 2022-02-09 09:07:18 -03:00
gltf Fix GLTF exporter crash when using GridMap 2022-02-20 22:02:23 +08:00
gridmap Add GridMap.get_used_cells_by_item 2022-02-16 13:03:50 +08:00
hdr Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
jpg Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
jsonrpc Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
lightmapper_cpu Add support for saving multiple Images in BakedLightmap 2022-02-15 16:13:00 +01:00
mbedtls Bump mbedTLS version to 2.28.0 (new LTS). 2022-01-19 14:03:03 +01:00
minimp3 Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
mobile_vr Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
mono Fixed opening new instances of VS 2022 while a instance is already open 2022-02-11 09:50:58 +01:00
navigation NavMap Fix polygons being treated like triangle strips instead of triangle fans 2022-02-14 18:22:02 +01:00
ogg Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
opensimplex Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
opus Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
pvr Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
raycast Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
regex Fix for RegEx.search() memory leak on Windows 2022-01-13 20:41:10 +01:00
squish Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
stb_vorbis stb_vorbis: Add clearer error messages when failing to import OGG file 2022-01-18 14:53:56 +01:00
svg ImageLoader: Remove references to unsupported svgz extension 2022-01-17 10:52:32 +01:00
tga Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
theora Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tinyexr Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
upnp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
vhacd Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
visual_script Fix VisualScript crash when using Set Index node 2022-02-17 09:54:36 +01:00
vorbis Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
webm Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
webp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
webrtc Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
websocket Fix typos with codespell 2022-02-11 09:50:59 +01:00
webxr Fix typos with codespell 2022-02-11 09:50:59 +01:00
xatlas_unwrap Add sanity checks to lightmap unwrap texel size 2022-02-24 13:31:17 +01: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 15:54:13 +01:00
SCsub Add env.Depends to modules_enabled.gen.h generator 2021-07-14 23:46:44 +02:00