godot/editor
2018-11-22 22:23:19 -03: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 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 #23885 from glaforte/bugfix/22848-attempt2 2018-11-22 23:30:19 +01:00
plugins Properly show 2D bone previews in 2D skeleton UV editor, fixes #20950 2018-11-22 22:23:19 -03:00
translations Misc. typos 2018-09-12 21:39:17 -04: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 AnimationPlayer, snap absolute position instead of motion. 2018-11-09 12:35:49 +01: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 Ensure array and dict editors show edited object IDs, fixes #20225 2018-11-21 22:10:58 -03:00
array_property_edit.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
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 Allows user to click on error line to jump into error. 2018-11-22 11:55:36 +03:00
code_editor.h Allows user to click on error line to jump into error. 2018-11-22 11:55:36 +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 Add more places to hide guides if relationship lines are enabled 2018-11-19 03:05:01 -02:00
create_dialog.h Add toggle for favorites in create_root_dialog. 2018-08-08 12:15:42 -05:00
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 Fix typos with codespell 2018-02-21 19:46:06 +01:00
dictionary_property_edit.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_about.cpp Removed unnecessary assignments 2018-11-17 20:40:55 -05: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 Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_audio_buses.cpp Refactor editor icon retrieval 2018-09-14 09:27:56 -05:00
editor_audio_buses.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_autoload_settings.cpp Update autoload references when moving files. 2018-10-16 18:57:21 -07: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 Check if setting exists to prevent warning 2018-11-16 15:26:55 +01: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 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 Add thumnails to the tree view 2018-09-14 10:14:33 +02:00
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 Properly reset canvas state after drawing, fixes #18860 2018-11-18 16:34:20 -03:00
editor_folding.h Automatically unfold sections of properties that someone else edited (no local info exists). 2018-10-29 17:39:17 -03:00
editor_fonts.cpp Add a property to control DynamicFont anti-aliasing 2018-11-10 22:07:32 +01:00
editor_fonts.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
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 Make the buttons in the unified help dialog not steal focus 2018-11-22 21:20:57 -02:00
editor_help_search.h Make the buttons in the unified help dialog not steal focus 2018-11-22 21:20:57 -02:00
editor_inspector.cpp Make sure inbetween lines in inspector can't be clicked, fixes #19014 2018-11-18 21:52:01 -03:00
editor_inspector.h Made AnimationPlayer timeline only advance when keyframing frame variables 2018-11-08 21:46:34 +01: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 Merge pull request #23680 from YeldhamDev/unified_help_search_revived 2018-11-22 16:16:52 +01:00
editor_node.h Merge pull request #23680 from YeldhamDev/unified_help_search_revived 2018-11-22 16:16:52 +01:00
editor_path.cpp Refactor editor icon retrieval 2018-09-14 09:27:56 -05:00
editor_path.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
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 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 Make it smarter to infer paths from history data, closes #20005 2018-11-21 09:22:47 -03: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 Ensure array and dict editors show edited object IDs, fixes #20225 2018-11-21 22:10:58 -03:00
editor_properties_array_dict.h Ensure array and dict editors show edited object IDs, fixes #20225 2018-11-21 22:10:58 -03: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 Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_run_native.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_run_script.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
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 Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
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 Merge pull request #23645 from Calinou/add-dynamicfont-antialias-option 2018-11-20 15:02:29 +01: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 Fix inconsistencies and typos in argument names 2018-02-01 16:47:20 +01:00
editor_themes.cpp Merge pull request #22700 from Calinou/increase-itemlist-popupmenu-spacing 2018-10-07 11:43:17 +02:00
editor_themes.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
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 (#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 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 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 Automatically unfold sections of properties that someone else edited (no local info exists). 2018-10-29 17:39:17 -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 Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
node_dock.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
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 Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
pane_drag.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
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 Add PluginConfigDialog, EditorPluginSettings GUI 2018-07-26 10:12:05 -05:00
progress_dialog.cpp fixed uninitialized variables and false positives found by CppCheck 2018-10-25 20:38:17 +02:00
progress_dialog.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
project_export.cpp Fix missing bind for _export_path_changed 2018-11-12 11:38:26 -03:00
project_export.h Merge pull request #23476 from marcelofg55/export_all 2018-11-09 16:55:04 +01:00
project_manager.cpp Small capitalization fixes across the editor 2018-10-26 16:11:36 -03: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 Small capitalization fixes across the editor 2018-10-26 16:11:36 -03: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 Fix error with a specific dock layout 2018-11-05 11:45:25 +09: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 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 Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
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 Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
run_settings_dialog.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
run_settings_dialog.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
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 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 Ensure array and dict editors show edited object IDs, fixes #20225 2018-11-21 22:10:58 -03:00
script_editor_debugger.h Add expand/collapse all buttons for the "Errors" tab 2018-09-12 23:53:10 -03:00
SCsub SCons: Remove avoidable defines from main env's CPPPATH 2018-10-01 11:59:22 +02: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 Fixing warnings generated by MSVC 2018-10-19 11:45:24 +02:00
spatial_editor_gizmos.h Move ParticlesMaterial code to its own resource file 2018-09-04 11:32:56 +02:00