pandemonium_engine/editor
Windy Darian 159649099d Don't try to import unknown dependency from scan
Only import dependency we know how to import, since custom resource may have .gd in dependency list which doesn't have an importer

(cherry picked from commit 0463a445c4470509d581747bd272b0a76227c723)
2022-11-30 19:28:28 +01:00
..
doc Add support for documenting most editor settings in the class reference 2022-09-16 21:16:40 +02:00
fileserver
icons Replaces the default project editor icon, and the logo editor icon. 2022-10-11 17:42:31 +02:00
import Renamed the VisualServer to RenderringServer like in Godot4, as I think it's a lot better name for it. I did not yet rename the files. 2022-08-19 20:50:20 +02:00
plugins Fix checking if script is attached to any node belonging to scene 2022-11-30 19:27:33 +01:00
translations Also update editor.pot file. 2022-10-09 12:00:43 +02:00
animation_bezier_editor.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
animation_bezier_editor.h
animation_track_editor_plugins.cpp Also renamed the files. 2022-08-19 21:24:36 +02:00
animation_track_editor_plugins.h Moved around more classes in core. 2022-08-17 16:01:01 +02:00
animation_track_editor.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
animation_track_editor.h
array_property_edit.cpp
array_property_edit.h Moved around more classes in core. 2022-08-17 16:01:01 +02:00
audio_stream_preview.cpp
audio_stream_preview.h Moved a few more core classes. 2022-08-17 17:43:49 +02:00
code_editor.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
code_editor.h
connections_dialog.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
connections_dialog.h
create_dialog.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
create_dialog.h
dependency_editor.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
dependency_editor.h
dictionary_property_edit.cpp
dictionary_property_edit.h Moved around more classes in core. 2022-08-17 16:01:01 +02:00
editor_about.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
editor_about.h
editor_atlas_packer.cpp
editor_atlas_packer.h
editor_audio_buses.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
editor_audio_buses.h
editor_autoload_settings.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
editor_autoload_settings.h
editor_builders.py
editor_data.cpp
editor_data.h Moved around more classes in core. 2022-08-17 16:01:01 +02:00
editor_dir_dialog.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
editor_dir_dialog.h
editor_export.cpp Simplify code signing options, add support for rcodesign tool for signing and notarization. 2022-10-08 16:37:21 +02:00
editor_export.h Simplify code signing options, add support for rcodesign tool for signing and notarization. 2022-10-08 16:37:21 +02:00
editor_file_dialog.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
editor_file_dialog.h
editor_file_system.cpp Don't try to import unknown dependency from scan 2022-11-30 19:28:28 +01:00
editor_file_system.h Moved a few more core classes. 2022-08-17 17:43:49 +02:00
editor_folding.cpp
editor_folding.h
editor_fonts.cpp Add a [kbd] tag for highlighting keyboard shortcuts in the editor help 2022-09-16 21:49:06 +02:00
editor_fonts.h
editor_help_search.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
editor_help_search.h
editor_help.cpp Center icons vertically in editor docs' hierarchy 2022-10-08 17:32:36 +02:00
editor_help.h Add type icons to editor docs' hierarchy 2022-10-08 16:53:43 +02:00
editor_inspector.cpp Fix Tooltips do not work properly when selecting multiple nodes (MultiNodeEdit) 2022-11-30 14:36:27 +01:00
editor_inspector.h Remove Inspector tooltip hack that never actually worked 2022-09-16 21:57:00 +02:00
editor_layouts_dialog.cpp Moved base input related classes to core/input. 2022-08-17 17:02:24 +02:00
editor_layouts_dialog.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
editor_log.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
editor_log.h
editor_network_profiler.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
editor_network_profiler.h Moved around more classes in core. 2022-08-17 16:01:01 +02:00
editor_node.cpp Cast dragged file extension name to lowercase, closes #68104 2022-11-30 19:21:43 +01:00
editor_node.h Prevent docks to be reset to first tab when switching dock visibility 2022-11-13 00:52:35 +01:00
editor_path.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
editor_path.h Moved around more classes in core. 2022-08-17 16:01:01 +02:00
editor_plugin_settings.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
editor_plugin_settings.h
editor_plugin.cpp Now menu items can be added to the convert menu in the editor. 2022-10-08 22:32:52 +02:00
editor_plugin.h Now menu items can be added to the convert menu in the editor. 2022-10-08 22:32:52 +02:00
editor_profiler.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
editor_profiler.h
editor_properties_array_dict.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
editor_properties_array_dict.h Moved around more classes in core. 2022-08-17 16:01:01 +02:00
editor_properties.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
editor_properties.h
editor_property_name_processor.cpp Simplify code signing options, add support for rcodesign tool for signing and notarization. 2022-10-08 16:37:21 +02:00
editor_property_name_processor.h
editor_resource_picker.cpp Add Gradient resource preview generator 2022-11-30 14:51:39 +01:00
editor_resource_picker.h Moved around more classes in core. 2022-08-17 16:01:01 +02:00
editor_resource_preview.cpp Also renamed the files. 2022-08-19 21:24:36 +02:00
editor_resource_preview.h Moved a few more core classes. 2022-08-17 17:43:49 +02:00
editor_run_native.cpp Moved a few more core classes. 2022-08-17 17:43:49 +02:00
editor_run_native.h
editor_run_script.cpp
editor_run_script.h
editor_run.cpp Allow to change the Stop shortcut used at runtime 2022-09-16 22:59:29 +02:00
editor_run.h
editor_scale.cpp
editor_scale.h
editor_sectioned_inspector.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
editor_sectioned_inspector.h Moved around more classes in core. 2022-08-17 16:01:01 +02:00
editor_settings.cpp Remove leading spaces from enumerator name hints 2022-11-13 00:26:34 +01:00
editor_settings.h Moved base input related classes to core/input. 2022-08-17 17:02:24 +02:00
editor_spin_slider.cpp Modify newlines in Editor Spin Slider tooltip 2022-09-16 23:16:49 +02:00
editor_spin_slider.h
editor_sub_scene.cpp
editor_sub_scene.h
editor_themes.cpp Fix code folding icon color not matching defined color 2022-09-16 23:38:34 +02:00
editor_themes.h
editor_translation.cpp
editor_translation.h
editor_zoom_widget.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
editor_zoom_widget.h
export_template_manager.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
export_template_manager.h
filesystem_dock.cpp Now custom file creation entries can be added to the editor's FilesystemDock. 2022-08-18 21:33:55 +02:00
filesystem_dock.h Now custom file creation entries can be added to the editor's FilesystemDock. 2022-08-18 21:33:55 +02:00
find_in_files.cpp Stopped edge stripping when using Find in Files 2022-11-30 19:11:46 +01:00
find_in_files.h
groups_editor.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
groups_editor.h
import_defaults_editor.cpp
import_defaults_editor.h
import_dock.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
import_dock.h
inspector_dock.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
inspector_dock.h
multi_node_edit.cpp Fix Tooltips do not work properly when selecting multiple nodes (MultiNodeEdit) 2022-11-30 14:36:27 +01:00
multi_node_edit.h Fix Tooltips do not work properly when selecting multiple nodes (MultiNodeEdit) 2022-11-30 14:36:27 +01:00
node_dock.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
node_dock.h
pane_drag.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
pane_drag.h
plugin_config_dialog.cpp
plugin_config_dialog.h
progress_dialog.cpp Ported: Enable long press, pan and scale gestures for the Godot Android Editor 2022-09-17 17:01:46 +02:00
progress_dialog.h
project_export.cpp Ported: Disable menus and functionality that are not relevant on the Android Editor port - m4gr3d 2022-09-17 17:36:35 +02:00
project_export.h
project_manager.cpp Ported: Project Manager: Fix hacky code for project rename 2022-11-30 19:19:02 +01:00
project_manager.h
project_settings_editor.cpp Fix compile. 2022-11-30 15:03:43 +01:00
project_settings_editor.h Fix compile. 2022-11-30 15:03:43 +01:00
property_editor.cpp Also renamed the files. 2022-08-19 21:24:36 +02:00
property_editor.h
property_selector.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
property_selector.h Moved around more classes in core. 2022-08-17 16:01:01 +02:00
quick_open.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
quick_open.h Moved around more classes in core. 2022-08-17 16:01:01 +02:00
register_exporters.h
rename_dialog.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
rename_dialog.h Moved around more classes in core. 2022-08-17 16:01:01 +02:00
reparent_dialog.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
reparent_dialog.h
run_settings_dialog.cpp
run_settings_dialog.h
scene_tree_dock.cpp Don't let the SceneTreeDock add the root node buttons more than once. 2022-11-20 23:47:20 +01:00
scene_tree_dock.h Now custom nodes can be added to the SceneTreeDock's create root node page. 2022-11-20 23:15:42 +01:00
scene_tree_editor.cpp Fix compile. 2022-09-17 00:03:47 +02:00
scene_tree_editor.h Moved around more classes in core. 2022-08-17 16:01:01 +02:00
script_create_dialog.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
script_create_dialog.h
script_editor_debugger.cpp Debugger: Fix fetching source to link C++ error on GitHub 2022-11-30 19:26:32 +01:00
script_editor_debugger.h Moved around more classes in core. 2022-08-17 16:01:01 +02:00
SCsub Added a new editor_docs setting to the build. Disabling it can help when quick iteration times are desired. Setting it to false saves about 4 seconds of compile time for me (in the current stripped slim build that I'm working on). 2022-11-16 12:56:01 +01:00
settings_config_dialog.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
settings_config_dialog.h
spatial_editor_gizmos.cpp Now all gozmo plugins return gizmo names properly. 2022-10-09 00:52:52 +02:00
spatial_editor_gizmos.h Now all gozmo plugins return gizmo names properly. 2022-10-09 00:52:52 +02:00