godot/editor
Rémi Verschelde efefe0be95
Merge pull request #23982 from qichunren/fixed_line_edit_lost_focus_when_create_new_project
Fixed project name line edit focus lost when open project-create dialog.
2018-12-06 14:06:43 +01:00
..
collada
doc Fix some warnings raised by MSVC 2017 2018-10-03 17:34:56 +02:00
fileserver Fix deploy with network filesystem 2018-11-10 10:51:31 -02:00
icons Add icon_script_extend & update the icon @runtime 2018-10-19 09:04:07 -05:00
import Merge pull request #23991 from glaforte/bugfix/19195 2018-12-03 17:35:50 +01:00
plugins Fixes editor crashing when editing autotiles issue #24004 2018-12-06 07:15:48 -03:00
translations i18n: Sync translation template with current source 2018-12-04 23:22:18 +01:00
animation_bezier_editor.cpp
animation_bezier_editor.h
animation_track_editor.cpp AnimationPlayer, snap absolute position instead of motion. 2018-11-09 12:35:49 +01:00
animation_track_editor.h
animation_track_editor_plugins.cpp
animation_track_editor_plugins.h
array_property_edit.cpp Ensure array and dict editors show edited object IDs, fixes #20225 2018-11-21 22:10:58 -03:00
array_property_edit.h
audio_stream_preview.cpp Fix GCC 8 warnings about potentially unitialized variables 2018-10-04 13:08:41 +02:00
audio_stream_preview.h
code_editor.cpp Merge pull request #23924 from Kanabenki/font-size-update 2018-11-28 10:39:56 +01:00
code_editor.h Merge pull request #23924 from Kanabenki/font-size-update 2018-11-28 10:39:56 +01:00
connections_dialog.cpp
connections_dialog.h
create_dialog.cpp Move "Dialog Bounds" from the Editor Settings to project's metadata 2018-12-04 13:55:24 -02:00
create_dialog.h
dependency_editor.cpp Let user fix dependencies in resources 2018-11-02 04:44:40 +01:00
dependency_editor.h Let user fix dependencies in resources 2018-11-02 04:44:40 +01:00
dictionary_property_edit.cpp
dictionary_property_edit.h
editor_about.cpp Removed unnecessary assignments 2018-11-17 20:40:55 -05:00
editor_about.h
editor_asset_installer.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
editor_asset_installer.h
editor_audio_buses.cpp
editor_audio_buses.h
editor_autoload_settings.cpp Update autoload references when moving files. 2018-10-16 18:57:21 -07:00
editor_autoload_settings.h
editor_builders.py
editor_data.cpp Merge pull request #23060 from willnationsdev/inherit-non-class-script 2018-11-26 10:52:52 +01:00
editor_data.h
editor_dir_dialog.cpp
editor_dir_dialog.h
editor_export.cpp Export for OS X on OS X now lets you select .dmg or .zip 2018-11-01 10:08:26 -03:00
editor_export.h Export for OS X on OS X now lets you select .dmg or .zip 2018-11-01 10:08:26 -03:00
editor_file_dialog.cpp Small capitalization fixes across the editor 2018-10-26 16:11:36 -03:00
editor_file_dialog.h
editor_file_system.cpp Reworked how non-imported resources are reloaded on change, fixes #19852 2018-11-20 21:48:48 -03:00
editor_file_system.h Reworked how non-imported resources are reloaded on change, fixes #19852 2018-11-20 21:48:48 -03:00
editor_folding.cpp Fix style issues and signature mismatch 2018-11-28 10:21:07 +01:00
editor_folding.h Rewrite code for unfolding and make it automatic on scene load, which works better. 2018-11-25 10:47:33 -03:00
editor_fonts.cpp Add a property to control DynamicFont anti-aliasing 2018-11-10 22:07:32 +01:00
editor_fonts.h
editor_help.cpp Unify editor class and reference search 2018-11-20 20:52:27 -02:00
editor_help.h Unify editor class and reference search 2018-11-20 20:52:27 -02:00
editor_help_search.cpp Move "Dialog Bounds" from the Editor Settings to project's metadata 2018-12-04 13:55:24 -02:00
editor_help_search.h Restore previous scroll position when reopening the search help dialog with a old search 2018-11-26 13:40:59 -02:00
editor_inspector.cpp Fix key icon overlapping revert icon 2018-11-30 14:00:04 -02:00
editor_inspector.h Rewrite code for unfolding and make it automatic on scene load, which works better. 2018-11-25 10:47:33 -03:00
editor_log.cpp
editor_log.h
editor_name_dialog.cpp
editor_name_dialog.h
editor_node.cpp Disable progress dialog on export from command line, stab at fixing #24031 2018-11-28 08:46:26 -03:00
editor_node.h Disable progress dialog on export from command line, stab at fixing #24031 2018-11-28 08:46:26 -03:00
editor_path.cpp
editor_path.h
editor_plugin.cpp Allow plugin scene change signal to report null for empty scenes. 2018-11-03 00:11:02 +02:00
editor_plugin.h
editor_plugin_settings.cpp
editor_plugin_settings.h
editor_profiler.cpp Remove redundant "== false" code 2018-10-06 16:20:41 -04:00
editor_profiler.h
editor_properties.cpp Arrays now parse the hint_string in the new inspector. 2018-12-03 19:05:22 +01:00
editor_properties.h Merge pull request #23802 from JFonS/add_save_option 2018-11-20 14:15:31 +01:00
editor_properties_array_dict.cpp Arrays now parse the hint_string in the new inspector. 2018-12-03 19:05:22 +01:00
editor_properties_array_dict.h Arrays now parse the hint_string in the new inspector. 2018-12-03 19:05:22 +01:00
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 Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_run_script.h
editor_scale.cpp
editor_scale.h
editor_sectioned_inspector.cpp
editor_sectioned_inspector.h
editor_settings.cpp Merge pull request #23645 from Calinou/add-dynamicfont-antialias-option 2018-11-20 15:02:29 +01:00
editor_settings.h
editor_spin_slider.cpp Fix many errors found by PVS-Studio 2018-11-28 05:03:24 -05:00
editor_spin_slider.h
editor_sub_scene.cpp
editor_sub_scene.h
editor_themes.cpp Merge pull request #22700 from Calinou/increase-itemlist-popupmenu-spacing 2018-10-07 11:43:17 +02:00
editor_themes.h
export_template_manager.cpp
export_template_manager.h
file_type_cache.cpp
file_type_cache.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
filesystem_dock.cpp (#23480) Wrong directory path in filesystem dock when creating script. 2018-11-05 17:27:48 +03:00
filesystem_dock.h Hide some RMB options in the filesystem dock when files are searched 2018-11-03 18:37:57 +01:00
find_in_files.cpp General fixup of the "Find in Files" dialog 2018-11-05 04:51:34 -02:00
find_in_files.h
groups_editor.cpp
groups_editor.h
import_dock.cpp Improve import dock usability when selecting multiple files, only change what was modified on re-import. 2018-10-30 13:12:21 -03:00
import_dock.h Improve import dock usability when selecting multiple files, only change what was modified on re-import. 2018-10-30 13:12:21 -03:00
inspector_dock.cpp Rewrite code for unfolding and make it automatic on scene load, which works better. 2018-11-25 10:47:33 -03:00
inspector_dock.h Fix inspector color when theme changed 2018-10-05 21:37:26 +03:00
multi_node_edit.cpp Ensure multinode undo redo merges ends for operation, fixes #19010 2018-11-18 21:43:22 -03:00
multi_node_edit.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
node_dock.cpp
node_dock.h
output_strings.cpp
output_strings.h
pane_drag.cpp
pane_drag.h
plugin_config_dialog.cpp Resize some editor panel minimum sizes on hiDPI displays 2018-10-20 22:09:42 +02:00
plugin_config_dialog.h
progress_dialog.cpp fixed uninitialized variables and false positives found by CppCheck 2018-10-25 20:38:17 +02:00
progress_dialog.h
project_export.cpp Move "Dialog Bounds" from the Editor Settings to project's metadata 2018-12-04 13:55:24 -02:00
project_export.h Merge pull request #23476 from marcelofg55/export_all 2018-11-09 16:55:04 +01:00
project_manager.cpp Fixed project name line edit focus lost when open project-create dialog. 2018-11-26 15:56:34 +08:00
project_manager.h
project_settings_editor.cpp Move "Dialog Bounds" from the Editor Settings to project's metadata 2018-12-04 13:55:24 -02:00
project_settings_editor.h
property_editor.cpp Small capitalization fixes across the editor 2018-10-26 16:11:36 -03:00
property_editor.h
property_selector.cpp Fix error with a specific dock layout 2018-11-05 11:45:25 +09:00
property_selector.h
pvrtc_compress.cpp
pvrtc_compress.h
quick_open.cpp Fix error with a specific dock layout 2018-11-05 11:45:25 +09:00
quick_open.h Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-dtor] 2018-10-02 13:40:17 +02:00
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 Hide "Attach Script" if node has one 2018-10-29 22:25:52 +09:00
scene_tree_dock.h Use EditorQuickOpen dialog instead of EditorFileDialog when instancing a child scene. 2018-10-16 22:19:51 -07:00
scene_tree_editor.cpp If using relationship lines (now default) hide guides. 2018-11-18 22:00:31 -03:00
scene_tree_editor.h
script_create_dialog.cpp
script_create_dialog.h
script_editor_debugger.cpp Ensure array and dict editors show edited object IDs, fixes #20225 2018-11-21 22:10:58 -03:00
script_editor_debugger.h
SCsub
settings_config_dialog.cpp Move "Dialog Bounds" from the Editor Settings to project's metadata 2018-12-04 13:55:24 -02:00
settings_config_dialog.h
spatial_editor_gizmos.cpp Fixing warnings generated by MSVC 2018-10-19 11:45:24 +02:00
spatial_editor_gizmos.h