godot/editor/plugins
Gilles Roudière be1c9d677d Rename all gdnative occurences to gdextension
Non-exhaustive list of case-sensitive renames:

GDExtension -> GDNative
GDNATIVE -> GDEXTENSION
gdextension -> gdnative
ExtensionExtension ->Extension (for where there was GDNativeExtension)
EXTENSION_EXTENSION ->EXTENSION (for where there was GDNATIVE_EXTENSION)
gdnlib -> gdextension
gdn_interface -> gde_interface
gdni -> gde_interface
2022-12-12 11:04:57 +01:00
..
tiles Fix error when right clicking proxy list in TileProxiesManagerDialog 2022-12-06 09:37:07 +08:00
abstract_polygon_2d_editor.cpp Unify usage of undo_redo in editor 2022-11-02 17:51:58 +01:00
abstract_polygon_2d_editor.h Use forward-declarations in EditorPlugin where possible 2022-11-11 20:25:51 +01:00
animation_blend_space_1d_editor.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
animation_blend_space_1d_editor.h Cleanup remaining EditorUndoRedoManager usages 2022-11-24 18:56:22 +01:00
animation_blend_space_2d_editor.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
animation_blend_space_2d_editor.h Cleanup remaining EditorUndoRedoManager usages 2022-11-24 18:56:22 +01:00
animation_blend_tree_editor_plugin.cpp AnimationNodeBlendTreeEditor: Fix popup locations when creating nodes with dragging 2022-12-05 21:03:38 +03:00
animation_blend_tree_editor_plugin.h AnimationNodeBlendTreeEditor: Fix popup locations when creating nodes with dragging 2022-12-05 21:03:38 +03:00
animation_library_editor.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
animation_library_editor.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
animation_player_editor_plugin.cpp Fix animation play backward doesn't process current key&animtrack seek 2022-12-05 15:59:08 +09:00
animation_player_editor_plugin.h Add track validator to AnimationPlayerEditor 2022-11-28 23:33:55 +09:00
animation_state_machine_editor.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
animation_state_machine_editor.h Cleanup remaining EditorUndoRedoManager usages 2022-11-24 18:56:22 +01:00
animation_tree_editor_plugin.cpp Fix AnimationTree crash & rename get_tree() to get_animation_tree() 2022-11-21 00:28:10 +09:00
animation_tree_editor_plugin.h Fix AnimationTree crash & rename get_tree() to get_animation_tree() 2022-11-21 00:28:10 +09:00
asset_library_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
asset_library_editor_plugin.h Use forward-declarations in EditorPlugin where possible 2022-11-11 20:25:51 +01:00
audio_stream_randomizer_editor_plugin.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
audio_stream_randomizer_editor_plugin.h
bit_map_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
bit_map_editor_plugin.h Use forward-declarations in EditorPlugin where possible 2022-11-11 20:25:51 +01:00
bone_map_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
bone_map_editor_plugin.h Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
camera_3d_editor_plugin.cpp Rename EditorInterface.get_editor_main_control to get_editor_main_screen 2022-09-07 03:01:58 +03:00
camera_3d_editor_plugin.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
canvas_item_editor_plugin.cpp Adjust position and size for dropping texture. 2022-11-30 16:28:49 +08:00
canvas_item_editor_plugin.h Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
cast_2d_editor_plugin.cpp Cleanup remaining EditorUndoRedoManager usages 2022-11-24 18:56:22 +01:00
cast_2d_editor_plugin.h Cleanup remaining EditorUndoRedoManager usages 2022-11-24 18:56:22 +01:00
collision_polygon_2d_editor_plugin.cpp Style: Apply clang-tidy to current code, add readability-redundant-member-init 2022-04-04 21:49:51 +02:00
collision_polygon_2d_editor_plugin.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
collision_shape_2d_editor_plugin.cpp Cleanup remaining EditorUndoRedoManager usages 2022-11-24 18:56:22 +01:00
collision_shape_2d_editor_plugin.h Cleanup remaining EditorUndoRedoManager usages 2022-11-24 18:56:22 +01:00
control_editor_plugin.cpp Cleanup remaining EditorUndoRedoManager usages 2022-11-24 18:56:22 +01:00
control_editor_plugin.h Cleanup remaining EditorUndoRedoManager usages 2022-11-24 18:56:22 +01:00
cpu_particles_2d_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
cpu_particles_2d_editor_plugin.h Cleanup remaining EditorUndoRedoManager usages 2022-11-24 18:56:22 +01:00
cpu_particles_3d_editor_plugin.cpp Rename EditorInterface.get_editor_main_control to get_editor_main_screen 2022-09-07 03:01:58 +03:00
cpu_particles_3d_editor_plugin.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
curve_editor_plugin.cpp Unify usage of undo_redo in editor 2022-11-02 17:51:58 +01:00
curve_editor_plugin.h Use forward-declarations in EditorPlugin where possible 2022-11-11 20:25:51 +01:00
debugger_editor_plugin.cpp [Editor] Add button to keep the debug server open. 2022-11-25 11:02:55 +01:00
debugger_editor_plugin.h [Editor] Add button to keep the debug server open. 2022-11-25 11:02:55 +01:00
editor_debugger_plugin.cpp [Editor] Better expose EditorDebuggerPlugin. 2022-11-14 14:55:22 +01:00
editor_debugger_plugin.h [Editor] Better expose EditorDebuggerPlugin. 2022-11-14 14:55:22 +01:00
editor_preview_plugins.cpp Rename Image's get_rect to get_region 2022-11-01 23:35:48 +01:00
editor_preview_plugins.h Implement Physical Light Units as an optional setting. 2022-08-31 12:14:46 -07:00
editor_resource_conversion_plugin.cpp Simplify GDVIRTUAL_CALL calls 2022-10-19 00:05:48 +02:00
editor_resource_conversion_plugin.h Extract EditorResourceConversionPlugin into its own source files and clean up editor includes 2022-07-31 21:14:15 +03:00
font_config_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
font_config_plugin.h Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED" 2022-08-29 11:11:29 +02:00
gdextension_export_plugin.h Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
gpu_particles_2d_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
gpu_particles_2d_editor_plugin.h Cleanup remaining EditorUndoRedoManager usages 2022-11-24 18:56:22 +01:00
gpu_particles_3d_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
gpu_particles_3d_editor_plugin.h Use forward-declarations in EditorPlugin where possible 2022-11-11 20:25:51 +01:00
gpu_particles_collision_sdf_editor_plugin.cpp Rename hint_tooltip to tooltip_text & setget 2022-08-27 01:35:01 +02:00
gpu_particles_collision_sdf_editor_plugin.h Use forward-declarations in EditorPlugin where possible 2022-11-11 20:25:51 +01:00
gradient_editor_plugin.cpp Unite GradientEdit and GradientEditor as editor-only widget 2022-08-31 23:45:04 +03:00
gradient_editor_plugin.h Use forward-declarations in EditorPlugin where possible 2022-11-11 20:25:51 +01:00
gradient_editor.cpp Fix Gradient preview issues 2022-11-21 23:32:38 +01:00
gradient_editor.h Fix Gradient preview issues 2022-11-21 23:32:38 +01:00
gradient_texture_2d_editor_plugin.cpp Cleanup remaining EditorUndoRedoManager usages 2022-11-24 18:56:22 +01:00
gradient_texture_2d_editor_plugin.h Cleanup remaining EditorUndoRedoManager usages 2022-11-24 18:56:22 +01:00
input_event_editor_plugin.cpp Split action_map_editor file into one file per class it contained. 2022-10-06 18:29:20 +10:00
input_event_editor_plugin.h Redesign InputEvent editor plugin 2022-04-12 08:30:24 -05:00
light_occluder_2d_editor_plugin.cpp Unify usage of undo_redo in editor 2022-11-02 17:51:58 +01:00
light_occluder_2d_editor_plugin.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
lightmap_gi_editor_plugin.cpp Seperate filter and description in FileDialog.add_filter() 2022-07-09 10:51:45 -05:00
lightmap_gi_editor_plugin.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
line_2d_editor_plugin.cpp Unify usage of undo_redo in editor 2022-11-02 17:51:58 +01:00
line_2d_editor_plugin.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
material_editor_plugin.cpp Rename TextureButton set_*_texture methods to set_texture_* 2022-11-19 17:33:40 -06:00
material_editor_plugin.h Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
mesh_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
mesh_editor_plugin.h Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
mesh_instance_3d_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
mesh_instance_3d_editor_plugin.h Use forward-declarations in EditorPlugin where possible 2022-11-11 20:25:51 +01:00
mesh_library_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
mesh_library_editor_plugin.h Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init 2022-05-02 16:28:25 +02:00
multimesh_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
multimesh_editor_plugin.h Use forward-declarations in EditorPlugin where possible 2022-11-11 20:25:51 +01:00
navigation_link_2d_editor_plugin.cpp Cleanup remaining EditorUndoRedoManager usages 2022-11-24 18:56:22 +01:00
navigation_link_2d_editor_plugin.h Cleanup remaining EditorUndoRedoManager usages 2022-11-24 18:56:22 +01:00
navigation_polygon_editor_plugin.cpp Unify usage of undo_redo in editor 2022-11-02 17:51:58 +01:00
navigation_polygon_editor_plugin.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
node_3d_editor_gizmos.cpp Fix error when adding 3D gizmo handles with IDs 2022-11-01 16:25:13 +08:00
node_3d_editor_gizmos.h Make Marker3D gizmo resizable 2022-10-31 15:19:48 +08:00
node_3d_editor_plugin.cpp Merge pull request #69525 from m4gr3d/polish_navigation_controls_opacity_main 2022-12-05 11:32:43 +01:00
node_3d_editor_plugin.h Minor tweaks/polish to the navigation controls to prevent interference: 2022-12-02 23:17:38 -08:00
occluder_instance_3d_editor_plugin.cpp Seperate filter and description in FileDialog.add_filter() 2022-07-09 10:51:45 -05:00
occluder_instance_3d_editor_plugin.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
packed_scene_translation_parser_plugin.cpp Rename hint_tooltip to tooltip_text & setget 2022-08-27 01:35:01 +02:00
packed_scene_translation_parser_plugin.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
path_2d_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
path_2d_editor_plugin.h Cleanup remaining EditorUndoRedoManager usages 2022-11-24 18:56:22 +01:00
path_3d_editor_plugin.cpp draw fish bones for Path2D and Path3D 2022-12-05 15:39:14 +08:00
path_3d_editor_plugin.h Use forward-declarations in EditorPlugin where possible 2022-11-11 20:25:51 +01:00
physical_bone_3d_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
physical_bone_3d_editor_plugin.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
polygon_2d_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
polygon_2d_editor_plugin.h Use forward-declarations in EditorPlugin where possible 2022-11-11 20:25:51 +01:00
polygon_3d_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
polygon_3d_editor_plugin.h Cleanup remaining EditorUndoRedoManager usages 2022-11-24 18:56:22 +01:00
resource_preloader_editor_plugin.cpp Cleanup remaining EditorUndoRedoManager usages 2022-11-24 18:56:22 +01:00
resource_preloader_editor_plugin.h Cleanup remaining EditorUndoRedoManager usages 2022-11-24 18:56:22 +01:00
root_motion_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
root_motion_editor_plugin.h Use forward-declarations in EditorPlugin where possible 2022-11-11 20:25:51 +01:00
script_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
script_editor_plugin.h Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
script_text_editor.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
script_text_editor.h Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
SCsub
shader_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
shader_editor_plugin.h Use forward-declarations in EditorPlugin where possible 2022-11-11 20:25:51 +01:00
shader_file_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
shader_file_editor_plugin.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
skeleton_2d_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
skeleton_2d_editor_plugin.h Use forward-declarations in EditorPlugin where possible 2022-11-11 20:25:51 +01:00
skeleton_3d_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
skeleton_3d_editor_plugin.h Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
skeleton_ik_3d_editor_plugin.cpp
skeleton_ik_3d_editor_plugin.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
sprite_2d_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
sprite_2d_editor_plugin.h Use forward-declarations in EditorPlugin where possible 2022-11-11 20:25:51 +01:00
sprite_frames_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
sprite_frames_editor_plugin.h Cleanup remaining EditorUndoRedoManager usages 2022-11-24 18:56:22 +01:00
style_box_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
style_box_editor_plugin.h Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
sub_viewport_preview_editor_plugin.cpp Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
sub_viewport_preview_editor_plugin.h
text_editor.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
text_editor.h Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
text_shader_editor.cpp Unify usage of GLOBAL/EDITOR_GET 2022-10-18 19:01:48 +02:00
text_shader_editor.h add explicit editor save tagging when saving 2022-10-04 11:49:32 +03:00
texture_3d_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
texture_3d_editor_plugin.h Use forward-declarations in EditorPlugin where possible 2022-11-11 20:25:51 +01:00
texture_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
texture_editor_plugin.h Use forward-declarations in EditorPlugin where possible 2022-11-11 20:25:51 +01:00
texture_layered_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
texture_layered_editor_plugin.h Use forward-declarations in EditorPlugin where possible 2022-11-11 20:25:51 +01:00
texture_region_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
texture_region_editor_plugin.h Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
theme_editor_plugin.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
theme_editor_plugin.h Use forward-declarations in EditorPlugin where possible 2022-11-11 20:25:51 +01:00
theme_editor_preview.cpp Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
theme_editor_preview.h Tweak minsize of editor ColorPickerButtons 2022-05-19 15:20:46 +02:00
version_control_editor_plugin.cpp Fix incorrect rendering of vcs dialogs 2022-12-06 12:54:38 +03:00
version_control_editor_plugin.h VCS: Improve VCS UI/UX by QoL changes 2022-08-31 00:27:08 +05:30
visual_shader_editor_plugin.cpp Implement CAMERA_VISIBLE_LAYERS as built-in shader variable 2022-12-03 22:41:27 -08:00
visual_shader_editor_plugin.h Use forward-declarations in big editor classes 2022-11-29 09:59:43 +01:00
voxel_gi_editor_plugin.cpp Rename hint_tooltip to tooltip_text & setget 2022-08-27 01:35:01 +02:00
voxel_gi_editor_plugin.h Use forward-declarations in EditorPlugin where possible 2022-11-11 20:25:51 +01:00