godot/editor
Rémi Verschelde 1f6f364a56 Port member initialization from constructor to declaration (C++11)
Using `clang-tidy`'s `modernize-use-default-member-init` check and
manual review of the changes, and some extra manual changes that
`clang-tidy` failed to do.

Also went manually through all of `core` to find occurrences that
`clang-tidy` couldn't handle, especially all initializations done
in a constructor without using initializer lists.
2020-05-14 10:01:56 +02:00
..
debugger Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
fileserver
icons Update the editor icons README to remove outdated information 2020-05-12 09:46:56 +02:00
import Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
plugins Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
translations i18n: Sync translations with Weblate 2020-05-05 16:05:56 +02:00
animation_bezier_editor.cpp
animation_bezier_editor.h
animation_track_editor.cpp Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 2020-05-10 13:13:54 +02:00
animation_track_editor.h
animation_track_editor_plugins.cpp
animation_track_editor_plugins.h
array_property_edit.cpp
array_property_edit.h
audio_stream_preview.cpp
audio_stream_preview.h
code_editor.cpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
code_editor.h
connections_dialog.cpp Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 2020-05-10 13:13:54 +02:00
connections_dialog.h
create_dialog.cpp
create_dialog.h
dependency_editor.cpp
dependency_editor.h
dictionary_property_edit.cpp
dictionary_property_edit.h
doc_data.cpp
doc_data.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 Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
editor_audio_buses.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
editor_autoload_settings.cpp
editor_autoload_settings.h
editor_builders.py
editor_data.cpp
editor_data.h
editor_dir_dialog.cpp
editor_dir_dialog.h
editor_export.cpp Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
editor_export.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
editor_feature_profile.cpp
editor_feature_profile.h
editor_file_dialog.cpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
editor_file_dialog.h
editor_file_system.cpp
editor_file_system.h
editor_folding.cpp
editor_folding.h
editor_fonts.cpp
editor_fonts.h
editor_help.cpp Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 2020-05-10 13:13:54 +02:00
editor_help.h
editor_help_search.cpp Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
editor_help_search.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
editor_inspector.cpp
editor_inspector.h
editor_layouts_dialog.cpp
editor_layouts_dialog.h
editor_log.cpp Tweak the editor log selection color to match the current editor theme 2020-05-10 16:32:14 +02:00
editor_log.h
editor_node.cpp Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
editor_node.h Merge pull request #38637 from Calinou/editor-rename-revert-scene-bind 2020-05-13 12:58:40 +02:00
editor_path.cpp
editor_path.h
editor_plugin.cpp Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
editor_plugin.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
editor_plugin_settings.cpp
editor_plugin_settings.h
editor_properties.cpp Revert "Renamed plane's d to distance" 2020-05-10 16:47:11 +02:00
editor_properties.h
editor_properties_array_dict.cpp
editor_properties_array_dict.h
editor_resource_preview.cpp
editor_resource_preview.h
editor_run.cpp Support multiple debug protocols. 2020-05-12 15:09:13 +02:00
editor_run.h
editor_run_native.cpp Support multiple debug protocols. 2020-05-12 15:09:13 +02:00
editor_run_native.h
editor_run_script.cpp
editor_run_script.h
editor_scale.cpp
editor_scale.h
editor_sectioned_inspector.cpp Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
editor_sectioned_inspector.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
editor_settings.cpp
editor_settings.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
editor_spin_slider.cpp Updated editor spin slider to have better behaviour and adjusted control's size_flags_stretch_ratio value range 2020-05-06 17:43:31 +10:00
editor_spin_slider.h
editor_sub_scene.cpp
editor_sub_scene.h
editor_themes.cpp
editor_themes.h
editor_vcs_interface.cpp
editor_vcs_interface.h
export_template_manager.cpp Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 2020-05-10 13:13:54 +02:00
export_template_manager.h
filesystem_dock.cpp
filesystem_dock.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
find_in_files.cpp
find_in_files.h
groups_editor.cpp
groups_editor.h
import_dock.cpp
import_dock.h
inspector_dock.cpp
inspector_dock.h
multi_node_edit.cpp
multi_node_edit.h
node_3d_editor_gizmos.cpp New lightmapper 2020-05-10 15:59:09 -03:00
node_3d_editor_gizmos.h New lightmapper 2020-05-10 15:59:09 -03:00
node_dock.cpp
node_dock.h
pane_drag.cpp
pane_drag.h
plugin_config_dialog.cpp
plugin_config_dialog.h
progress_dialog.cpp
progress_dialog.h
project_export.cpp
project_export.h
project_manager.cpp Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 2020-05-10 13:13:54 +02:00
project_manager.h
project_settings_editor.cpp Update game controller enums. 2020-05-13 10:33:32 +01:00
project_settings_editor.h
property_editor.cpp Revert "Renamed plane's d to distance" 2020-05-10 16:47:11 +02:00
property_editor.h
property_selector.cpp
property_selector.h
pvrtc_compress.cpp
pvrtc_compress.h
quick_open.cpp
quick_open.h
register_exporters.h
rename_dialog.cpp
rename_dialog.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
reparent_dialog.cpp
reparent_dialog.h
run_settings_dialog.cpp
run_settings_dialog.h
scene_tree_dock.cpp Merge pull request #38594 from Calinou/rename-clear-script-action 2020-05-11 11:31:31 +02:00
scene_tree_dock.h Rename the Clear Script editor action to Detach Script 2020-05-09 19:09:11 +02:00
scene_tree_editor.cpp
scene_tree_editor.h
script_create_dialog.cpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
script_create_dialog.h
SCsub
settings_config_dialog.cpp
settings_config_dialog.h
shader_globals_editor.cpp Style: Add missing copyright headers 2020-05-10 13:12:16 +02:00
shader_globals_editor.h Style: Add missing copyright headers 2020-05-10 13:12:16 +02:00