godot/tools/editor
Juan Linietsky 8be2fabbe5 Changed import workflow
-Rearrange favorites in fs dock with drag and drop
-Removed import -> sub-scene, moved to scenetree contextual menu
-Removed import -> re-import , moved and integrated to FS dock
-Added ability in FS dock to re-import more than one resource
simultaneously
-Added ability to drag from native filesystem explorer to Godot, only
works on Windows though
-Removed scene reimport merge options, never worked well. Eventually
merging materials should be re-added
-Added ability to set custom root node type when importing scenes
-Re-Import is now automatic, can be configured back to manual in editor
settings
-Added resource previews in property list for many resource types
2016-05-27 14:19:11 -03:00
..
fileserver i18n: Don't make print_line calls translatable 2016-05-04 15:28:37 +02:00
icons Changed import workflow 2016-05-27 14:19:11 -03:00
io_plugins Changed import workflow 2016-05-27 14:19:11 -03:00
plugins Changed import workflow 2016-05-27 14:19:11 -03:00
addon_editor_plugin.cpp i18n: Proofreading of all strings 2016-05-21 00:21:57 +02:00
addon_editor_plugin.h -Made editor support SSL certs by default (embedded them) 2016-03-12 10:46:38 -03:00
animation_editor.cpp i18n: Use %d instead of %i in vformat 2016-05-21 16:34:56 +02:00
animation_editor.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
array_property_edit.cpp Modified editor strings to be translatable in the future 2016-05-03 22:25:37 -03:00
array_property_edit.h Fix array editor NodePath being relative to editor 2015-12-13 11:42:29 -03:00
call_dialog.cpp i18n: Second pass at proofreading 2016-05-21 01:27:27 +02:00
call_dialog.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
code_editor.cpp i18n: Use %d instead of %i in vformat 2016-05-21 16:34:56 +02:00
code_editor.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
connections_dialog.cpp i18n: Second pass at proofreading 2016-05-21 01:27:27 +02:00
connections_dialog.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
create_dialog.cpp Changed import workflow 2016-05-27 14:19:11 -03:00
create_dialog.h Changed import workflow 2016-05-27 14:19:11 -03:00
default_saver.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
default_saver.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
dependency_editor.cpp i18n: Use %d instead of %i in vformat 2016-05-21 16:34:56 +02:00
dependency_editor.h -orphan resource explorer dialog + tools menu 2015-11-29 01:08:31 -03:00
doc_code_font.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
doc_font.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
doc_title_font.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
editor_asset_installer.cpp -Made editor support SSL certs by default (embedded them) 2016-03-12 10:46:38 -03:00
editor_asset_installer.h -Made editor support SSL certs by default (embedded them) 2016-03-12 10:46:38 -03:00
editor_data.cpp Modified editor strings to be translatable in the future 2016-05-03 22:25:37 -03:00
editor_data.h Enables the possibility of editing on multiple plugins at same time on same object type. 2016-04-02 20:39:35 -03:00
editor_dir_dialog.cpp Modified editor strings to be translatable in the future 2016-05-03 22:25:37 -03:00
editor_dir_dialog.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
editor_file_dialog.cpp i18n: Proofreading of all strings 2016-05-21 00:21:57 +02:00
editor_file_dialog.h Remove double incluson of scene/gui/dialogs.h 2016-05-04 10:54:59 +02:00
editor_file_system.cpp Changed import workflow 2016-05-27 14:19:11 -03:00
editor_file_system.h Changed import workflow 2016-05-27 14:19:11 -03:00
editor_fonts.cpp move Font to BitmapFont 2016-04-28 22:21:36 -03:00
editor_fonts.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
editor_help.cpp i18n: Proofreading of all strings 2016-05-21 00:21:57 +02:00
editor_help.h Added search box in Class List dialog (Script Editor) 2016-03-05 07:59:04 -03:00
editor_icons.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
editor_import_export.cpp Changed import workflow 2016-05-27 14:19:11 -03:00
editor_import_export.h Changed import workflow 2016-05-27 14:19:11 -03:00
editor_initialize_ssl.cpp -Made editor support SSL certs by default (embedded them) 2016-03-12 10:46:38 -03:00
editor_initialize_ssl.h -Made editor support SSL certs by default (embedded them) 2016-03-12 10:46:38 -03:00
editor_log.cpp Modified editor strings to be translatable in the future 2016-05-03 22:25:37 -03:00
editor_log.h -Massive editor dialog cleanup 2016-01-17 20:03:57 -03:00
editor_name_dialog.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
editor_name_dialog.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
editor_node.cpp Changed import workflow 2016-05-27 14:19:11 -03:00
editor_node.h Changed import workflow 2016-05-27 14:19:11 -03:00
editor_path.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
editor_path.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
editor_plugin.cpp -Improve resource previews 2016-05-23 17:11:49 -03:00
editor_plugin.h -Improve resource previews 2016-05-23 17:11:49 -03:00
editor_plugin_settings.cpp Modified editor strings to be translatable in the future 2016-05-03 22:25:37 -03:00
editor_plugin_settings.h Completed the support for plugins! It is not possible to add plugins. 2016-02-27 23:12:27 -03:00
editor_profiler.cpp First version of Profiler 2016-05-21 21:18:16 -03:00
editor_profiler.h fixed compilation bug 2016-05-21 23:20:49 -03:00
editor_reimport_dialog.cpp i18n: Second pass at proofreading 2016-05-21 01:27:27 +02:00
editor_reimport_dialog.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
editor_resource_preview.cpp Changed import workflow 2016-05-27 14:19:11 -03:00
editor_resource_preview.h Changed import workflow 2016-05-27 14:19:11 -03:00
editor_run.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
editor_run.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
editor_run_native.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
editor_run_native.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
editor_run_script.cpp i18n: Proofreading of all strings 2016-05-21 00:21:57 +02:00
editor_run_script.h
editor_selection.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
editor_selection.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
editor_settings.cpp Changed import workflow 2016-05-27 14:19:11 -03:00
editor_settings.h Added color themes to the text editor 2016-05-23 15:15:55 +01:00
editor_sub_scene.cpp i18n: Proofreading of all strings 2016-05-21 00:21:57 +02:00
editor_sub_scene.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
editor_vu.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
editor_vu.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
file_type_cache.cpp Modified editor strings to be translatable in the future 2016-05-03 22:25:37 -03:00
file_type_cache.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
groups_editor.cpp Modified editor strings to be translatable in the future 2016-05-03 22:25:37 -03:00
groups_editor.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
import_settings.cpp i18n: Second pass at proofreading 2016-05-21 01:27:27 +02:00
import_settings.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
inspector_dock.cpp -removed resources dock, good bye old friend 2015-09-01 00:49:47 -03:00
inspector_dock.h -removed resources dock, good bye old friend 2015-09-01 00:49:47 -03:00
multi_node_edit.cpp i18n: Proofreading of all strings 2016-05-21 00:21:57 +02:00
multi_node_edit.h Multiple, simultaneous node editing spuport!! 2015-08-25 00:08:45 -03:00
optimized_save_dialog.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
optimized_save_dialog.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
output_strings.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
output_strings.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
pane_drag.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
pane_drag.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
progress_dialog.cpp -Made editor support SSL certs by default (embedded them) 2016-03-12 10:46:38 -03:00
progress_dialog.h -Made editor support SSL certs by default (embedded them) 2016-03-12 10:46:38 -03:00
project_export.cpp remove trailing whitespace 2016-05-21 15:29:25 +02:00
project_export.h Move export GUI debug toggle to export settings window 2016-04-28 16:13:26 +02:00
project_manager.cpp i18n: Second pass at proofreading 2016-05-21 01:27:27 +02:00
project_manager.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
project_settings.cpp i18n: Second pass at proofreading 2016-05-21 01:27:27 +02:00
project_settings.h -Made editor support SSL certs by default (embedded them) 2016-03-12 10:46:38 -03:00
property_editor.cpp Changed import workflow 2016-05-27 14:19:11 -03:00
property_editor.h Changed import workflow 2016-05-27 14:19:11 -03:00
pvrtc_compress.cpp i18n: Second pass at proofreading 2016-05-21 01:27:27 +02:00
pvrtc_compress.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
quick_open.cpp Modified editor strings to be translatable in the future 2016-05-03 22:25:37 -03:00
quick_open.h Quick open now can open multiple scenes and scripts 2016-01-08 08:27:34 -03:00
register_exporters.h remove trailing whitespace 2016-05-21 15:29:25 +02:00
reparent_dialog.cpp i18n: Second pass at proofreading 2016-05-21 01:27:27 +02:00
reparent_dialog.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
resources_dock.cpp Modified editor strings to be translatable in the future 2016-05-03 22:25:37 -03:00
resources_dock.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
run_settings_dialog.cpp i18n: Second pass at proofreading 2016-05-21 01:27:27 +02:00
run_settings_dialog.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
scene_tree_dock.cpp Changed import workflow 2016-05-27 14:19:11 -03:00
scene_tree_dock.h Changed import workflow 2016-05-27 14:19:11 -03:00
scene_tree_editor.cpp i18n: Proofreading of all strings 2016-05-21 00:21:57 +02:00
scene_tree_editor.h -Added configuration warning system for nodes 2016-05-17 18:28:44 -03:00
scenes.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
scenes.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
scenes_dock.cpp Changed import workflow 2016-05-27 14:19:11 -03:00
scenes_dock.h Changed import workflow 2016-05-27 14:19:11 -03:00
script_create_dialog.cpp i18n: Proofreading of all strings 2016-05-21 00:21:57 +02:00
script_create_dialog.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
script_editor_debugger.cpp -Improve resource previews 2016-05-23 17:11:49 -03:00
script_editor_debugger.h Real-Time Remote Inspector support 2016-05-22 19:29:06 -03:00
SCsub -Made editor support SSL certs by default (embedded them) 2016-03-12 10:46:38 -03:00
settings_config_dialog.cpp Added color themes to the text editor 2016-05-23 15:15:55 +01:00
settings_config_dialog.h Completed the support for plugins! It is not possible to add plugins. 2016-02-27 23:12:27 -03:00
spatial_editor_gizmos.cpp i18n: Second pass at proofreading 2016-05-21 01:27:27 +02:00
spatial_editor_gizmos.h fix possible crash in tools/editor/spatial_editor_gizmos.cpp 2016-03-09 00:16:56 +01:00