godot/scene/2d
PouleyKetchoupp 1fccf78dd2
Update body transforms on joint2D setup
Body transforms from physics are used to setup the joint and they are
only updated before the physics step by default.

Without forcing the transform update, joints could use a previous
position if the body's position was set after it was added to the scene.

3D physics is not affected by this issue.

(cherry picked from commit 11bee25de4)
2020-12-29 16:02:02 +01:00
..
animated_sprite.cpp Add 2d snap transforms option 2020-11-15 09:40:07 +00:00
animated_sprite.h Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
area_2d.cpp Remove area or body from map before emitting signals. 2020-10-02 17:01:47 +01:00
area_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
audio_stream_player_2d.cpp Fix volume interpolation in positional audio nodes 2020-04-16 11:43:58 +02:00
audio_stream_player_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
back_buffer_copy.cpp Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
back_buffer_copy.h Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
camera_2d.cpp Fix camera2d zoom when set to zero (causing ERROR: affine_invert: Condition ' det == 0 ' is true.) 2020-12-29 13:50:49 +01:00
camera_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
canvas_item.cpp Fixes setting top_level not updating the global position 2020-10-28 14:05:42 +01:00
canvas_item.h Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
canvas_modulate.cpp Make all get_configuration_warning() overrides retrieve warnings from parent 2020-07-13 01:50:02 +03:00
canvas_modulate.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
collision_object_2d.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
collision_object_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
collision_polygon_2d.cpp Make all get_configuration_warning() overrides retrieve warnings from parent 2020-07-13 01:50:02 +03:00
collision_polygon_2d.h Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
collision_shape_2d.cpp Better validate CollisionShape config. warning after #37226 2020-10-02 09:51:45 +02:00
collision_shape_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
cpu_particles_2d.cpp Merge pull request #37226 from arrowinaknee/fix-node-config-warnings 2020-10-01 14:04:26 +02:00
cpu_particles_2d.h Fix uninitialized memory in CPUParticles2D 2020-05-01 13:49:53 +01:00
joints_2d.cpp Update body transforms on joint2D setup 2020-12-29 16:02:02 +01:00
joints_2d.h Check joint nodes and generate configuration warning messages. 2020-11-25 20:53:48 +00:00
light_2d.cpp Make all get_configuration_warning() overrides retrieve warnings from parent 2020-07-13 01:50:02 +03:00
light_2d.h Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
light_occluder_2d.cpp Make all get_configuration_warning() overrides retrieve warnings from parent 2020-07-13 01:50:02 +03:00
light_occluder_2d.h Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
line_2d.cpp Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
line_2d.h Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
line_builder.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
line_builder.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
mesh_instance_2d.cpp Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
mesh_instance_2d.h Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
multimesh_instance_2d.cpp Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
multimesh_instance_2d.h Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
navigation_2d.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
navigation_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
navigation_polygon.cpp Make all get_configuration_warning() overrides retrieve warnings from parent 2020-07-13 01:50:02 +03:00
navigation_polygon.h Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
node_2d.cpp Revert "Implement Skew in Node2D" 2020-06-22 10:26:06 +02:00
node_2d.h Revert "Implement Skew in Node2D" 2020-06-22 10:26:06 +02:00
parallax_background.cpp Fixes ParallaxLayer offset when ignore camera zoom 2020-09-29 13:57:56 +02:00
parallax_background.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
parallax_layer.cpp Make all get_configuration_warning() overrides retrieve warnings from parent 2020-07-13 01:50:02 +03:00
parallax_layer.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
particles_2d.cpp Make all get_configuration_warning() overrides retrieve warnings from parent 2020-07-13 01:50:02 +03:00
particles_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
path_2d.cpp Make all get_configuration_warning() overrides retrieve warnings from parent 2020-07-13 01:50:02 +03:00
path_2d.h Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
physics_body_2d.cpp Normalise p_up_direction vector in move_and_slide() and 2020-06-16 10:11:54 +01:00
physics_body_2d.h Added function to expose floor normal, useful to correctly calculate player velocity. 2020-01-10 14:58:19 +01:00
polygon_2d.cpp Remove unused #if 0'ed code 2020-01-21 21:41:54 +01:00
polygon_2d.h Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
position_2d.cpp Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
position_2d.h Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
ray_cast_2d.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
ray_cast_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
remote_transform_2d.cpp Make all get_configuration_warning() overrides retrieve warnings from parent 2020-07-13 01:50:02 +03:00
remote_transform_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
skeleton_2d.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
skeleton_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
sprite.cpp Add 2d snap transforms option 2020-11-15 09:40:07 +00:00
sprite.h Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
tile_map.cpp Fix performance issue in update_bitmask_region fallback 2020-05-04 16:10:22 +02:00
tile_map.h Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
touch_screen_button.cpp GUI: Touch screen button click area now is synced with its draw 2020-05-07 11:04:59 -03:00
touch_screen_button.h Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
visibility_notifier_2d.cpp Make all get_configuration_warning() overrides retrieve warnings from parent 2020-07-13 01:50:02 +03:00
visibility_notifier_2d.h Don't compile editor-only function when tools=no 2020-01-09 22:15:48 +01:00
y_sort.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
y_sort.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00