Rémi Verschelde 805d619382 Merge pull request #91872 from aaronp64/edit_navigation_obstacle 6 months ago
..
gizmos 0494b37a0c Merge pull request #91226 from Calinou/editor-gpuparticles3d-simplify-gizmo 6 months ago
tiles ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
SCsub 808af8e837 Split Node3DGizmos into dedicated files 1 year ago
abstract_polygon_2d_editor.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
abstract_polygon_2d_editor.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
animation_blend_space_1d_editor.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
animation_blend_space_1d_editor.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
animation_blend_space_2d_editor.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
animation_blend_space_2d_editor.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
animation_blend_tree_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
animation_blend_tree_editor_plugin.h 1638c1b28f Add const lvalue ref to editor/* container parameters 8 months ago
animation_library_editor.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
animation_library_editor.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
animation_player_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
animation_player_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
animation_state_machine_editor.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
animation_state_machine_editor.h 1638c1b28f Add const lvalue ref to editor/* container parameters 8 months ago
animation_tree_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
animation_tree_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
asset_library_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
asset_library_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
audio_stream_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
audio_stream_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
audio_stream_randomizer_editor_plugin.cpp 1638c1b28f Add const lvalue ref to editor/* container parameters 8 months ago
audio_stream_randomizer_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
bit_map_editor_plugin.cpp 95b27fe8c7 Reorganize code related to editor theming 10 months ago
bit_map_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
bone_map_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
bone_map_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
camera_3d_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
camera_3d_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
canvas_item_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
canvas_item_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
cast_2d_editor_plugin.cpp 2c0797b257 Merge pull request #87161 from ryevdokimov/do-not-commit 8 months ago
cast_2d_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
collision_polygon_2d_editor_plugin.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
collision_polygon_2d_editor_plugin.h 35dafc9fa8 Split monolithic physics class files 8 months ago
collision_shape_2d_editor_plugin.cpp 413c11357d Use Core/Scene stringnames consistently 6 months ago
collision_shape_2d_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
control_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
control_editor_plugin.h 2af78a5e86 Toggle control expand flag directly via top bar 6 months ago
cpu_particles_2d_editor_plugin.cpp 61f7145f43 [Native File Dialog] Add support for using native dialogs in the editor. 7 months ago
cpu_particles_2d_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
cpu_particles_3d_editor_plugin.cpp 9cd30208d6 Improve SceneTreeEditor usability 7 months ago
cpu_particles_3d_editor_plugin.h ec6518d9cd Custom ("visiblity") AABB support for CPUParticles 9 months ago
curve_editor_plugin.cpp a031911c82 Use check_changed_settings_in_group() everywhere 8 months ago
curve_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
debugger_editor_plugin.cpp ba6f840970 Merge pull request #89248 from KoBeWi/store_no_store 6 months ago
debugger_editor_plugin.h ba6f840970 Merge pull request #89248 from KoBeWi/store_no_store 6 months ago
dedicated_server_export_plugin.cpp 74458b6e9b Add "dedicated server" export mode which can strip unneeded visual resources 1 year ago
dedicated_server_export_plugin.h d17811c814 Re-architect how Android plugins are packaged and handled at export time 1 year ago
editor_debugger_plugin.cpp 413c11357d Use Core/Scene stringnames consistently 6 months ago
editor_debugger_plugin.h 1638c1b28f Add const lvalue ref to editor/* container parameters 8 months ago
editor_plugin.compat.inc 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
editor_plugin.cpp 1e20612940 Allow setting editor dock tabs to icon only 6 months ago
editor_plugin.h 1e20612940 Allow setting editor dock tabs to icon only 6 months ago
editor_plugin_settings.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
editor_plugin_settings.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
editor_preview_plugins.cpp 308dbb8c63 [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` 6 months ago
editor_preview_plugins.h 91f0a65fc9 Rework viewport capture in preview generation 8 months ago
editor_resource_conversion_plugin.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
editor_resource_conversion_plugin.h d8ff69d53c Extract ScriptInstance to simplify includes 1 year ago
editor_resource_tooltip_plugins.cpp 1fce8d8a91 Add tooltip plugin for AudioStream 7 months ago
editor_resource_tooltip_plugins.h 1fce8d8a91 Add tooltip plugin for AudioStream 7 months ago
font_config_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
font_config_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
gdextension_export_plugin.h ede88cf59d Fix loading GDExtension dependencies on Android 6 months ago
gpu_particles_2d_editor_plugin.cpp 61f7145f43 [Native File Dialog] Add support for using native dialogs in the editor. 7 months ago
gpu_particles_2d_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
gpu_particles_3d_editor_plugin.cpp c1cce6bb69 Fix undo action names for node replacement 8 months ago
gpu_particles_3d_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
gpu_particles_collision_sdf_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
gpu_particles_collision_sdf_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
gradient_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
gradient_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
gradient_texture_2d_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
gradient_texture_2d_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
input_event_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
input_event_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
light_occluder_2d_editor_plugin.cpp b58111588a Add EditorUndoRedoManager singleton 1 year ago
light_occluder_2d_editor_plugin.h d95794ec8a One Copyright Update to rule them all 1 year ago
lightmap_gi_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
lightmap_gi_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
line_2d_editor_plugin.cpp b58111588a Add EditorUndoRedoManager singleton 1 year ago
line_2d_editor_plugin.h d95794ec8a One Copyright Update to rule them all 1 year ago
material_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
material_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
mesh_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
mesh_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
mesh_instance_3d_editor_plugin.cpp 413c11357d Use Core/Scene stringnames consistently 6 months ago
mesh_instance_3d_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
mesh_library_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
mesh_library_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
multimesh_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
multimesh_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
navigation_link_2d_editor_plugin.cpp 6de34fde27 Add EditorStringNames singleton 1 year ago
navigation_link_2d_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
navigation_obstacle_2d_editor_plugin.cpp 3b30c65880 Allow editing NavigationObstacle2D shape 6 months ago
navigation_obstacle_2d_editor_plugin.h 3b30c65880 Allow editing NavigationObstacle2D shape 6 months ago
navigation_obstacle_3d_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
navigation_obstacle_3d_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
navigation_polygon_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
navigation_polygon_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
node_3d_editor_gizmos.cpp e52c9cd9f1 Tweak appearance of 3D editor gizmo icons 6 months ago
node_3d_editor_gizmos.h 0a9a8c75fa Improve editing of box collision shapes 1 year ago
node_3d_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
node_3d_editor_plugin.h 1069d7b7c6 Merge pull request #88343 from Riteo/warped-mouse-float 6 months ago
occluder_instance_3d_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
occluder_instance_3d_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
packed_scene_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
packed_scene_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
packed_scene_translation_parser_plugin.cpp 198d0b6bc6 Merge pull request #86479 from YeldhamDev/you_arent_built-in,_sod_off! 7 months ago
packed_scene_translation_parser_plugin.h 8446084a20 Fix packed scene translation parser missing strings. 8 months ago
parallax_background_editor_plugin.cpp a62870956a Add new Parallax2D node 8 months ago
parallax_background_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
particle_process_material_editor_plugin.cpp 413c11357d Use Core/Scene stringnames consistently 6 months ago
particle_process_material_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
path_2d_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
path_2d_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
path_3d_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
path_3d_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
physical_bone_3d_editor_plugin.cpp 35dafc9fa8 Split monolithic physics class files 8 months ago
physical_bone_3d_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
plugin_config_dialog.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
plugin_config_dialog.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
polygon_2d_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
polygon_2d_editor_plugin.h 5bdb5f5c37 Improve UV editor zoom behavior 10 months ago
polygon_3d_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
polygon_3d_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
resource_preloader_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
resource_preloader_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
root_motion_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
root_motion_editor_plugin.h 4154039832 Improve includes of EditorNode (and everything else) 1 year ago
script_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
script_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
script_text_editor.cpp 413c11357d Use Core/Scene stringnames consistently 6 months ago
script_text_editor.h 3a1246c198 Store line change in script navigation history 6 months ago
shader_editor_plugin.cpp 8221e7546b Add editor shortcuts to toggle bottom panel visibility 8 months ago
shader_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
shader_file_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
shader_file_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
skeleton_2d_editor_plugin.cpp 8ecc0c4f47 Fix accessing editor theme items throughout the UI 1 year ago
skeleton_2d_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
skeleton_3d_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
skeleton_3d_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
skeleton_ik_3d_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
skeleton_ik_3d_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
sprite_2d_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
sprite_2d_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
sprite_frames_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
sprite_frames_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
style_box_editor_plugin.cpp 95b27fe8c7 Reorganize code related to editor theming 10 months ago
style_box_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
sub_viewport_preview_editor_plugin.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
sub_viewport_preview_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
text_editor.cpp 413c11357d Use Core/Scene stringnames consistently 6 months ago
text_editor.h 1638c1b28f Add const lvalue ref to editor/* container parameters 8 months ago
text_shader_editor.cpp bdefe53992 Merge pull request #91909 from KoBeWi/have_fun_reviewing_this 6 months ago
text_shader_editor.h 1638c1b28f Add const lvalue ref to editor/* container parameters 8 months ago
texture_3d_editor_plugin.cpp 413c11357d Use Core/Scene stringnames consistently 6 months ago
texture_3d_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
texture_editor_plugin.cpp 95b27fe8c7 Reorganize code related to editor theming 10 months ago
texture_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
texture_layered_editor_plugin.cpp 413c11357d Use Core/Scene stringnames consistently 6 months ago
texture_layered_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
texture_region_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
texture_region_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
theme_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
theme_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
theme_editor_preview.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
theme_editor_preview.h 512182f147 Add theme contexts to various parts of the editor 1 year ago
version_control_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
version_control_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago
visual_shader_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
visual_shader_editor_plugin.h 62776842df [VisualShader] Add reroute node and improve port drawing 6 months ago
voxel_gi_editor_plugin.cpp ee79386f7b [Scene] Add SceneStringNames::pressed 6 months ago
voxel_gi_editor_plugin.h 1bcbbe96c4 Organize existing code for editor plugins 6 months ago