virtualx-engine/scene/2d
lawnjelly 40961d62e2 Fix physics tick counter
The counter is now incremented at the start of a physics tick rather than the end.
2024-07-01 08:58:02 +01:00
..
animated_sprite.cpp Fix AnimatedSprite normal map loading 2023-08-08 09:42:55 +01:00
animated_sprite.h
area_2d.cpp
area_2d.h
audio_stream_player_2d.cpp Merge pull request #70514 from stmSi/fix-editor-hanging-audio-pitch-scale-nan 2023-02-17 12:15:27 +01:00
audio_stream_player_2d.h
back_buffer_copy.cpp Notify child controls when BackBufferCopy's rect changed 2023-08-28 17:27:13 +02:00
back_buffer_copy.h
camera_2d.cpp Physics Interpolation - Fix behaviour on pause 2024-06-20 10:50:30 +01:00
camera_2d.h Fix physics tick counter 2024-07-01 08:58:02 +01:00
canvas_item.cpp Deprecate NOTIFICATION_MOVED_IN_PARENT 2024-04-20 07:52:05 +01:00
canvas_item.h Deprecate NOTIFICATION_MOVED_IN_PARENT 2024-04-20 07:52:05 +01:00
canvas_modulate.cpp
canvas_modulate.h
collision_object_2d.cpp
collision_object_2d.h
collision_polygon_2d.cpp
collision_polygon_2d.h
collision_shape_2d.cpp
collision_shape_2d.h
cpu_particles_2d.cpp Physics Interpolation - refactor Camera and fix get_camera_transform() 2024-06-09 12:08:27 +01:00
cpu_particles_2d.h CPUParticles2D - Add ability to follow physics interpolated target 2023-09-18 16:05:03 +01:00
joints_2d.cpp
joints_2d.h
light_2d.cpp Physics Interpolation 2D - fix light and light occluder resetting 2024-03-16 16:02:22 +00:00
light_2d.h 2D Fixed Timestep Interpolation 2023-08-01 16:07:48 +01:00
light_occluder_2d.cpp Physics Interpolation 2D - fix light and light occluder resetting 2024-03-16 16:02:22 +00:00
light_occluder_2d.h 2D Fixed Timestep Interpolation 2023-08-01 16:07:48 +01:00
line_2d.cpp
line_2d.h
line_builder.cpp Fix Line2D UVs when using BOX end cap mode 2023-02-10 20:45:31 -05:00
line_builder.h
listener_2d.cpp
listener_2d.h
mesh_instance_2d.cpp
mesh_instance_2d.h
multimesh_instance_2d.cpp
multimesh_instance_2d.h
navigation_2d.cpp Fix navigation related nodes not propagating parent class config warnings 2023-01-30 16:26:42 +01:00
navigation_2d.h
navigation_agent_2d.cpp Fix navigation related nodes not propagating parent class config warnings 2023-01-30 16:26:42 +01:00
navigation_agent_2d.h Fix physics tick counter 2024-07-01 08:58:02 +01:00
navigation_obstacle_2d.cpp Fix navigation related nodes not propagating parent class config warnings 2023-01-30 16:26:42 +01:00
navigation_obstacle_2d.h
navigation_polygon.cpp Fix navigation related nodes not propagating parent class config warnings 2023-01-30 16:26:42 +01:00
navigation_polygon.h
node_2d.cpp Physics Interpolation - add support for CPUParticles2D 2023-08-03 14:44:08 +01:00
node_2d.h
parallax_background.cpp
parallax_background.h
parallax_layer.cpp 2D Fixed Timestep Interpolation 2023-08-01 16:07:48 +01:00
parallax_layer.h
particles_2d.cpp Backporting #76859 to 3.x 2023-09-12 09:45:23 -05:00
particles_2d.h Backporting #76859 to 3.x 2023-09-12 09:45:23 -05:00
path_2d.cpp
path_2d.h
physics_body_2d.cpp Store ObjectID instead of pointer for KinematicCollision owner 2024-04-15 12:32:17 +08:00
physics_body_2d.h Store ObjectID instead of pointer for KinematicCollision owner 2024-04-15 12:32:17 +08:00
polygon_2d.cpp Canvas item hierarchical culling 2023-04-25 20:17:33 +01:00
polygon_2d.h Canvas item hierarchical culling 2023-04-25 20:17:33 +01:00
position_2d.cpp
position_2d.h
ray_cast_2d.cpp Add error messages for collision exception functions 2023-02-24 00:36:30 +01:00
ray_cast_2d.h
remote_transform_2d.cpp
remote_transform_2d.h
SCsub
shape_cast_2d.cpp Add error messages for collision exception functions 2023-02-24 00:36:30 +01:00
shape_cast_2d.h
skeleton_2d.cpp Physics Interpolation - Fix 2D skinning 2024-06-18 15:01:20 +01:00
skeleton_2d.h Physics Interpolation - Fix 2D skinning 2024-06-18 15:01:20 +01:00
sprite.cpp
sprite.h
tile_map.cpp Physics Interpolation - automatic resets for Camera2D and TileMap. 2023-08-24 10:18:12 +01:00
tile_map.h
touch_screen_button.cpp Fix TouchScreenButton not redrawn when texture changes 2023-08-29 18:08:28 +08:00
touch_screen_button.h
visibility_notifier_2d.cpp Revert "Add option in VisibilityEnabler2D to hide the parent for better performance" 2023-06-13 14:25:19 +02:00
visibility_notifier_2d.h Revert "Add option in VisibilityEnabler2D to hide the parent for better performance" 2023-06-13 14:25:19 +02:00
y_sort.cpp
y_sort.h