godot/editor
Poommetee Ketson 7376798a85
Merge pull request #12635 from poke1024/line2d-poly-editor
Use AbstractPolygon2DEditor for Line2D
2017-11-06 09:11:58 +07:00
..
collada Cleanup unnecessary debug prints 2017-10-21 20:41:07 +02:00
doc Added String::dedent() to remove text indentation 2017-11-01 07:20:20 +08:00
fileserver
icons adds alternative editing of nodes: you can select nodes, use del to delete nodes, and split edges by simply clicking into edge 2017-10-23 19:01:14 +02:00
import Restores functionality of the use_compression flag in the Collada importer. 2017-11-01 00:01:24 +00:00
plugins Use AbstractPolygon2DEditor for Line2D 2017-11-04 20:26:38 +01:00
translations Fix typo in project manager 2017-10-29 18:48:42 +01:00
animation_editor.cpp
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 Merge pull request #12640 from poke1024/createnode-ui 2017-11-05 11:51:59 +01:00
create_dialog.h Fixes random sorting order in Create New Node dialog 2017-11-04 19:01:01 +01:00
dependency_editor.cpp Merge pull request #12031 from NathanWarden/export_cancel_to_done 2017-10-21 00:15:48 +02:00
dependency_editor.h
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
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
editor_fonts.h
editor_help.cpp Docs cosmetics: add more space to Signals, Enumerations, Constants; 2017-11-04 14:09:45 +01: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.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_plugin_settings.cpp
editor_plugin_settings.h
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.cpp
editor_run.h
editor_run_native.cpp
editor_run_native.h
editor_run_script.cpp
editor_run_script.h
editor_scale.cpp
editor_scale.h
editor_settings.cpp Some more harmonization of EditorSettings code 2017-10-31 23:36:03 +01:00
editor_settings.h Some more harmonization of EditorSettings code 2017-10-31 23:36:03 +01: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 Change URL of the mirror list 2017-11-04 20:08:13 +02:00
export_template_manager.h -Modules can now add custom version info (added it for Mono) 2017-11-01 23:13:27 -03:00
file_type_cache.cpp
file_type_cache.h
filesystem_dock.cpp Fix to issue #12554, due to error in refactoring in PR #10261 2017-11-01 11:31:13 +00:00
filesystem_dock.h Make file system dock more user friendly. 2017-10-22 15:41:52 +01:00
groups_editor.cpp
groups_editor.h
import_dock.cpp
import_dock.h
multi_node_edit.cpp
multi_node_edit.h
node_dock.cpp
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
project_manager.cpp Fix typo in project manager 2017-10-29 18:48:42 +01:00
project_manager.h Add language option button to project manager 2017-10-26 14:40:07 -05:00
project_settings_editor.cpp Clear text when a new action is added Project Settings Input Map 2017-10-31 12:59:30 -04:00
project_settings_editor.h ProjectSettings: show error msg in a label instead 2017-10-28 09:35:09 +07:00
property_editor.cpp Fixed interface scaling issues with editor action button and value editor popovers 2017-10-27 19:22:52 -05: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 Use node name as default filename when attaching script. 2017-10-31 09:47:38 +01:00
scene_tree_dock.h
scene_tree_editor.cpp
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
settings_config_dialog.h
spatial_editor_gizmos.cpp
spatial_editor_gizmos.h