godot/modules
PouleyKetchoupp f101349225 Fix applied rotation from moving platforms in move_and_slide
When synchronizing KinematicBody motion with moving the platform using
direct body state, only the linear velocity was taken into account.

This change exposes velocity at local point in direct body state and
uses it in move_and_slide to get the proper velocity that includes
rotations.
2021-08-09 12:04:57 -07:00
..
bmp fix misaligned loads in bmp loader 2021-05-11 10:44:21 +02:00
bullet Fix applied rotation from moving platforms in move_and_slide 2021-08-09 12:04:57 -07:00
camera iOS Modules: separate main platform code from modules 2021-01-14 15:30:00 +03:00
csg doc: Use self-closing tags for return and argument 2021-08-03 10:20:19 +02:00
cvtt Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
dds Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
denoise SCons: Add explicit dependencies on thirdparty code in cloned env 2021-04-29 16:57:00 +02:00
enet doc: Use self-closing tags for return and argument 2021-08-03 10:20:19 +02:00
etc Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
fbx Octahedral Normal/Tangent Compression 2021-07-30 10:29:09 -04:00
freetype Use modules_enabled.gen.h to improve inter dependency checks 2021-07-14 23:36:38 +02:00
gdnative doc: Use self-closing tags for return and argument 2021-08-03 10:20:19 +02:00
gdscript doc: Use self-closing tags for return and argument 2021-08-03 10:20:19 +02:00
gltf doc: Use self-closing tags for return and argument 2021-08-03 10:20:19 +02:00
gridmap doc: Use self-closing tags for return and argument 2021-08-03 10:20:19 +02:00
hdr Remove duplicate WARN_PRINTS macro 2021-06-18 12:57:59 +01:00
jpg Make all file access 64-bit (uint64_t) 2021-05-16 17:52:31 +02:00
jsonrpc Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
lightmapper_cpu Add a property to control the bounce indirect energy in BakedLightmap 2021-07-25 03:04:40 +02:00
mbedtls [Crypto] Delete mbedtls ctx in deconstructor. 2021-07-06 11:10:47 +02:00
minimp3 Make all file access 64-bit (uint64_t) 2021-05-16 17:52:31 +02:00
mobile_vr Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
mono Fix the editor theme application for the Mono build log 2021-08-03 22:11:33 +03:00
ogg SCons: Add explicit dependencies on thirdparty code in cloned env 2021-04-29 16:57:00 +02:00
opensimplex doc: Use self-closing tags for return and argument 2021-08-03 10:20:19 +02:00
opus SCons: Add explicit dependencies on thirdparty code in cloned env 2021-04-29 16:57:00 +02:00
pvr Validate image formats, check if resize_to_po2 failed 2021-06-29 14:02:23 +02:00
raycast Upgrade Embree to the latest official release. 2021-05-22 15:14:07 +02:00
recast Use modules_enabled.gen.h to improve inter dependency checks 2021-07-14 23:36:38 +02:00
regex doc: Use self-closing tags for return and argument 2021-08-03 10:20:19 +02:00
squish Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
stb_vorbis Make all file access 64-bit (uint64_t) 2021-05-16 17:52:31 +02:00
svg Use modules_enabled.gen.h to improve inter dependency checks 2021-07-14 23:36:38 +02:00
tga Fix loading RLE compressed TGA files. 2021-06-14 18:51:09 +03:00
theora doc: Use self-closing tags for return and argument 2021-08-03 10:20:19 +02:00
tinyexr Make all file access 64-bit (uint64_t) 2021-05-16 17:52:31 +02:00
upnp doc: Use self-closing tags for return and argument 2021-08-03 10:20:19 +02:00
vhacd Options to clean/simplify convex hull generated from mesh 2021-07-09 17:45:59 -07:00
visual_script Merge pull request #51208 from Chaosus/vs_cleanup_warnings_3.x 2021-08-03 11:08:00 +02:00
vorbis SCons: Add explicit dependencies on thirdparty code in cloned env 2021-04-29 16:57:00 +02:00
webm doc: Use self-closing tags for return and argument 2021-08-03 10:20:19 +02:00
webp Merge pull request #47854 from mortarroad/3.x-lossless-webp 2021-06-11 19:35:47 +02:00
webrtc doc: Use self-closing tags for return and argument 2021-08-03 10:20:19 +02:00
websocket doc: Use self-closing tags for return and argument 2021-08-03 10:20:19 +02:00
webxr doc: Use self-closing tags for return and argument 2021-08-03 10:20:19 +02:00
xatlas_unwrap Style: Replaces uses of 0/NULL by nullptr (C++11) 2021-05-04 16:30:23 +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 SCons: Generate header with info on which modules are enabled 2021-07-14 23:09:47 +02:00
SCsub Add env.Depends to modules_enabled.gen.h generator 2021-07-14 23:46:44 +02:00