virtualx-engine/scene/2d
Rémi Verschelde ca733a4bf8
Merge pull request #88019 from mihe/wrong-contact-count
Fix `get_contact_count` sometimes being incorrect in `_process`
2024-02-14 10:59:45 +01:00
..
animated_sprite_2d.cpp Stabilize snapping 2D transforms to pixel 2024-02-12 11:04:01 -05:00
animated_sprite_2d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
area_2d.cpp Prevent mapping areas with invalid IDs for Area2D/3D 2023-12-18 16:02:46 +01:00
area_2d.h Clear monitoring in Area* when its space changes to invalid 2023-12-15 20:54:54 +01:00
audio_listener_2d.cpp
audio_listener_2d.h
audio_stream_player_2d.compat.inc Change AudioStreamPlayer autoplay and GLTFBufferView getters to be const 2024-02-08 13:01:50 -06:00
audio_stream_player_2d.cpp Change AudioStreamPlayer autoplay and GLTFBufferView getters to be const 2024-02-08 13:01:50 -06:00
audio_stream_player_2d.h Change AudioStreamPlayer autoplay and GLTFBufferView getters to be const 2024-02-08 13:01:50 -06:00
back_buffer_copy.cpp
back_buffer_copy.h
camera_2d.cpp Ensure Camera2D scroll is updated on transform like 3.x 2023-11-05 18:01:34 -05:00
camera_2d.h
canvas_group.cpp
canvas_group.h
canvas_modulate.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
canvas_modulate.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
collision_object_2d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
collision_object_2d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
collision_polygon_2d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
collision_polygon_2d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
collision_shape_2d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
collision_shape_2d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
cpu_particles_2d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
cpu_particles_2d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
gpu_particles_2d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
gpu_particles_2d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
joint_2d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
joint_2d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
light_2d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
light_2d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
light_occluder_2d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
light_occluder_2d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
line_2d.cpp
line_2d.h
line_builder.cpp
line_builder.h
marker_2d.cpp
marker_2d.h
mesh_instance_2d.cpp
mesh_instance_2d.h
multimesh_instance_2d.cpp
multimesh_instance_2d.h
navigation_agent_2d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
navigation_agent_2d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
navigation_link_2d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
navigation_link_2d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
navigation_obstacle_2d.cpp
navigation_obstacle_2d.h
navigation_region_2d.cpp Fix NavigationRegion errors from signal changes 2024-02-10 03:04:24 +01:00
navigation_region_2d.h Fix NavigationRegion errors from signal changes 2024-02-10 03:04:24 +01:00
node_2d.cpp
node_2d.h
parallax_background.cpp
parallax_background.h
parallax_layer.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
parallax_layer.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
path_2d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
path_2d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
physical_bone_2d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
physical_bone_2d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
physics_body_2d.cpp Merge pull request #88019 from mihe/wrong-contact-count 2024-02-14 10:59:45 +01:00
physics_body_2d.h Merge pull request #88019 from mihe/wrong-contact-count 2024-02-14 10:59:45 +01:00
polygon_2d.cpp Fix Polygon2D to Skeleton2D transform calculation 2023-12-27 18:46:59 +01:00
polygon_2d.h
ray_cast_2d.cpp
ray_cast_2d.h
remote_transform_2d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
remote_transform_2d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
SCsub
shape_cast_2d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
shape_cast_2d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
skeleton_2d.cpp Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
skeleton_2d.h Update Node::get_configuration_warnings signature 2024-02-08 23:05:20 +01:00
sprite_2d.cpp Stabilize snapping 2D transforms to pixel 2024-02-12 11:04:01 -05:00
sprite_2d.h
tile_map.compat.inc Make TileMapLayers extend Node2D and work as children of TileMap 2024-01-17 16:05:50 +01:00
tile_map.cpp Merge pull request #88157 from kleonc/tilemap-move-layer-fix-moving-child-nodes 2024-02-12 13:34:46 +01:00
tile_map.h Merge pull request #87379 from groud/change_tilemap_editor_to_tilemaplayer_editor 2024-02-12 13:34:04 +01:00
tile_map_layer.cpp Merge pull request #88190 from Eoin-ONeill-Yokai/bugfix/materials-tilemap2d 2024-02-13 11:25:06 +01:00
tile_map_layer.h Change TileMapEditor to TileMapLayerEditor 2024-02-12 10:11:45 +01:00
tile_map_layer_group.cpp Change TileMapEditor to TileMapLayerEditor 2024-02-12 10:11:45 +01:00
tile_map_layer_group.h Change TileMapEditor to TileMapLayerEditor 2024-02-12 10:11:45 +01:00
touch_screen_button.cpp
touch_screen_button.h
visible_on_screen_notifier_2d.cpp
visible_on_screen_notifier_2d.h