godot/scene/2d
2023-04-25 12:49:50 +02:00
..
animated_sprite_2d.cpp Fix AnimatedSprite2D autoplay warning 2023-03-23 14:31:46 +01:00
animated_sprite_2d.h Make AnimatedSprite's playback API consistent with AnimationPlayer 2023-01-26 12:40:19 +09:00
area_2d.cpp Make Area physics priority consistently int and allow negative numbers 2023-04-18 13:50:20 +02:00
area_2d.h Make Area physics priority consistently int and allow negative numbers 2023-04-18 13:50:20 +02:00
audio_listener_2d.cpp Hide clip_children for non-drawn CanvasItems 2023-01-30 08:22:06 +01:00
audio_listener_2d.h Hide clip_children for non-drawn CanvasItems 2023-01-30 08:22:06 +01:00
audio_stream_player_2d.cpp Fix AudioStreamPlayer2D crash when PhysicsServer2D runs on thread 2023-04-06 03:29:09 +02:00
audio_stream_player_2d.h Fix AudioStreamPlayer2D crash when PhysicsServer2D runs on thread 2023-04-06 03:29:09 +02:00
back_buffer_copy.cpp Notify child controls when BackBufferCopy's rect changed 2023-03-03 17:57:58 +08:00
back_buffer_copy.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
camera_2d.cpp Merge pull request #73897 from TheSecondReal0/camera-line-width 2023-03-25 13:49:12 +01:00
camera_2d.h Fix Camera2D position smoothing properties not being grouped 2023-03-03 19:28:39 +01:00
canvas_group.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
canvas_group.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
canvas_modulate.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
canvas_modulate.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collision_object_2d.cpp Hide clip_children for non-drawn CanvasItems 2023-01-30 08:22:06 +01:00
collision_object_2d.h Error when removing a phycics node during a physics callback 2023-01-07 12:57:24 +01:00
collision_polygon_2d.cpp Merge pull request #72115 from AThousandShips/clip_children_fix 2023-01-30 10:02:54 +01:00
collision_polygon_2d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collision_shape_2d.cpp Hide clip_children for non-drawn CanvasItems 2023-01-30 08:22:06 +01:00
collision_shape_2d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
cpu_particles_2d.cpp Use angle_rand to calculate base_angle in particles process material 2023-04-13 15:10:47 -07:00
cpu_particles_2d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gpu_particles_2d.cpp Update GPUParticles2D/3D speed scale on ENTER_TREE 2023-03-27 13:24:59 -07:00
gpu_particles_2d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
joint_2d.cpp Hide clip_children for non-drawn CanvasItems 2023-01-30 08:22:06 +01:00
joint_2d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
light_2d.cpp Hide clip_children for non-drawn CanvasItems 2023-01-30 08:22:06 +01:00
light_2d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
light_occluder_2d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
light_occluder_2d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
line_2d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
line_2d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
line_builder.cpp Fix Line2D UVs when using BOX end cap mode 2023-02-10 20:44:39 -05:00
line_builder.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
marker_2d.cpp Hide clip_children for non-drawn CanvasItems 2023-01-30 08:22:06 +01:00
marker_2d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
mesh_instance_2d.cpp Remove normal_map from MeshInstance2D and MultiMeshInstance2D 2023-01-12 13:15:31 -08:00
mesh_instance_2d.h Remove normal_map from MeshInstance2D and MultiMeshInstance2D 2023-01-12 13:15:31 -08:00
multimesh_instance_2d.cpp Remove normal_map from MeshInstance2D and MultiMeshInstance2D 2023-01-12 13:15:31 -08:00
multimesh_instance_2d.h Remove normal_map from MeshInstance2D and MultiMeshInstance2D 2023-01-12 13:15:31 -08:00
navigation_agent_2d.cpp Expose NavigationAgent path postprocessing and pathfinding algorithm options 2023-03-25 21:37:18 +01:00
navigation_agent_2d.h Expose NavigationAgent path postprocessing and pathfinding algorithm options 2023-03-25 21:37:18 +01:00
navigation_link_2d.cpp Add NavigationLink helper functions for global positions 2023-02-14 21:56:58 +01:00
navigation_link_2d.h Add NavigationLink helper functions for global positions 2023-02-14 21:56:58 +01:00
navigation_obstacle_2d.cpp Fix NavigationObstacles not being added to avoidance simulation 2023-04-06 16:32:49 +02:00
navigation_obstacle_2d.h Fix NavigationObstacles not being added to avoidance simulation 2023-04-06 16:32:49 +02:00
navigation_region_2d.cpp Fix 2D navigation debug visuals ignoring half the ProjectSettings 2023-02-13 11:42:23 +01:00
navigation_region_2d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
node_2d.cpp Remove NOTIFICATION_MOVED_IN_PARENT 2023-04-06 13:57:13 +02:00
node_2d.h Merge pull request #36301 from KoBeWi/daddy_node 2023-01-07 13:20:56 +01:00
parallax_background.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
parallax_background.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
parallax_layer.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
parallax_layer.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
path_2d.cpp Update PathFollow2D when curve is changed 2023-01-15 18:11:21 +01:00
path_2d.h Update PathFollow2D when curve is changed 2023-01-15 18:11:21 +01:00
physical_bone_2d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
physical_bone_2d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
physics_body_2d.cpp Improve some units in RigidBody nodes 2023-04-15 22:03:24 -05:00
physics_body_2d.h Exposes the apply_floor_snap function to allow a snap to be made regardless of velocity. 2023-02-22 14:08:32 +01:00
polygon_2d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
polygon_2d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
ray_cast_2d.cpp Hide clip_children for non-drawn CanvasItems 2023-01-30 08:22:06 +01:00
ray_cast_2d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
remote_transform_2d.cpp Fix RemoteTransform2D could fail to update AnimatableBody2D's position or rotation 2023-03-30 16:00:35 +08:00
remote_transform_2d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub
shape_cast_2d.cpp Port robust signal (dis)connection to ShapeCast2D 2023-03-24 09:23:03 +01:00
shape_cast_2d.h Port robust signal (dis)connection to ShapeCast2D 2023-03-24 09:23:03 +01:00
skeleton_2d.cpp Remove NOTIFICATION_MOVED_IN_PARENT 2023-04-06 13:57:13 +02:00
skeleton_2d.h Remove deprecated methods from Bone2D 2023-02-17 18:05:52 +01:00
sprite_2d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
sprite_2d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
tile_map.cpp TileMap: Add method to fetch the layer for a given body 2023-04-25 12:49:50 +02:00
tile_map.h TileMap: Add method to fetch the layer for a given body 2023-04-25 12:49:50 +02:00
touch_screen_button.cpp Fix TouchScreenButton not redrawn when texture changes 2023-04-23 14:35:12 +08:00
touch_screen_button.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
visible_on_screen_notifier_2d.cpp Hide clip_children for non-drawn CanvasItems 2023-01-30 08:22:06 +01:00
visible_on_screen_notifier_2d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00