godot/editor
QbieShay 9de3924fea fixed visibility toggle with node selection
before this PR toggling visibility of not selected nodes would toggle
the visibility of the whole selection.
This PR changes this behaviour, so if visibility is toggled on a node
that it is not selected, the visibility toggle will happen only on this
node.
No changes to the behaviour of when one of the selected nodes has
visibility toggled: they still toggle all together
2018-10-14 19:33:34 +02:00
..
collada SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
doc Fix some warnings raised by MSVC 2017 2018-10-03 17:34:56 +02:00
fileserver SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
icons Added noise texture icon, fixes #22704 2018-10-05 19:20:18 +02:00
import Baker fixes 2018-10-07 11:18:44 -03:00
plugins TileSetEditor: Don't crash when adding invalid files 2018-10-11 17:15:01 +02:00
translations Misc. typos 2018-09-12 21:39:17 -04:00
SCsub SCons: Remove avoidable defines from main env's CPPPATH 2018-10-01 11:59:22 +02:00
animation_bezier_editor.cpp Refactor editor icon retrieval 2018-09-14 09:27:56 -05:00
animation_bezier_editor.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
animation_track_editor.cpp Fix warnings about unused variables [-Wunused-variable] 2018-09-27 16:25:24 +02:00
animation_track_editor.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
animation_track_editor_plugins.cpp Add missing copyright headers 2018-08-29 22:41:17 +02:00
animation_track_editor_plugins.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
array_property_edit.cpp
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 Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
code_editor.cpp Fix find-in-files and go-to-line dialog (partially) 2018-09-18 22:07:13 +07:00
code_editor.h Added system for GDScript warnings 2018-08-10 16:00:47 -03:00
connections_dialog.cpp Automatically add extra args to func when creating it from create signal window 2018-09-16 21:01:17 +02:00
connections_dialog.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
create_dialog.cpp Deselect recents when selecting favorites and vice versa in Create Node. 2018-10-04 22:31:48 +02:00
create_dialog.h Add toggle for favorites in create_root_dialog. 2018-08-08 12:15:42 -05:00
dependency_editor.cpp Merge pull request #21426 from groud/add_files_to_tree_view 2018-09-20 18:32:13 +02:00
dependency_editor.h remove favorited dirs if original dir deleted 2018-05-02 08:57:56 +08:00
dictionary_property_edit.cpp
dictionary_property_edit.h
editor_about.cpp Remove unnecessary "OK"s text settings 2018-09-15 21:40:50 -03:00
editor_about.h GDScript access to copyright, license, author and donor information. 2018-05-19 00:40:16 +01:00
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 Refactor editor icon retrieval 2018-09-14 09:27:56 -05:00
editor_audio_buses.h
editor_autoload_settings.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
editor_autoload_settings.h Only add autoloads in editor if they have tool scripts 2018-05-22 13:26:13 -03:00
editor_builders.py Bundle SSL certs with the templates. 2018-09-15 10:54:00 +02:00
editor_data.cpp Refactor editor icon retrieval 2018-09-14 09:27:56 -05:00
editor_data.h Refactor editor icon retrieval 2018-09-14 09:27:56 -05:00
editor_dir_dialog.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
editor_dir_dialog.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
editor_export.cpp Fix #22588: missing preset save after removing a export preset. 2018-10-03 13:40:16 -04:00
editor_export.h Fix mismatched class/struct definition warnings [-Wmismatched-tags] 2018-10-01 17:02:47 +02:00
editor_file_dialog.cpp Remove redundant "== false" code 2018-10-06 16:20:41 -04:00
editor_file_dialog.h Add thumnails to the tree view 2018-09-14 10:14:33 +02:00
editor_file_system.cpp Fixes to baker, restored xatlas and fixed bake options. 2018-10-05 19:00:32 -03:00
editor_file_system.h Fixes to baker, restored xatlas and fixed bake options. 2018-10-05 19:00:32 -03:00
editor_fonts.cpp Fix warning about functions defined but not used [-Wunused-function] 2018-09-29 22:26:12 +02:00
editor_fonts.h
editor_help.cpp Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-dtor] 2018-10-02 13:40:17 +02:00
editor_help.h Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-dtor] 2018-10-02 13:40:17 +02:00
editor_inspector.cpp Fix inspector color when theme changed 2018-10-05 21:37:26 +03:00
editor_inspector.h Replace last occurrences of PropertyEditor by EditorInspector 2018-09-11 16:09:19 +02:00
editor_log.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
editor_log.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
editor_name_dialog.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
editor_name_dialog.h
editor_node.cpp Revert "Make KEY_ESCAPE close all output/debugger docks on bottom" 2018-10-07 11:10:13 +02:00
editor_node.h Reflection probe support in GLES2 back-end. 2018-09-28 16:42:47 -03:00
editor_path.cpp Refactor editor icon retrieval 2018-09-14 09:27:56 -05:00
editor_path.h
editor_plugin.cpp Fix warnings for comparison between signed and unsigned integers [-Wsign-compare] 2018-09-27 16:25:23 +02:00
editor_plugin.h Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
editor_plugin_settings.cpp Add EditorPlugin descriptions to their tooltip 2018-09-14 12:21:09 -05:00
editor_plugin_settings.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
editor_profiler.cpp Remove redundant "== false" code 2018-10-06 16:20:41 -04:00
editor_profiler.h Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
editor_properties.cpp Merge pull request #22915 from fire/visuals-shader-colour-constant-22906 2018-10-11 17:59:35 +02:00
editor_properties.h Fix inspector preview 2018-10-07 10:41:56 -03:00
editor_properties_array_dict.cpp Fix warnings about uninitialized vars [-Wsometimes-uninitialized] 2018-10-01 17:33:08 +02:00
editor_properties_array_dict.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
editor_resource_preview.cpp Bugfixes on the filesystem dock 2018-09-14 13:59:19 +02:00
editor_resource_preview.h Add thumnails to the tree view 2018-09-14 10:14:33 +02:00
editor_run.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
editor_run.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
editor_run_native.cpp
editor_run_native.h
editor_run_script.cpp
editor_run_script.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
editor_scale.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
editor_scale.h
editor_sectioned_inspector.cpp Add missing copyright headers 2018-08-29 22:41:17 +02:00
editor_sectioned_inspector.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
editor_settings.cpp Remove "Doc Path" setting 2018-10-02 22:17:31 -03:00
editor_settings.h Fixes favorites not updating and rename favorite_dirs to favorites 2018-09-18 14:02:59 +02:00
editor_spin_slider.cpp Merge pull request #21982 from luzpaz/misc-typos 2018-09-13 10:59:00 +02:00
editor_spin_slider.h -Add Expression class, used to evaluate expressions 2018-08-08 17:35:23 -03:00
editor_sub_scene.cpp Refactor editor icon retrieval 2018-09-14 09:27:56 -05:00
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 Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
export_template_manager.h Remove cached .tpz archive after templates download and install 2018-08-13 12:46:02 +02:00
file_type_cache.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
file_type_cache.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
filesystem_dock.cpp 22586: Dragging file icon on to another file causes "Error Moving" in FileSystem dock 2018-10-04 20:38:36 +01:00
filesystem_dock.h Adds the display of the favorites into the file list 2018-09-30 15:32:57 +02:00
find_in_files.cpp Improve the editor's Find in Files function 2018-10-09 00:00:51 +02:00
find_in_files.h Fix find-in-files and go-to-line dialog (partially) 2018-09-18 22:07:13 +07:00
groups_editor.cpp Refactor editor icon retrieval 2018-09-14 09:27:56 -05:00
groups_editor.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
import_dock.cpp Port ImportDock and ProjectExport to new property editor (2nd try) 2018-08-20 10:07:06 +02:00
import_dock.h Port ImportDock and ProjectExport to new property editor (2nd try) 2018-08-20 10:07:06 +02:00
inspector_dock.cpp Fix inspector color when theme changed 2018-10-05 21:37:26 +03:00
inspector_dock.h Fix inspector color when theme changed 2018-10-05 21:37:26 +03:00
multi_node_edit.cpp Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to core/math/ 2018-09-23 14:58:15 +02:00
multi_node_edit.h
node_dock.cpp
node_dock.h
output_strings.cpp Perfect FreeType-based outlines for DynamicFonts 2018-05-08 13:45:24 +07:00
output_strings.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
pane_drag.cpp
pane_drag.h
plugin_config_dialog.cpp PluginConfigDialog: pass subfolder name instead of plugin name on creation 2018-10-02 22:15:13 +02:00
plugin_config_dialog.h Add PluginConfigDialog, EditorPluginSettings GUI 2018-07-26 10:12:05 -05:00
progress_dialog.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
progress_dialog.h
project_export.cpp Remove redundant "== false" code 2018-10-06 16:20:41 -04:00
project_export.h ExportDialog: Validate path before allowing export 2018-08-31 11:19:13 +02:00
project_manager.cpp Project manager: remove projects with delete key 2018-10-02 11:28:18 +02:00
project_manager.h Add clear text button to LineEdit 2018-08-11 12:04:26 +02:00
project_settings_editor.cpp ProjectSettings: Fix InputMap editor on HiDPI 2018-09-14 18:11:55 +02:00
project_settings_editor.h Merge pull request #19837 from willnationsdev/plugin-utilities 2018-08-15 11:42:51 +02:00
property_editor.cpp Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to core/math/ 2018-09-23 14:58:15 +02:00
property_editor.h Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to core/math/ 2018-09-23 14:58:15 +02:00
property_selector.cpp Refactor editor icon retrieval 2018-09-14 09:27:56 -05:00
property_selector.h Entirely new (and much improved) animation editor. 2018-06-07 12:52:00 -03:00
pvrtc_compress.cpp Fix warning about functions defined but not used [-Wunused-function] 2018-09-29 22:26:12 +02:00
pvrtc_compress.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
quick_open.cpp Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-dtor] 2018-10-02 13:40:17 +02: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 Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
rename_dialog.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
reparent_dialog.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
reparent_dialog.h
run_settings_dialog.cpp
run_settings_dialog.h
scene_tree_dock.cpp Fix more "may be used initialized" warnings from GCC 7 2018-10-04 18:54:20 +02:00
scene_tree_dock.h Add a shortcut to the documentation in the scene tree RMB menu 2018-10-03 11:25:18 +02:00
scene_tree_editor.cpp fixed visibility toggle with node selection 2018-10-14 19:33:34 +02:00
scene_tree_editor.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
script_create_dialog.cpp Prevent built-in-scripts from being made from FileSystem dock 2018-09-23 17:38:59 +02:00
script_create_dialog.h Prevent built-in-scripts from being made from FileSystem dock 2018-09-23 17:38:59 +02:00
script_editor_debugger.cpp Cleaned up/Fixed some bugs in the remote inspector code. 2018-10-04 15:13:44 +02:00
script_editor_debugger.h Add expand/collapse all buttons for the "Errors" tab 2018-09-12 23:53:10 -03:00
settings_config_dialog.cpp Fix warnings about uninitialized vars [-Wsometimes-uninitialized] 2018-10-01 17:33:08 +02:00
settings_config_dialog.h Add clear text button to LineEdit 2018-08-11 12:04:26 +02:00
spatial_editor_gizmos.cpp Fix more "may be used initialized" warnings from GCC 7 2018-10-04 18:54:20 +02:00
spatial_editor_gizmos.h Move ParticlesMaterial code to its own resource file 2018-09-04 11:32:56 +02:00