Fabio Alessandrelli d568b25e36 [Editor] Better expose EditorDebuggerPlugin. 3 tahun lalu
..
tiles 3c1e5003ab Fix pathological corner case in drawing tileset editor 3 tahun lalu
SCsub a3dda2df85 Rework the TileSet resource and TileMap nodes: 4 tahun lalu
abstract_polygon_2d_editor.cpp 15831e381b Unify usage of undo_redo in editor 3 tahun lalu
abstract_polygon_2d_editor.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
animation_blend_space_1d_editor.cpp 6a9317c9fc Merge pull request #42659 from kingoftheconnors/anim-tree-load-fail-alert 3 tahun lalu
animation_blend_space_1d_editor.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
animation_blend_space_2d_editor.cpp ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
animation_blend_space_2d_editor.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
animation_blend_tree_editor_plugin.cpp e22a1d8031 Merge pull request #68060 from dpalais/no-pointer-animationnode-blendtree-rename 3 tahun lalu
animation_blend_tree_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
animation_library_editor.cpp dc96b2834e Refactor to use internal foreign resource checking function. 3 tahun lalu
animation_library_editor.h 90019676b0 Code quality: Fix header guards consistency 3 tahun lalu
animation_player_editor_plugin.cpp 15831e381b Unify usage of undo_redo in editor 3 tahun lalu
animation_player_editor_plugin.h 15831e381b Unify usage of undo_redo in editor 3 tahun lalu
animation_state_machine_editor.cpp 6a9317c9fc Merge pull request #42659 from kingoftheconnors/anim-tree-load-fail-alert 3 tahun lalu
animation_state_machine_editor.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
animation_tree_editor_plugin.cpp cff95e54e0 Fix redraw timing in AnimationBlendTreeEditor 3 tahun lalu
animation_tree_editor_plugin.h cff95e54e0 Fix redraw timing in AnimationBlendTreeEditor 3 tahun lalu
asset_library_editor_plugin.cpp 7543a5e014 Rename queue_delete => queue_free 3 tahun lalu
asset_library_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
audio_stream_randomizer_editor_plugin.cpp 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 3 tahun lalu
audio_stream_randomizer_editor_plugin.h 11572c6e30 Editor: Cleanup some includes dependencies 3 tahun lalu
bit_map_editor_plugin.cpp d2900429e8 Add static methods for creating Image and ImageTexture 3 tahun lalu
bit_map_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
bone_map_editor_plugin.cpp e48c5daddf Unify usage of GLOBAL/EDITOR_GET 3 tahun lalu
bone_map_editor_plugin.h a2a3f8cd0a Remove unused func definition in BoneMapEditor 3 tahun lalu
camera_3d_editor_plugin.cpp 1459507ed2 Rename EditorInterface.get_editor_main_control to get_editor_main_screen 3 tahun lalu
camera_3d_editor_plugin.h 90019676b0 Code quality: Fix header guards consistency 3 tahun lalu
canvas_item_editor_plugin.cpp 18978881fe Code simplifications 3 tahun lalu
canvas_item_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
cast_2d_editor_plugin.cpp ece3df3938 Add per-scene UndoRedo 3 tahun lalu
cast_2d_editor_plugin.h 7b5d1ea5b9 Fix various uninitialized member pointers 3 tahun lalu
collision_polygon_2d_editor_plugin.cpp b78aa4fe19 Style: Apply clang-tidy to current code, add `readability-redundant-member-init` 3 tahun lalu
collision_polygon_2d_editor_plugin.h f8ab79e68a Zero initialize all pointer class and struct members 3 tahun lalu
collision_shape_2d_editor_plugin.cpp ece3df3938 Add per-scene UndoRedo 3 tahun lalu
collision_shape_2d_editor_plugin.h ece3df3938 Add per-scene UndoRedo 3 tahun lalu
control_editor_plugin.cpp ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
control_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
cpu_particles_2d_editor_plugin.cpp 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 3 tahun lalu
cpu_particles_2d_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
cpu_particles_3d_editor_plugin.cpp 1459507ed2 Rename EditorInterface.get_editor_main_control to get_editor_main_screen 3 tahun lalu
cpu_particles_3d_editor_plugin.h 90019676b0 Code quality: Fix header guards consistency 3 tahun lalu
curve_editor_plugin.cpp 15831e381b Unify usage of undo_redo in editor 3 tahun lalu
curve_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
debugger_editor_plugin.cpp eba8be6e45 Fix typo - "collison" -> "collision" 3 tahun lalu
debugger_editor_plugin.h eba8be6e45 Fix typo - "collison" -> "collision" 3 tahun lalu
editor_debugger_plugin.cpp d568b25e36 [Editor] Better expose EditorDebuggerPlugin. 3 tahun lalu
editor_debugger_plugin.h d568b25e36 [Editor] Better expose EditorDebuggerPlugin. 3 tahun lalu
editor_preview_plugins.cpp ebf86c96e9 Rename Image's `get_rect` to `get_region` 3 tahun lalu
editor_preview_plugins.h 385ee5c70b Implement Physical Light Units as an optional setting. 3 tahun lalu
editor_resource_conversion_plugin.cpp d06a8320e5 Simplify GDVIRTUAL_CALL calls 3 tahun lalu
editor_resource_conversion_plugin.h 9f55bd971e Extract EditorResourceConversionPlugin into its own source files and clean up editor includes 3 tahun lalu
font_config_plugin.cpp 420eb1aa34 Merge pull request #67445 from Zylann/rename_queue_delete 3 tahun lalu
font_config_plugin.h fd6453c45e Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED" 3 tahun lalu
gdextension_export_plugin.h f9458f9228 Improve error message for invalid library feature flags 3 tahun lalu
gpu_particles_2d_editor_plugin.cpp 072f6feaba Make some Image methods static 3 tahun lalu
gpu_particles_2d_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
gpu_particles_3d_editor_plugin.cpp 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 3 tahun lalu
gpu_particles_3d_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
gpu_particles_collision_sdf_editor_plugin.cpp ef5b9a06a9 Rename `hint_tooltip` to `tooltip_text` & setget 3 tahun lalu
gpu_particles_collision_sdf_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
gradient_editor.cpp 15831e381b Unify usage of undo_redo in editor 3 tahun lalu
gradient_editor.h 93078ea551 Unite GradientEdit and GradientEditor as editor-only widget 3 tahun lalu
gradient_editor_plugin.cpp 93078ea551 Unite GradientEdit and GradientEditor as editor-only widget 3 tahun lalu
gradient_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
gradient_texture_2d_editor_plugin.cpp 3de53c8312 Fix jankiness when drawing GradientTexture2D 3 tahun lalu
gradient_texture_2d_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
input_event_editor_plugin.cpp 598ee4266c Split `action_map_editor` file into one file per class it contained. 3 tahun lalu
input_event_editor_plugin.h 0b0a74e135 Redesign InputEvent editor plugin 3 tahun lalu
light_occluder_2d_editor_plugin.cpp 15831e381b Unify usage of undo_redo in editor 3 tahun lalu
light_occluder_2d_editor_plugin.h f8ab79e68a Zero initialize all pointer class and struct members 3 tahun lalu
lightmap_gi_editor_plugin.cpp af19501cc7 Seperate filter and description in FileDialog.add_filter() 3 tahun lalu
lightmap_gi_editor_plugin.h 90019676b0 Code quality: Fix header guards consistency 3 tahun lalu
line_2d_editor_plugin.cpp 15831e381b Unify usage of undo_redo in editor 3 tahun lalu
line_2d_editor_plugin.h f8ab79e68a Zero initialize all pointer class and struct members 3 tahun lalu
material_editor_plugin.cpp d4ee903004 Enable material editor preview to be rotated. 3 tahun lalu
material_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
mesh_editor_plugin.cpp fc7cef8dec Fix theme propagation in various parts of the editor 3 tahun lalu
mesh_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
mesh_instance_3d_editor_plugin.cpp a052ebaa99 Move "Create Debug Tangents" into an editor plugin 3 tahun lalu
mesh_instance_3d_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
mesh_library_editor_plugin.cpp e48c5daddf Unify usage of GLOBAL/EDITOR_GET 3 tahun lalu
mesh_library_editor_plugin.h c273ddc3ee Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 3 tahun lalu
multimesh_editor_plugin.cpp 1459507ed2 Rename EditorInterface.get_editor_main_control to get_editor_main_screen 3 tahun lalu
multimesh_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
navigation_link_2d_editor_plugin.cpp 3dd59013f4 Added node for Navigation links 3 tahun lalu
navigation_link_2d_editor_plugin.h 7b5d1ea5b9 Fix various uninitialized member pointers 3 tahun lalu
navigation_polygon_editor_plugin.cpp 15831e381b Unify usage of undo_redo in editor 3 tahun lalu
navigation_polygon_editor_plugin.h 90019676b0 Code quality: Fix header guards consistency 3 tahun lalu
node_3d_editor_gizmos.cpp 2b8bcbe487 Fix error when adding 3D gizmo handles with IDs 3 tahun lalu
node_3d_editor_gizmos.h 3ded27c62d Make Marker3D gizmo resizable 3 tahun lalu
node_3d_editor_plugin.cpp 15831e381b Unify usage of undo_redo in editor 3 tahun lalu
node_3d_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
occluder_instance_3d_editor_plugin.cpp af19501cc7 Seperate filter and description in FileDialog.add_filter() 3 tahun lalu
occluder_instance_3d_editor_plugin.h 90019676b0 Code quality: Fix header guards consistency 3 tahun lalu
packed_scene_translation_parser_plugin.cpp ef5b9a06a9 Rename `hint_tooltip` to `tooltip_text` & setget 3 tahun lalu
packed_scene_translation_parser_plugin.h 45af29da80 Add a new HashSet template 3 tahun lalu
path_2d_editor_plugin.cpp 6f4d233062 Fix key mapping changes when moving from macOS to other platform 3 tahun lalu
path_2d_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
path_3d_editor_plugin.cpp 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 3 tahun lalu
path_3d_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
physical_bone_3d_editor_plugin.cpp b78aa4fe19 Style: Apply clang-tidy to current code, add `readability-redundant-member-init` 3 tahun lalu
physical_bone_3d_editor_plugin.h 90019676b0 Code quality: Fix header guards consistency 3 tahun lalu
polygon_2d_editor_plugin.cpp 15831e381b Unify usage of undo_redo in editor 3 tahun lalu
polygon_2d_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
polygon_3d_editor_plugin.cpp ae5771e1b1 Rename remaining "Spatial" in Plugins to "Node3D" 3 tahun lalu
polygon_3d_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
resource_preloader_editor_plugin.cpp 15831e381b Unify usage of undo_redo in editor 3 tahun lalu
resource_preloader_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
root_motion_editor_plugin.cpp ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
root_motion_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
script_editor_plugin.cpp b68b26b27e Fix reload scripts error after saving in external editor. 3 tahun lalu
script_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
script_text_editor.cpp 5947f22be9 Merge pull request #67578 from KoBeWi/GEDITOR 3 tahun lalu
script_text_editor.h d499071e5b Set the shortcut context for the edit/search/goto menus to the ScriptEditor so that shortcuts continue to work when FindReplaceBar is focused. 3 tahun lalu
shader_editor_plugin.cpp 15831e381b Unify usage of undo_redo in editor 3 tahun lalu
shader_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
shader_file_editor_plugin.cpp 9f55bd971e Extract EditorResourceConversionPlugin into its own source files and clean up editor includes 3 tahun lalu
shader_file_editor_plugin.h f8ab79e68a Zero initialize all pointer class and struct members 3 tahun lalu
skeleton_2d_editor_plugin.cpp 1459507ed2 Rename EditorInterface.get_editor_main_control to get_editor_main_screen 3 tahun lalu
skeleton_2d_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
skeleton_3d_editor_plugin.cpp 5947f22be9 Merge pull request #67578 from KoBeWi/GEDITOR 3 tahun lalu
skeleton_3d_editor_plugin.h ae5771e1b1 Rename remaining "Spatial" in Plugins to "Node3D" 3 tahun lalu
skeleton_ik_3d_editor_plugin.cpp 05b56f316d Remove most EditorNode constructor parameters and fields 3 tahun lalu
skeleton_ik_3d_editor_plugin.h f8ab79e68a Zero initialize all pointer class and struct members 3 tahun lalu
sprite_2d_editor_plugin.cpp 1459507ed2 Rename EditorInterface.get_editor_main_control to get_editor_main_screen 3 tahun lalu
sprite_2d_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
sprite_frames_editor_plugin.cpp d135957987 `SpriteFramesEditor` Fix calculating frame index from mouse position 3 tahun lalu
sprite_frames_editor_plugin.h b322b3d649 Add shortcuts for SpriteFrames editor. Small renaming changes for clarity & consistency. 3 tahun lalu
style_box_editor_plugin.cpp e31bb5ffeb Rename `CanvasItem.update()` to `queue_redraw()` 3 tahun lalu
style_box_editor_plugin.h b4c6900123 Improve StyleBox preview 3 tahun lalu
sub_viewport_preview_editor_plugin.cpp e31bb5ffeb Rename `CanvasItem.update()` to `queue_redraw()` 3 tahun lalu
sub_viewport_preview_editor_plugin.h 11572c6e30 Editor: Cleanup some includes dependencies 3 tahun lalu
text_editor.cpp 5947f22be9 Merge pull request #67578 from KoBeWi/GEDITOR 3 tahun lalu
text_editor.h d499071e5b Set the shortcut context for the edit/search/goto menus to the ScriptEditor so that shortcuts continue to work when FindReplaceBar is focused. 3 tahun lalu
text_shader_editor.cpp e48c5daddf Unify usage of GLOBAL/EDITOR_GET 3 tahun lalu
text_shader_editor.h bedbb2e893 add explicit editor save tagging when saving 3 tahun lalu
texture_3d_editor_plugin.cpp 882a4f8906 Port remaining connections to callable_mp 3 tahun lalu
texture_3d_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
texture_editor_plugin.cpp 4bddec7003 Make texture preview and picker use mipmap filter 3 tahun lalu
texture_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
texture_layered_editor_plugin.cpp 882a4f8906 Port remaining connections to callable_mp 3 tahun lalu
texture_layered_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
texture_region_editor_plugin.cpp 1778301cd0 Add call_deferred() method to Callable 3 tahun lalu
texture_region_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
theme_editor_plugin.cpp 7543a5e014 Rename queue_delete => queue_free 3 tahun lalu
theme_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
theme_editor_preview.cpp 7543a5e014 Rename queue_delete => queue_free 3 tahun lalu
theme_editor_preview.h 9a1054d942 Tweak minsize of editor ColorPickerButtons 3 tahun lalu
version_control_editor_plugin.cpp f7c611ab71 Style: Misc docs and comment style and language fixes 3 tahun lalu
version_control_editor_plugin.h a62b0ec904 VCS: Improve VCS UI/UX by QoL changes 3 tahun lalu
visual_shader_editor_plugin.cpp 15831e381b Unify usage of undo_redo in editor 3 tahun lalu
visual_shader_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu
voxel_gi_editor_plugin.cpp ef5b9a06a9 Rename `hint_tooltip` to `tooltip_text` & setget 3 tahun lalu
voxel_gi_editor_plugin.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 tahun lalu