godot/editor
Rémi Verschelde 847c55bcb1 Merge pull request #12365 from neikeq/p
Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog
2017-10-24 18:59:26 +02:00
..
collada Cleanup unnecessary debug prints 2017-10-21 20:41:07 +02:00
doc
fileserver
icons Improved viewport zoom and speed icons 2017-10-17 17:10:34 -05:00
import Cleanup unnecessary debug prints 2017-10-21 20:41:07 +02:00
plugins Finished transition of Patch9Rect to NinePatchRect 2017-10-24 13:01:45 +07:00
translations i18n: Sync translation templates with current source 2017-10-21 12:04:36 +02:00
animation_editor.cpp Add ability to type easing value for key transition 2017-10-15 03:14:13 +02:00
animation_editor.h
array_property_edit.cpp
array_property_edit.h
code_editor.cpp Added setting to toggle current line highlighting 2017-10-22 13:42:08 +01:00
code_editor.h
connections_dialog.cpp
connections_dialog.h
create_dialog.cpp Added the set/get_setting function in Editor/Project settings. Renamed has() to has_setting. Fixes #11844 2017-10-05 15:34:34 -03:00
create_dialog.h
dependency_editor.cpp Merge pull request #12031 from NathanWarden/export_cancel_to_done 2017-10-21 00:15:48 +02:00
dependency_editor.h Rework DependencyRemoveDialog for deleting folders 2017-10-09 15:10:40 +01:00
doc_code_font.h
doc_font.h
doc_title_font.h
editor_about.cpp
editor_about.h
editor_asset_installer.cpp
editor_asset_installer.h
editor_audio_buses.cpp
editor_audio_buses.h
editor_autoload_settings.cpp Added the set/get_setting function in Editor/Project settings. Renamed has() to has_setting. Fixes #11844 2017-10-05 15:34:34 -03:00
editor_autoload_settings.h
editor_data.cpp
editor_data.h
editor_dir_dialog.cpp
editor_dir_dialog.h
editor_export.cpp Cleanup unnecessary debug prints 2017-10-21 20:41:07 +02:00
editor_export.h
editor_file_dialog.cpp FileDialog: enlarge the file list a bit 2017-10-22 09:14:11 +07:00
editor_file_dialog.h
editor_file_system.cpp Cleanup unnecessary debug prints 2017-10-21 20:41:07 +02:00
editor_file_system.h
editor_fonts.cpp Merge pull request #11646 from djrm/pr_visual_improvements 2017-10-02 23:49:44 +07:00
editor_fonts.h
editor_help.cpp Merge pull request #11407 from toger5/selection_override_color 2017-10-15 20:49:38 +02:00
editor_help.h
editor_initialize_ssl.cpp
editor_initialize_ssl.h
editor_log.cpp
editor_log.h
editor_name_dialog.cpp
editor_name_dialog.h
editor_node.cpp Fix warning message format for addon plugin 2017-10-24 05:31:26 +09:00
editor_node.h Fixes snapping and replaces the _draw_canvas by forward_canvas_draw 2017-10-18 00:01:59 +02:00
editor_path.cpp
editor_path.h
editor_plugin_settings.cpp
editor_plugin_settings.h
editor_plugin.cpp Bind unbound enums, rearrange some by value 2017-10-22 01:58:02 +07:00
editor_plugin.h Fixes snapping and replaces the _draw_canvas by forward_canvas_draw 2017-10-18 00:01:59 +02:00
editor_profiler.cpp Refactor Fixed to Physics 2017-10-21 21:28:08 +07:00
editor_profiler.h
editor_resource_preview.cpp Cleanup unnecessary debug prints 2017-10-21 20:41:07 +02:00
editor_resource_preview.h
editor_run_native.cpp
editor_run_native.h
editor_run_script.cpp
editor_run_script.h
editor_run.cpp
editor_run.h
editor_scale.cpp
editor_scale.h
editor_settings.cpp Merge pull request #12340 from homer666/orbit-inertia-toned-down 2017-10-24 09:11:50 +02:00
editor_settings.h Added the set/get_setting function in Editor/Project settings. Renamed has() to has_setting. Fixes #11844 2017-10-05 15:34:34 -03:00
editor_sub_scene.cpp
editor_sub_scene.h
editor_themes.cpp Cleanup unnecessary debug prints 2017-10-21 20:41:07 +02:00
editor_themes.h
export_template_manager.cpp
export_template_manager.h
file_type_cache.cpp
file_type_cache.h
filesystem_dock.cpp Add right click option to create folders. 2017-10-09 15:11:44 +01:00
filesystem_dock.h Add right click option to create folders. 2017-10-09 15:11:44 +01:00
groups_editor.cpp
groups_editor.h
import_dock.cpp Added the set/get_setting function in Editor/Project settings. Renamed has() to has_setting. Fixes #11844 2017-10-05 15:34:34 -03:00
import_dock.h
multi_node_edit.cpp
multi_node_edit.h
node_dock.cpp Added and improved some icons, plus some other minor visual fixes. 2017-10-12 14:43:11 -05:00
node_dock.h
output_strings.cpp
output_strings.h
pane_drag.cpp
pane_drag.h
progress_dialog.cpp
progress_dialog.h
project_export.cpp Merge pull request #12031 from NathanWarden/export_cancel_to_done 2017-10-21 00:15:48 +02:00
project_export.h Added error dialog when failing to export project 2017-10-13 00:40:19 +02:00
project_manager.cpp Merge pull request #11998 from DmitryKrutskikh/filter-input-events-in-project-manager-3-0 2017-10-11 22:31:46 +02:00
project_manager.h
project_settings_editor.cpp Added the ability to filter the list of locales in the Remap tab. 2017-10-24 01:07:40 +03:00
project_settings_editor.h Added the ability to filter the list of locales in the Remap tab. 2017-10-24 01:07:40 +03:00
property_editor.cpp keep display int if int range 2017-10-14 12:20:04 -07:00
property_editor.h
property_selector.cpp
property_selector.h
pvrtc_compress.cpp
pvrtc_compress.h
quick_open.cpp
quick_open.h
register_exporters.h
reparent_dialog.cpp
reparent_dialog.h
run_settings_dialog.cpp
run_settings_dialog.h
scene_tree_dock.cpp
scene_tree_dock.h
scene_tree_editor.cpp Added and improved some icons, plus some other minor visual fixes. 2017-10-12 14:43:11 -05:00
scene_tree_editor.h
script_create_dialog.cpp Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog 2017-10-24 15:48:58 +02:00
script_create_dialog.h Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog 2017-10-24 15:48:58 +02:00
script_editor_debugger.cpp Monitor: add checkbox to monitor list 2017-10-24 01:16:27 +07:00
script_editor_debugger.h Monitor: add checkbox to monitor list 2017-10-24 01:16:27 +07:00
SCsub Cleanup unnecessary debug prints 2017-10-21 20:41:07 +02:00
settings_config_dialog.cpp Separated Editor settings and Scene undo redo stack 2017-10-15 18:17:28 +01:00
settings_config_dialog.h Separated Editor settings and Scene undo redo stack 2017-10-15 18:17:28 +01:00
spatial_editor_gizmos.cpp Added and improved some missing icons, plus some other visual fixes. 2017-10-13 16:39:17 -05:00
spatial_editor_gizmos.h