Thaddeus Crews b15b24b087 Merge pull request #101688 from TCROC/fix-gpu-particles-2d-set_one_shot-seed-randomization 2 weeks ago
..
physics 0ed2cb0439 Make nodes handle their respective navigation source geometry 4 weeks ago
SCsub 9f9ee0c813 SCons: Add unobtrusive type hints in SCons files 4 months ago
animated_sprite_2d.cpp a1846b27ea Improve use of `Ref.is_null/valid` 1 month ago
animated_sprite_2d.h af56d6e8e8 Use `SceneStringName` in more places 2 months ago
audio_listener_2d.cpp 73d85f46c9 Remove unused headers in scene. 1 month ago
audio_listener_2d.h 73d85f46c9 Remove unused headers in scene. 1 month ago
audio_stream_player_2d.compat.inc 35c99bbcc1 Change AudioStreamPlayer autoplay and GLTFBufferView getters to be const 1 year ago
audio_stream_player_2d.cpp 2f5b97c7f9 Add `volume_linear` property and methods for audio-related classes 1 month ago
audio_stream_player_2d.h 2f5b97c7f9 Add `volume_linear` property and methods for audio-related classes 1 month ago
back_buffer_copy.cpp 58e79bfa9a Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED` 3 months ago
back_buffer_copy.h 58e79bfa9a Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED` 3 months ago
camera_2d.cpp 56fc0fd175 CPUParticles2D - Add ability to follow physics interpolated target 2 weeks ago
camera_2d.h 23521635d2 Fix physics tick counter 7 months ago
canvas_group.cpp d95794ec8a One Copyright Update to rule them all 2 years ago
canvas_group.h d95794ec8a One Copyright Update to rule them all 2 years ago
canvas_modulate.cpp 9dc231366d Fix super call in various `get_configuration_warnings` methods 5 months ago
canvas_modulate.h 21f0529aa9 Revert "Update Node::get_configuration_warnings signature" 11 months ago
cpu_particles_2d.compat.inc e9eb0b6082 Implemented tools around particles seed randomization. 1 month ago
cpu_particles_2d.cpp 56fc0fd175 CPUParticles2D - Add ability to follow physics interpolated target 2 weeks ago
cpu_particles_2d.h 56fc0fd175 CPUParticles2D - Add ability to follow physics interpolated target 2 weeks ago
gpu_particles_2d.compat.inc e9eb0b6082 Implemented tools around particles seed randomization. 1 month ago
gpu_particles_2d.cpp 3973c0b644 fix gpu_particles_3d randomizing seed when set_one_shot is called 2 weeks ago
gpu_particles_2d.h e9eb0b6082 Implemented tools around particles seed randomization. 1 month ago
light_2d.cpp a1846b27ea Improve use of `Ref.is_null/valid` 1 month ago
light_2d.h 58e79bfa9a Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED` 3 months ago
light_occluder_2d.cpp a1846b27ea Improve use of `Ref.is_null/valid` 1 month ago
light_occluder_2d.h 58e79bfa9a Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED` 3 months ago
line_2d.cpp 3fa775b844 Speed up `Line2D._edit_get_rect()` 1 month ago
line_2d.h 58e79bfa9a Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED` 3 months ago
line_builder.cpp 88e81ee730 Fix various typos and code style issues 2 months ago
line_builder.h e39875a20d Add closed property to Line2D 1 year ago
marker_2d.cpp 58e79bfa9a Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED` 3 months ago
marker_2d.h 58e79bfa9a Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED` 3 months ago
mesh_instance_2d.cpp 0ed2cb0439 Make nodes handle their respective navigation source geometry 4 weeks ago
mesh_instance_2d.h 0ed2cb0439 Make nodes handle their respective navigation source geometry 4 weeks ago
multimesh_instance_2d.cpp 0ed2cb0439 Make nodes handle their respective navigation source geometry 4 weeks ago
multimesh_instance_2d.h 0ed2cb0439 Make nodes handle their respective navigation source geometry 4 weeks ago
navigation_agent_2d.cpp 476479419b Despaghettify NavigationServer path queries 2 months ago
navigation_agent_2d.h 23521635d2 Fix physics tick counter 7 months ago
navigation_link_2d.cpp 8dd0579bcd Add NavigationLink debug direction indicator 1 month ago
navigation_link_2d.h 58e79bfa9a Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED` 3 months ago
navigation_obstacle_2d.cpp 0ed2cb0439 Make nodes handle their respective navigation source geometry 4 weeks ago
navigation_obstacle_2d.h 0ed2cb0439 Make nodes handle their respective navigation source geometry 4 weeks ago
navigation_region_2d.cpp a7520fca6a Add functions to get axis-aligned bounds of navigation regions 3 weeks ago
navigation_region_2d.h a7520fca6a Add functions to get axis-aligned bounds of navigation regions 3 weeks ago
node_2d.cpp 56fc0fd175 CPUParticles2D - Add ability to follow physics interpolated target 2 weeks ago
node_2d.h 50cf3d6966 Optimize threading-sensitive node data for single-threaded processing 1 year ago
parallax_2d.cpp 73d85f46c9 Remove unused headers in scene. 1 month ago
parallax_2d.h 1eda1cf5d7 Prevent Parallax2D autoscroll reset 5 months ago
parallax_background.cpp a62870956a Add new Parallax2D node 11 months ago
parallax_background.h a62870956a Add new Parallax2D node 11 months ago
parallax_layer.cpp 9dc231366d Fix super call in various `get_configuration_warnings` methods 5 months ago
parallax_layer.h 21f0529aa9 Revert "Update Node::get_configuration_warnings signature" 11 months ago
path_2d.cpp 13a1391e73 Draw fewer fishbones to improve Path gizmo readability and performance 1 month ago
path_2d.h 58e79bfa9a Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED` 3 months ago
polygon_2d.cpp 0ed2cb0439 Make nodes handle their respective navigation source geometry 4 weeks ago
polygon_2d.h 0ed2cb0439 Make nodes handle their respective navigation source geometry 4 weeks ago
remote_transform_2d.cpp 9dc231366d Fix super call in various `get_configuration_warnings` methods 5 months ago
remote_transform_2d.h 21f0529aa9 Revert "Update Node::get_configuration_warnings signature" 11 months ago
skeleton_2d.cpp a1846b27ea Improve use of `Ref.is_null/valid` 1 month ago
skeleton_2d.h 1ba168fcbc Use local vector for skeleton 4 months ago
sprite_2d.cpp 73d85f46c9 Remove unused headers in scene. 1 month ago
sprite_2d.h 58e79bfa9a Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED` 3 months ago
tile_map.compat.inc 48bed5050b Make TileMapLayers extend Node2D and work as children of TileMap 1 year ago
tile_map.cpp 0ed2cb0439 Make nodes handle their respective navigation source geometry 4 weeks ago
tile_map.h 0ed2cb0439 Make nodes handle their respective navigation source geometry 4 weeks ago
tile_map_layer.cpp 86002e1a3c Merge pull request #100882 from smix8/node_navmesh_geo_parsers 3 weeks ago
tile_map_layer.h 0ed2cb0439 Make nodes handle their respective navigation source geometry 4 weeks ago
touch_screen_button.cpp a1846b27ea Improve use of `Ref.is_null/valid` 1 month ago
touch_screen_button.h 58e79bfa9a Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED` 3 months ago
visible_on_screen_notifier_2d.cpp 58e79bfa9a Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED` 3 months ago
visible_on_screen_notifier_2d.h 58e79bfa9a Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED` 3 months ago