godot/editor
2019-01-01 12:46:36 +01:00
..
collada Moved member variables to initializer list 2018-12-11 18:33:01 -05:00
doc
fileserver
icons
import Fix missing/malformed license headers 2019-01-01 12:46:36 +01:00
plugins Fix missing/malformed license headers 2019-01-01 12:46:36 +01:00
translations i18n: Sync translation template with current source 2018-12-13 14:47:24 +01:00
animation_bezier_editor.cpp Change color of AnimationPlayer curve to "highlight" 2018-12-18 13:46:03 -02:00
animation_bezier_editor.h
animation_track_editor.cpp
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 Change LinkLabel back to Label in error status bar 2018-12-21 11:39:54 +03:00
code_editor.h Change LinkLabel back to Label in error status bar 2018-12-21 11:39:54 +03:00
connections_dialog.cpp
connections_dialog.h
create_dialog.cpp
create_dialog.h
dependency_editor.cpp
dependency_editor.h
dictionary_property_edit.cpp
dictionary_property_edit.h
editor_about.cpp
editor_about.h
editor_asset_installer.cpp
editor_asset_installer.h
editor_audio_buses.cpp Fix EditorAudioBuses not updating when changing to a device with different channels 2018-12-11 19:54:52 -03:00
editor_audio_buses.h Fix EditorAudioBuses not updating when changing to a device with different channels 2018-12-11 19:54:52 -03: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 Moved member variables to initializer list 2018-12-11 18:33:01 -05:00
editor_export.h Moved member variables to initializer list 2018-12-11 18:33:01 -05:00
editor_file_dialog.cpp Change EditorLineEditFileChooser to use the "Folder" icon 2018-12-13 19:39:51 -02:00
editor_file_dialog.h Change EditorLineEditFileChooser to use the "Folder" icon 2018-12-13 19:39:51 -02:00
editor_file_system.cpp Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
editor_file_system.h
editor_folding.cpp Fix missing/malformed license headers 2019-01-01 12:46:36 +01:00
editor_folding.h Fix missing/malformed license headers 2019-01-01 12:46:36 +01:00
editor_fonts.cpp
editor_fonts.h
editor_help.cpp
editor_help.h
editor_help_search.cpp Merge pull request #24241 from Rubonnek/move-to-initializer-list 2018-12-12 09:25:34 +01:00
editor_help_search.h
editor_inspector.cpp
editor_inspector.h
editor_log.cpp
editor_log.h
editor_name_dialog.cpp
editor_name_dialog.h
editor_node.cpp Fix "method not found" error when script is removed from object 2018-12-31 12:09:08 +03:00
editor_node.h Merge pull request #19501 from Zylann/custom_loaders 2018-12-16 14:26:56 +01:00
editor_path.cpp
editor_path.h
editor_plugin.cpp Merge pull request #24506 from JFonS/expose_gizmos 2018-12-30 15:42:30 +01:00
editor_plugin.h Merge pull request #24506 from JFonS/expose_gizmos 2018-12-30 15:42:30 +01:00
editor_plugin_settings.cpp Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
editor_plugin_settings.h
editor_profiler.cpp
editor_profiler.h
editor_properties.cpp Fixed a property warning when loading a correct resource type 2018-12-30 19:04:49 +01: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
editor_run.h
editor_run_native.cpp
editor_run_native.h
editor_run_script.cpp
editor_run_script.h
editor_scale.cpp
editor_scale.h
editor_sectioned_inspector.cpp Moved member variables to initializer list 2018-12-11 18:33:01 -05:00
editor_sectioned_inspector.h
editor_settings.cpp 24303: remember sorting order in the project manager 2018-12-15 17:38:49 +01:00
editor_settings.h Moved member variables to initializer list 2018-12-11 18:33:01 -05:00
editor_spin_slider.cpp Ensure cursor is visible when EditorSpinSlider exits the tree 2018-12-16 23:20:03 +01:00
editor_spin_slider.h
editor_sub_scene.cpp
editor_sub_scene.h
editor_themes.cpp Removed graph node headers from state machine nodes 2018-12-30 09:25:13 +01:00
editor_themes.h
export_template_manager.cpp
export_template_manager.h
file_type_cache.cpp
file_type_cache.h
filesystem_dock.cpp General fixes for the AnimationTree editor 2018-12-17 21:03:58 -02:00
filesystem_dock.h
find_in_files.cpp
find_in_files.h
groups_editor.cpp i18n: Sync translation template with current source 2018-12-13 14:47:24 +01:00
groups_editor.h
import_dock.cpp
import_dock.h
inspector_dock.cpp Re-add missing save resource button in the inspector 2018-12-13 21:24:25 +00:00
inspector_dock.h
multi_node_edit.cpp
multi_node_edit.h
node_dock.cpp
node_dock.h
output_strings.cpp
output_strings.h
pane_drag.cpp
pane_drag.h
plugin_config_dialog.cpp
plugin_config_dialog.h
progress_dialog.cpp
progress_dialog.h
project_export.cpp Fix ExportDialog layout out of boundary when select a template. 2018-12-11 16:13:14 +08:00
project_export.h
project_manager.cpp ProjectManager: Warn when projects have different config_version 2018-12-21 12:45:27 +01:00
project_manager.h ProjectManager: Warn when projects have different config_version 2018-12-21 12:45:27 +01:00
project_settings_editor.cpp
project_settings_editor.h
property_editor.cpp
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
reparent_dialog.cpp
reparent_dialog.h
run_settings_dialog.cpp
run_settings_dialog.h
scene_tree_dock.cpp
scene_tree_dock.h
scene_tree_editor.cpp General fixes for the AnimationTree editor 2018-12-17 21:03:58 -02:00
scene_tree_editor.h
script_create_dialog.cpp Create built-in script properly 2018-12-16 18:31:43 +09:00
script_create_dialog.h
script_editor_debugger.cpp
script_editor_debugger.h
SCsub
settings_config_dialog.cpp
settings_config_dialog.h
spatial_editor_gizmos.cpp
spatial_editor_gizmos.h