godot/scene/2d
Pedro J. Estébanez aefedb73fc Update collision shapes data on tree entered
This is needed because the final startup values for shapes may change between parenting and entering the scene tree. For instance, if the collision shape belongs to a inherited scene.

Fixes #13835.
2018-01-11 21:08:58 +01:00
..
animated_sprite.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
animated_sprite.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
area_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
area_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
audio_stream_player_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
audio_stream_player_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
back_buffer_copy.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
back_buffer_copy.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
camera_2d.cpp Update Camera2D scroll using NOTIFICATION_INTERNAL_PROCESS 2018-01-08 18:29:22 +01:00
camera_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
canvas_item.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
canvas_item.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
canvas_modulate.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
canvas_modulate.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
collision_object_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
collision_object_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
collision_polygon_2d.cpp Update collision shapes data on tree entered 2018-01-11 21:08:58 +01:00
collision_polygon_2d.h Update collision shapes data on tree entered 2018-01-11 21:08:58 +01:00
collision_shape_2d.cpp Update collision shapes data on tree entered 2018-01-11 21:08:58 +01:00
collision_shape_2d.h Update collision shapes data on tree entered 2018-01-11 21:08:58 +01:00
joints_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
joints_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
light_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
light_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
light_occluder_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
light_occluder_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
line_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
line_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
line_builder.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
line_builder.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
navigation2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
navigation2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
navigation_polygon.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
navigation_polygon.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
node_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
node_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
parallax_background.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
parallax_background.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
parallax_layer.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
parallax_layer.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
particles_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
particles_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
path_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
path_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
path_texture.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
path_texture.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
physics_body_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
physics_body_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
polygon_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
polygon_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
position_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
position_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
ray_cast_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
ray_cast_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
remote_transform_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
remote_transform_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
screen_button.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
screen_button.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
sprite.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
sprite.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
tile_map.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
tile_map.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
visibility_notifier_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
visibility_notifier_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
y_sort.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
y_sort.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00