godot/editor
Marcelo Fernandez 95004aafb2 Fix use64 used without being initialized
(cherry picked from commit 9b4d23e898)
2018-04-28 23:06:24 +02:00
..
collada Fix typos in code and docs with codespell 2018-01-18 22:01:42 +01:00
doc Refactor version macros and fix related bugs 2018-02-24 01:34:34 +01:00
fileserver Display set_nodelay to GDScript 2018-02-04 20:02:04 +01:00
icons Fix broken hover/select coloring of keys in animation editor 2018-04-28 16:07:03 +02:00
import Fix skeleton import from glTF 2018-04-28 20:24:43 +02:00
plugins Fix theme editor sample widgets 2018-04-28 22:19:54 +02:00
translations i18n: Sync translation templates with current source 2018-03-03 10:58:19 +01:00
animation_editor.cpp Fix broken hover/select coloring of keys in animation editor 2018-04-28 16:07:03 +02:00
animation_editor.h
array_property_edit.cpp
array_property_edit.h
code_editor.cpp Fix find/replace bar 2018-01-18 09:08:01 +09:00
code_editor.h Fix find/replace bar 2018-01-18 09:08:01 +09:00
connections_dialog.cpp
connections_dialog.h
create_dialog.cpp Select root node if search_box is empty in create_dialog 2018-02-19 20:47:44 +01:00
create_dialog.h
dependency_editor.cpp Fix typos in code and docs with codespell 2018-01-18 22:01:42 +01:00
dependency_editor.h
dictionary_property_edit.cpp Fix typos with codespell 2018-02-22 12:17:06 +01:00
dictionary_property_edit.h
editor_about.cpp
editor_about.h
editor_asset_installer.cpp
editor_asset_installer.h
editor_audio_buses.cpp EditorAudioBus: expand effects list 2018-03-28 23:36:58 +02:00
editor_audio_buses.h
editor_autoload_settings.cpp Fix column width on AutoLoad table on hidpi displays 2018-04-28 16:28:47 +02:00
editor_autoload_settings.h
editor_data.cpp
editor_data.h
editor_dir_dialog.cpp
editor_dir_dialog.h
editor_export.cpp Fix use64 used without being initialized 2018-04-28 23:06:24 +02:00
editor_export.h Fix use64 used without being initialized 2018-04-28 23:06:24 +02:00
editor_file_dialog.cpp Icons update 2018-02-22 12:02:02 +01:00
editor_file_dialog.h Fixes open button not appearing with multiple selection 2018-02-19 22:13:44 +01:00
editor_file_system.cpp Added error checks for fscache saving 2018-04-15 01:17:01 +02:00
editor_file_system.h
editor_fonts.cpp Add an hinting mode setting to DynamicFonts 2018-03-28 22:56:04 +02:00
editor_fonts.h
editor_help.cpp Fix for a possible compile error under OS X 2018-02-19 22:24:57 +01:00
editor_help.h Fix for a possible compile error under OS X 2018-02-19 22:24:57 +01:00
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 Prevented external editor from running multiple times 2018-04-28 17:47:23 +02:00
editor_node.h Added an auto quit and auto build flag to the command line options. 2018-02-21 21:56:37 +01:00
editor_path.cpp
editor_path.h
editor_plugin_settings.cpp Remove unused variable from plugin settings update 2018-02-19 23:15:56 +01:00
editor_plugin_settings.h
editor_plugin.cpp Add a function to remove controls from containers 2018-02-19 22:18:22 +01:00
editor_plugin.h Add a function to remove controls from containers 2018-02-19 22:18:22 +01:00
editor_profiler.cpp
editor_profiler.h
editor_resource_preview.cpp Clean up some bad words from code comments 2018-02-22 12:22:41 +01: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 Added error checks for fscache saving 2018-04-15 01:17:01 +02:00
editor_settings.h Fix inconsistencies and typos in argument names 2018-02-04 20:10:13 +01:00
editor_sub_scene.cpp Fix inconsistencies and typos in argument names 2018-02-04 20:10:13 +01:00
editor_sub_scene.h Fix inconsistencies and typos in argument names 2018-02-04 20:10:13 +01:00
editor_themes.cpp Add radio-button-looking entries to PopupMenu 2018-04-28 22:16:25 +02:00
editor_themes.h
export_template_manager.cpp Fix version.txt validation logic for export templates .tpz 2018-02-25 15:29:28 +01:00
export_template_manager.h
file_type_cache.cpp
file_type_cache.h
filesystem_dock.cpp Added a check for trailing dot when creating folder. 2018-03-28 23:50:29 +02:00
filesystem_dock.h Expand project root directory on editor start 2018-02-04 20:09:26 +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
project_export.h
project_manager.cpp skip demo download prompt if ssl is unavailable 2018-04-14 20:44:54 +02:00
project_manager.h Fix typos in code and docs with codespell 2018-01-18 22:01:42 +01:00
project_settings_editor.cpp Fix non-valid characters for input_action 2018-04-28 17:07:20 +02:00
project_settings_editor.h Fix UX with project settings search functionality 2018-02-19 22:13:45 +01:00
property_editor.cpp Re-enabled type icons. 2018-02-19 20:48:36 +01: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 Fixed some popups not shrinking their size back when losing items. 2018-04-28 19:59:37 +02:00
scene_tree_dock.h
scene_tree_editor.cpp Draw relationship line on scene tree dock if option is on 2018-03-28 22:06:01 +02:00
scene_tree_editor.h
script_create_dialog.cpp Mono: Avoid invalid class names. 2018-04-15 00:48:11 +02:00
script_create_dialog.h
script_editor_debugger.cpp Don't print error message when select debugger stacks if the debugger is stopped. 2018-03-28 22:09:16 +02:00
script_editor_debugger.h Fix #16543 (add button to copy error from debugger) 2018-02-19 22:17:26 +01:00
SCsub
settings_config_dialog.cpp Fix all categories unfold when one key binding is changed 2018-04-28 17:52:20 +02:00
settings_config_dialog.h
spatial_editor_gizmos.cpp Draw the Camera gizmo more accurately 2018-02-19 22:13:45 +01:00
spatial_editor_gizmos.h Fix inconsistencies and typos in argument names 2018-02-04 20:10:13 +01:00