godot/editor
Rémi Verschelde 55faf1c874
Merge pull request #47651 from Calinou/export-improve-nonexistent-preset-errors
Improve error messages for missing export presets when using `--export`
2021-04-06 14:37:25 +02:00
..
debugger Rename ButtonList enum and members to MouseButton 2021-03-23 07:13:23 -04:00
fileserver
icons Add a subtle background to editor scrollbars 2021-04-05 02:04:45 +02:00
import Style: Apply clang-tidy's `modernize-use-bool-literals` 2021-04-05 13:16:35 +02:00
plugins Style: Apply clang-tidy's `readability-braces-around-statements` 2021-04-05 14:09:59 +02:00
translations i18n: Sync translations with Weblate 2021-04-05 16:30:22 +02:00
SCsub
action_map_editor.cpp Rename ButtonList enum and members to MouseButton 2021-03-23 07:13:23 -04:00
action_map_editor.h
animation_bezier_editor.cpp Fix crashes in *_input functions 2021-04-05 08:52:21 +02:00
animation_bezier_editor.h
animation_track_editor.cpp Fix crashes in *_input functions 2021-04-05 08:52:21 +02:00
animation_track_editor.h Make Animation's SceneTreeDialog filter nodes properly 2021-03-19 22:30:32 +01:00
animation_track_editor_plugins.cpp Fix crashes in *_input functions 2021-04-05 08:52:21 +02:00
animation_track_editor_plugins.h
array_property_edit.cpp
array_property_edit.h
audio_stream_preview.cpp
audio_stream_preview.h
code_editor.cpp Fix crashes in *_input functions 2021-04-05 08:52:21 +02:00
code_editor.h
connections_dialog.cpp
connections_dialog.h
create_dialog.cpp
create_dialog.h
dependency_editor.cpp Rename Array.invert() to Array.reverse() 2021-03-21 10:20:08 +00:00
dependency_editor.h
dictionary_property_edit.cpp
dictionary_property_edit.h
doc_tools.cpp Add static method support to core Variant types 2021-03-16 10:53:05 -03:00
doc_tools.h
editor_about.cpp
editor_about.h
editor_asset_installer.cpp
editor_asset_installer.h
editor_atlas_packer.cpp
editor_atlas_packer.h
editor_audio_buses.cpp Fix crashes in *_input functions 2021-04-05 08:52:21 +02:00
editor_audio_buses.h
editor_autoload_settings.cpp
editor_autoload_settings.h
editor_builders.py
editor_data.cpp Display scene file extensions in the editor only if there's ambiguity 2021-03-20 20:38:18 +01:00
editor_data.h Display scene file extensions in the editor only if there's ambiguity 2021-03-20 20:38:18 +01:00
editor_dir_dialog.cpp
editor_dir_dialog.h
editor_export.cpp Merge pull request #43550 from KoBeWi/resourcism 2021-04-01 00:20:54 +02:00
editor_export.h Merge pull request #43550 from KoBeWi/resourcism 2021-04-01 00:20:54 +02:00
editor_feature_profile.cpp
editor_feature_profile.h
editor_file_dialog.cpp Fix crashes in *_input functions 2021-04-05 08:52:21 +02:00
editor_file_dialog.h
editor_file_system.cpp Add a "keep" import mode to keep files as-is and export them. 2021-03-22 17:19:19 -03:00
editor_file_system.h Improved 3D Scene Importer 2021-03-22 12:16:40 -03:00
editor_folding.cpp
editor_folding.h
editor_fonts.cpp
editor_fonts.h
editor_help.cpp Fix crashes in *_input functions 2021-04-05 08:52:21 +02:00
editor_help.h
editor_help_search.cpp
editor_help_search.h
editor_inspector.cpp Style: Apply clang-tidy's `modernize-use-nullptr` 2021-04-05 14:05:07 +02:00
editor_inspector.h
editor_layouts_dialog.cpp
editor_layouts_dialog.h
editor_log.cpp
editor_log.h
editor_native_shader_source_visualizer.cpp
editor_native_shader_source_visualizer.h
editor_node.cpp Improve error messages for missing export presets when using `--export` 2021-04-06 14:27:15 +02:00
editor_node.h Improved 3D Scene Importer 2021-03-22 12:16:40 -03:00
editor_path.cpp
editor_path.h
editor_plugin.cpp Expose editor scale to the plugin API 2021-04-05 18:44:01 +03:00
editor_plugin.h Expose editor scale to the plugin API 2021-04-05 18:44:01 +03:00
editor_plugin_settings.cpp
editor_plugin_settings.h
editor_properties.cpp Style: Apply clang-tidy's `readability-braces-around-statements` 2021-04-05 14:09:59 +02:00
editor_properties.h Implement Navigation layers 2021-03-10 11:23:06 +01:00
editor_properties_array_dict.cpp
editor_properties_array_dict.h
editor_resource_preview.cpp Rename Texture.get_data() to get_image() 2021-03-28 13:00:46 +01:00
editor_resource_preview.h
editor_run.cpp
editor_run.h
editor_run_native.cpp Rename Texture.get_data() to get_image() 2021-03-28 13:00:46 +01:00
editor_run_native.h
editor_run_script.cpp
editor_run_script.h
editor_scale.cpp
editor_scale.h
editor_sectioned_inspector.cpp
editor_sectioned_inspector.h
editor_settings.cpp Merge pull request #35320 from Calinou/edited-scene-extension-if-ambiguous 2021-03-23 12:58:07 +01:00
editor_settings.h
editor_spin_slider.cpp Fix crashes in *_input functions 2021-04-05 08:52:21 +02:00
editor_spin_slider.h
editor_themes.cpp Rename Texture.get_data() to get_image() 2021-03-28 13:00:46 +01:00
editor_themes.h Fix project icon size in Project Manager 2021-03-20 17:32:38 +08:00
editor_translation_parser.cpp Style: Apply clang-tidy's `readability-braces-around-statements` 2021-04-05 14:09:59 +02:00
editor_translation_parser.h
editor_vcs_interface.cpp
editor_vcs_interface.h
export_template_manager.cpp
export_template_manager.h
filesystem_dock.cpp Style: Apply clang-tidy's `readability-braces-around-statements` 2021-04-05 14:09:59 +02:00
filesystem_dock.h
find_in_files.cpp
find_in_files.h
groups_editor.cpp
groups_editor.h
import_defaults_editor.cpp
import_defaults_editor.h
import_dock.cpp Check section existance before getting keys 2021-03-26 10:05:25 +08:00
import_dock.h Improved 3D Scene Importer 2021-03-22 12:16:40 -03:00
inspector_dock.cpp
inspector_dock.h
localization_editor.cpp
localization_editor.h
multi_node_edit.cpp
multi_node_edit.h
node_3d_editor_gizmos.cpp Fix PhysicalBone gizmo not showing 2021-03-22 10:29:49 -07:00
node_3d_editor_gizmos.h
node_dock.cpp
node_dock.h
plugin_config_dialog.cpp Fix Create Plugin after GD Annotation Changes 2021-03-13 02:50:55 +01:00
plugin_config_dialog.h
pot_generator.cpp
pot_generator.h
progress_dialog.cpp
progress_dialog.h
project_export.cpp Merge pull request #43550 from KoBeWi/resourcism 2021-04-01 00:20:54 +02:00
project_export.h
project_manager.cpp Merge pull request #47200 from LightningAA/delete-from-project-manager-4.0 2021-04-06 11:30:14 +02:00
project_manager.h Merge pull request #47200 from LightningAA/delete-from-project-manager-4.0 2021-04-06 11:30:14 +02:00
project_settings_editor.cpp
project_settings_editor.h
property_editor.cpp Rename ButtonList enum and members to MouseButton 2021-03-23 07:13:23 -04:00
property_editor.h
property_selector.cpp
property_selector.h
quick_open.cpp
quick_open.h
register_exporters.h
rename_dialog.cpp Display scene file extensions in the editor only if there's ambiguity 2021-03-20 20:38:18 +01:00
rename_dialog.h
reparent_dialog.cpp
reparent_dialog.h
scene_tree_dock.cpp Fix crashes in *_input functions 2021-04-05 08:52:21 +02:00
scene_tree_dock.h
scene_tree_editor.cpp Allow to drop files on filtered scene tree 2021-03-22 16:35:49 +01:00
scene_tree_editor.h Make Animation's SceneTreeDialog filter nodes properly 2021-03-19 22:30:32 +01:00
script_create_dialog.cpp
script_create_dialog.h
settings_config_dialog.cpp Fix crashes in *_input functions 2021-04-05 08:52:21 +02:00
settings_config_dialog.h
shader_globals_editor.cpp
shader_globals_editor.h