godot/editor
Rémi Verschelde 3b8bd50b41
Merge pull request #18894 from volzhs/fix-toggle-visibility
Respect visibility change by Scene dock when using Sync Scene Changes
2018-05-15 17:34:02 +02:00
..
collada Fixes logically dead code (Coverity) 2018-04-21 22:35:23 +08:00
doc Fix crash on editor startup when running with platform=server 2018-05-11 11:20:27 -07:00
fileserver Display set_nodelay to GDScript 2018-01-30 13:22:15 -02:00
icons Thumbnail overlay for videos in AssetLib 2018-05-11 23:43:59 +03:00
import Use mimetype according to glTF spec. 2018-05-10 23:21:05 +02:00
plugins Fixes hovered Nodes2D display in the editor (remove duplicates) 2018-05-15 09:37:23 +02:00
translations i18n: Sync translation templates with current source 2018-05-03 11:27:01 +02:00
animation_editor.cpp Numerous changes to the Animation Editor. 2018-04-26 22:58:30 -03:00
animation_editor.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
array_property_edit.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
array_property_edit.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
code_editor.cpp TextEdit word wrap 2018-05-14 16:17:48 -04:00
code_editor.h Merge pull request #16241 from Chaosus/zoomlabel 2018-02-19 21:35:11 +01:00
connections_dialog.cpp Added disconnect_all and edit functionality to ConnectionsDock. 2018-04-29 23:51:36 -07:00
connections_dialog.h Added disconnect_all and edit functionality to ConnectionsDock. 2018-04-29 23:51:36 -07:00
create_dialog.cpp Adjust default editor popup sizes 2018-05-05 12:09:56 +10:00
create_dialog.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
dependency_editor.cpp fix for removing files 2018-05-11 21:37:08 +02:00
dependency_editor.h remove favorited dirs if original dir deleted 2018-05-02 08:57:56 +08: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 Update icons when theme changed 2018-02-25 23:04:16 +07:00
editor_about.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_asset_installer.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_asset_installer.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_audio_buses.cpp Change ".." punctuation for "..." in editor strings (#16507) 2018-04-22 19:36:01 +02:00
editor_audio_buses.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_autoload_settings.cpp Enable autoload in editor 2018-05-01 11:44:08 -03:00
editor_autoload_settings.h Enable autoload in editor 2018-05-01 11:44:08 -03:00
editor_data.cpp Merge pull request #15928 from StateOff/feature_batch_rename 2018-05-08 07:36:24 +02:00
editor_data.h Merge pull request #15928 from StateOff/feature_batch_rename 2018-05-08 07:36:24 +02:00
editor_dir_dialog.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_dir_dialog.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_export.cpp Merge pull request #18455 from neikeq/export-pck-zip-debug 2018-04-29 18:29:32 +02:00
editor_export.h Merge pull request #18455 from neikeq/export-pck-zip-debug 2018-04-29 18:29:32 +02:00
editor_file_dialog.cpp Merge pull request #17059 from Jason0214/BugFix_favorite_updating 2018-05-02 10:53:31 +02:00
editor_file_dialog.h Fixes open button not appearing with multiple selection 2018-01-31 16:25:42 -02:00
editor_file_system.cpp Merge pull request #17420 from marcelofg55/fscache_err_checks 2018-03-14 09:21:31 +01:00
editor_file_system.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_fonts.cpp added bold font to editor (support for coustom bold font) 2018-04-19 22:00:58 +02:00
editor_fonts.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_help.cpp Change from "search dialog" to "search bar" on help screen 2018-05-08 12:19:32 +00:00
editor_help.h Change from "search dialog" to "search bar" on help screen 2018-05-08 12:19:32 +00:00
editor_initialize_ssl.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_initialize_ssl.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_log.cpp Show error icon at "Output" in case of errors 2018-03-11 14:20:32 +01:00
editor_log.h Show error icon at "Output" in case of errors 2018-03-11 14:20:32 +01:00
editor_name_dialog.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_name_dialog.h Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
editor_node.cpp Allow exporting runnable presets from command line 2018-05-10 20:17:51 +02:00
editor_node.h Drag to rearrange Tabs and TabContainer 2018-04-08 20:23:37 -04:00
editor_path.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_path.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_plugin.cpp Merge pull request #15640 from willnationsdev/resource-saved-signal 2018-05-07 15:07:32 +02:00
editor_plugin.h Merge pull request #15640 from willnationsdev/resource-saved-signal 2018-05-07 15:07:32 +02:00
editor_plugin_settings.cpp Remove unused variable from plugin settings update 2018-02-13 18:33:51 -02:00
editor_plugin_settings.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_profiler.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_profiler.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_resource_preview.cpp Clean up some bad words from code comments 2018-02-17 16:00:39 +03:00
editor_resource_preview.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_run.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_run.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01: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 Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_scale.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_scale.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_settings.cpp TextEdit word wrap 2018-05-14 16:17:48 -04:00
editor_settings.h Merge pull request #15399 from poke1024/load-one-translation 2018-02-14 17:04:44 +01:00
editor_sub_scene.cpp Fix inconsistencies and typos in argument names 2018-02-01 16:47:20 +01: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 #18183 from Paulb23/gdscript_highlighter_inital_changes 2018-05-10 01:25:51 +02:00
editor_themes.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
export_template_manager.cpp Change ".." punctuation for "..." in editor strings (#16507) 2018-04-22 19:36:01 +02:00
export_template_manager.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
file_type_cache.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
file_type_cache.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
filesystem_dock.cpp Merge pull request #18471 from TheYokai/new_script_context_option 2018-05-05 06:52:37 +02:00
filesystem_dock.h Basic 'new script' feature added to File System browser 2018-04-27 22:55:48 -07:00
find_in_files.cpp Fix Find in Files: 2018-05-01 22:07:16 +02:00
find_in_files.h Added find & replace in files 2018-02-19 22:38:58 +01:00
groups_editor.cpp Added multi group editor dialog, issue 13997 2018-04-15 19:42:48 +01:00
groups_editor.h Added multi group editor dialog, issue 13997 2018-04-15 19:42:48 +01:00
import_dock.cpp Change ".." punctuation for "..." in editor strings (#16507) 2018-04-22 19:36:01 +02:00
import_dock.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
multi_node_edit.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01: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 Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01: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
progress_dialog.cpp -Remove color operator clamping, which is unnecesary. Fixes #15184, fixes #14686. 2018-01-12 00:08:32 -03:00
progress_dialog.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
project_export.cpp Adjust default editor popup sizes 2018-05-05 12:09:56 +10:00
project_export.h Make 'Export PCK/ZIP' work well with EditorExportPlugin 2018-04-26 23:21:05 +02:00
project_manager.cpp Disable 'run' button if any project not selected and tiny refactoring 2018-05-09 19:13:53 +03:00
project_manager.h Add show path button to project manager 2018-02-19 21:56:28 +01:00
project_settings_editor.cpp Merge pull request #18610 from homer666/editor-popup-adjustments 2018-05-07 12:09:49 -03:00
project_settings_editor.h Allow actions to provide an analog value 2018-04-16 23:20:43 +02:00
property_editor.cpp Merge pull request #16418 from bojidar-bg/15961-gdscript-array-export 2018-05-03 21:19:15 +02:00
property_editor.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
property_selector.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
property_selector.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
pvrtc_compress.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
pvrtc_compress.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
quick_open.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
quick_open.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
register_exporters.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
rename_dialog.cpp Implements "Batch Rename" editor tool. 2018-01-22 00:43:19 -05:00
rename_dialog.h Implements "Batch Rename" editor tool. 2018-01-22 00:43:19 -05:00
reparent_dialog.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01: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 Merge pull request #15928 from StateOff/feature_batch_rename 2018-05-08 07:36:24 +02:00
scene_tree_dock.h Merge pull request #15928 from StateOff/feature_batch_rename 2018-05-08 07:36:24 +02:00
scene_tree_editor.cpp Respect visibility change by Scene dock when using Sync Scene Changes 2018-05-15 23:13:48 +09:00
scene_tree_editor.h Respect visibility change by Scene dock when using Sync Scene Changes 2018-05-15 23:13:48 +09:00
script_create_dialog.cpp Merge pull request #17388 from Hinsbart/mono_class_name 2018-03-15 19:47:39 +01:00
script_create_dialog.h Update icons when theme changed 2018-02-25 23:04:16 +07:00
script_editor_debugger.cpp Merge pull request #16893 from GodotExplorer/debugger-improvement-3 2018-05-07 16:41:34 -03:00
script_editor_debugger.h Save runtime node as scene from the remote scene tree. 2018-02-22 10:00:13 +08:00
SCsub Merge pull request #17440 from viktor-ferenczi/issue-5042 2018-03-13 11:49:58 +01:00
settings_config_dialog.cpp Adjust default editor popup sizes 2018-05-05 12:09:56 +10:00
settings_config_dialog.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
spatial_editor_gizmos.cpp Implemented ragdoll 2018-05-07 21:03:16 +02:00
spatial_editor_gizmos.h Implemented ragdoll 2018-05-07 21:03:16 +02:00