godot/tools/editor
2015-04-08 01:11:50 -03:00
..
fileserver
icons Merge pull request #836 from adolson/new-default-project-icon 2015-04-07 20:25:33 -03:00
io_plugins fixed re-import of scene when new nodes are added, fixes #1620 2015-04-08 01:11:50 -03:00
plugins Merge pull request #1569 from sanikoyes/Pr-sort-sample-library 2015-04-07 20:17:16 -03:00
animation_editor.cpp -Completely removed EmptyControl (but added fallback), closes #1017 2015-01-03 17:24:16 -03:00
animation_editor.h -Completely removed EmptyControl (but added fallback), closes #1017 2015-01-03 17:24:16 -03:00
call_dialog.cpp SceneMainLoop -> SceneTree 2014-11-05 21:20:42 -03:00
call_dialog.h
code_editor.cpp -make sure selected font is applied on load (#1050) 2015-01-02 13:38:31 -03:00
code_editor.h New Code Completion 2014-12-16 22:31:57 -03:00
connections_dialog.cpp Area2D can now detect overlap with other areas 2015-03-17 00:45:25 -03:00
connections_dialog.h
console.cpp SceneMainLoop -> SceneTree 2014-11-05 21:20:42 -03:00
console.h
create_dialog.cpp SceneMainLoop -> SceneTree 2014-11-05 21:20:42 -03:00
create_dialog.h
default_saver.cpp
default_saver.h
doc_code_font.h
doc_font.h
doc_title_font.h
editor_data.cpp SceneMainLoop -> SceneTree 2014-11-05 21:20:42 -03:00
editor_data.h
editor_dir_dialog.cpp New option to show/hide hidden files 2015-03-21 18:33:32 +01:00
editor_dir_dialog.h
editor_file_system.cpp 3D Import Import & UDP 2014-11-12 11:23:23 -03:00
editor_file_system.h 3D Import Import & UDP 2014-11-12 11:23:23 -03:00
editor_fonts.cpp
editor_fonts.h
editor_help.cpp makes_editorhelp_uses_editor_settings_bg_color 2015-03-26 15:45:53 +01:00
editor_help.h
editor_icons.h
editor_import_export.cpp Merge branch 'master' of https://github.com/okamstudio/godot 2015-03-03 14:41:36 -03:00
editor_import_export.h Merge branch 'master' of https://github.com/okamstudio/godot 2015-03-03 14:41:36 -03:00
editor_log.cpp -Completely removed EmptyControl (but added fallback), closes #1017 2015-01-03 17:24:16 -03:00
editor_log.h -Completely removed EmptyControl (but added fallback), closes #1017 2015-01-03 17:24:16 -03:00
editor_node.cpp crash bug solved, fixes #1560 2015-03-23 13:44:03 -03:00
editor_node.h New Navigation & Pathfinding support for 2D 2015-02-14 12:10:15 -03:00
editor_path.cpp
editor_path.h
editor_plugin.cpp 2D shader progress 2015-01-11 20:52:42 -03:00
editor_plugin.h 2D shader progress 2015-01-11 20:52:42 -03:00
editor_reimport_dialog.cpp
editor_reimport_dialog.h
editor_run_native.cpp SceneMainLoop -> SceneTree 2014-11-05 21:20:42 -03:00
editor_run_native.h
editor_run_script.cpp
editor_run_script.h
editor_run.cpp
editor_run.h
editor_selection.cpp
editor_selection.h
editor_settings.cpp New option to show/hide hidden files 2015-03-21 18:33:32 +01:00
editor_settings.h
editor_sub_scene.cpp
editor_sub_scene.h
editor_vu.cpp
editor_vu.h
file_type_cache.cpp
file_type_cache.h
groups_editor.cpp SceneMainLoop -> SceneTree 2014-11-05 21:20:42 -03:00
groups_editor.h
import_settings.cpp SceneMainLoop -> SceneTree 2014-11-05 21:20:42 -03:00
import_settings.h
optimized_save_dialog.cpp
optimized_save_dialog.h
output_strings.cpp SceneMainLoop -> SceneTree 2014-11-05 21:20:42 -03:00
output_strings.h
pane_drag.cpp
pane_drag.h
progress_dialog.cpp -Completely removed EmptyControl (but added fallback), closes #1017 2015-01-03 17:24:16 -03:00
progress_dialog.h
project_export.cpp -Completely removed EmptyControl (but added fallback), closes #1017 2015-01-03 17:24:16 -03:00
project_export.h -Completely removed EmptyControl (but added fallback), closes #1017 2015-01-03 17:24:16 -03:00
project_manager.cpp Fix invaild path error text in project manager when no path is entered 2015-01-06 11:46:47 -07:00
project_manager.h
project_settings.cpp SceneMainLoop -> SceneTree 2014-11-05 21:20:42 -03:00
project_settings.h
property_editor.cpp Camel casing being capitalized only happens in the inspector now. 2015-03-23 00:08:07 -05:00
property_editor.h -fixed bug on focus capture, now respets line/text edit 2015-01-03 15:39:01 -03:00
pvrtc_compress.cpp Added a PVRTC encoder for iOS 2015-04-06 21:48:20 -03:00
pvrtc_compress.h
quick_open.cpp SceneMainLoop -> SceneTree 2014-11-05 21:20:42 -03:00
quick_open.h
register_exporters.h
reparent_dialog.cpp SceneMainLoop -> SceneTree 2014-11-05 21:20:42 -03:00
reparent_dialog.h
resources_dock.cpp SceneMainLoop -> SceneTree 2014-11-05 21:20:42 -03:00
resources_dock.h
run_settings_dialog.cpp
run_settings_dialog.h
scene_tree_dock.cpp New node will be added to root node if nothing is selected 2015-03-31 20:26:38 +02:00
scene_tree_dock.h Fixed a bug where a user could add a cyclical dependency, causing a crash. 2015-01-19 15:47:50 -05:00
scene_tree_editor.cpp SceneMainLoop -> SceneTree 2014-11-05 21:20:42 -03:00
scene_tree_editor.h
scenes_dock.cpp SceneMainLoop -> SceneTree 2014-11-05 21:20:42 -03:00
scenes_dock.h
scenes.cpp
scenes.h
script_create_dialog.cpp
script_create_dialog.h
script_editor_debugger.cpp Fix process being debugged has exited pop up #1128 2015-01-08 09:14:56 -07:00
script_editor_debugger.h
SCsub
settings_config_dialog.cpp SceneMainLoop -> SceneTree 2014-11-05 21:20:42 -03:00
settings_config_dialog.h
spatial_editor_gizmos.cpp Bug Fixes 2014-11-02 11:31:01 -03:00
spatial_editor_gizmos.h Build System Changes 2014-10-07 01:31:49 -03:00