godot/editor
Hugo Locurcio b31f6f78a3
Display 2 decimals instead of 1 in editor frametime labels
When comparing different graphics settings or optimizations,
this makes precise measurements and frametime comparisons easier.

This also makes the editor FPS display use `pad_decimals()`
for consistency with the implementation in `master`.
2021-11-09 17:20:59 +01:00
..
collada clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
doc Ignore OS specific values (constants, project settings, properties) 2021-10-10 23:40:32 +03:00
fileserver
icons Tweak animation editor icon colors for easier visual grepping 2021-11-08 21:58:11 +01:00
import Fix crash in ResourceImporterTexture::_save_stex if webp disabled 2021-11-02 09:28:46 +01:00
plugins Display 2 decimals instead of 1 in editor frametime labels 2021-11-09 17:20:59 +01:00
translations i18n: Sync editor translations with Weblate 2021-11-03 14:56:44 +01:00
SCsub i18n: Sync classref translations with Weblate 2021-11-03 15:00:52 +01:00
animation_bezier_editor.cpp Improve the animation bezier editor 2021-08-18 23:11:46 +02:00
animation_bezier_editor.h
animation_track_editor.cpp Improve the animation bezier editor 2021-08-18 23:11:46 +02:00
animation_track_editor.h Merge pull request #47222 from dreamsComeTrue/anim-track-improv 2021-07-30 23:42:55 +02:00
animation_track_editor_plugins.cpp
animation_track_editor_plugins.h
array_property_edit.cpp
array_property_edit.h
audio_stream_preview.cpp
audio_stream_preview.h
code_editor.cpp Tweak the script editor's line/column indicator for readability 2021-09-21 17:15:00 +02:00
code_editor.h
connections_dialog.cpp Use translated docs in PropertySelector 2021-10-07 12:48:23 +02:00
connections_dialog.h
create_dialog.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
create_dialog.h
dependency_editor.cpp Dependency editor: Edit message about move to trash 2021-08-03 09:33:25 +02:00
dependency_editor.h
dictionary_property_edit.cpp
dictionary_property_edit.h
editor_about.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
editor_about.h
editor_asset_installer.cpp
editor_asset_installer.h
editor_atlas_packer.cpp
editor_atlas_packer.h
editor_audio_buses.cpp Fix theming in the audio bus editor 2021-07-31 21:43:14 +03:00
editor_audio_buses.h
editor_autoload_settings.cpp Put multiple colons back into translated strings 2021-07-31 20:18:24 +03:00
editor_autoload_settings.h
editor_builders.py i18n: Add support for translating the class reference 2021-10-07 12:48:23 +02:00
editor_data.cpp Close built-in script from any scene 2021-09-19 11:30:29 +02:00
editor_data.h
editor_dir_dialog.cpp Set dialog folder icon color 2021-09-27 19:10:20 +01:00
editor_dir_dialog.h
editor_export.cpp Implement async shader compilation plus caching for GL ES 3 2021-11-09 12:19:12 +01:00
editor_export.h Implement async shader compilation plus caching for GL ES 3 2021-11-09 12:19:12 +01:00
editor_feature_profile.cpp Fix various i18n failures 2021-08-03 23:36:43 +08:00
editor_feature_profile.h
editor_file_dialog.cpp Make the project data directory customizable. 2021-10-11 14:42:40 -07:00
editor_file_dialog.h
editor_file_system.cpp Restrict the project data directory configuration. 2021-10-13 13:56:01 -07:00
editor_file_system.h Make the project data directory customizable. 2021-10-11 14:42:40 -07:00
editor_folding.cpp
editor_folding.h
editor_fonts.cpp
editor_fonts.h
editor_help.cpp Change in-editor documentation style to be closer to online docs. 2021-10-07 12:48:23 +02:00
editor_help.h
editor_help_search.cpp Add theme item descriptions to the online documentation 2021-08-06 18:20:51 +03:00
editor_help_search.h Add theme item descriptions to the online documentation 2021-08-06 18:20:51 +03:00
editor_inspector.cpp Add property value pinning 2021-11-08 17:42:27 +01:00
editor_inspector.h Add property value pinning 2021-11-08 17:42:27 +01:00
editor_layouts_dialog.cpp
editor_layouts_dialog.h
editor_log.cpp
editor_log.h
editor_network_profiler.cpp
editor_network_profiler.h
editor_node.cpp Implement async shader compilation plus caching for GL ES 3 2021-11-09 12:19:12 +01:00
editor_node.h Implement async shader compilation plus caching for GL ES 3 2021-11-09 12:19:12 +01:00
editor_path.cpp
editor_path.h
editor_plugin.cpp
editor_plugin.h
editor_plugin_settings.cpp Remove colon from column titles 2021-08-03 09:15:33 +02:00
editor_plugin_settings.h
editor_profiler.cpp
editor_profiler.h
editor_properties.cpp Add a flag to EditorResourcePicker to differentiate selection contexts 2021-11-02 14:15:14 +03:00
editor_properties.h Add a flag to EditorResourcePicker to differentiate selection contexts 2021-11-02 14:15:14 +03:00
editor_properties_array_dict.cpp Fixed drag and drop not respecting type on exported arrays. 2021-10-01 13:26:15 -06:00
editor_properties_array_dict.h Added properties and methods to allow for dragging and dropping multiple files onto exported arrays. 2021-10-01 13:24:41 -06:00
editor_resource_picker.cpp Add a flag to EditorResourcePicker to differentiate selection contexts 2021-11-02 14:15:14 +03:00
editor_resource_picker.h Add QuickLoad option to resource picker. 2021-09-21 20:33:11 +02:00
editor_resource_preview.cpp
editor_resource_preview.h
editor_run.cpp Implement async shader compilation plus caching for GL ES 3 2021-11-09 12:19:12 +01:00
editor_run.h Implement async shader compilation plus caching for GL ES 3 2021-11-09 12:19:12 +01:00
editor_run_native.cpp Implement async shader compilation plus caching for GL ES 3 2021-11-09 12:19:12 +01:00
editor_run_native.h Implement async shader compilation plus caching for GL ES 3 2021-11-09 12:19:12 +01:00
editor_run_script.cpp
editor_run_script.h
editor_scale.cpp
editor_scale.h
editor_sectioned_inspector.cpp
editor_sectioned_inspector.h
editor_settings.cpp Change editor FPS limit for unfocused mode back to 20 FPS 2021-10-12 16:56:09 +02:00
editor_settings.h
editor_spin_slider.cpp EditorSpinSlider: Add arg name for _value_input_gui_input binding 2021-11-01 15:02:44 +01:00
editor_spin_slider.h Add up/down keys to inc/dec val in spin slider 2021-09-29 14:09:27 -04:00
editor_sub_scene.cpp
editor_sub_scene.h
editor_themes.cpp Add focus font color to Button and derivatives 2021-10-26 17:40:51 +03:00
editor_themes.h
editor_vcs_interface.cpp Remove do{ } while(0) wrapper around error macros 2021-09-12 15:04:53 +08:00
editor_vcs_interface.h
export_template_manager.cpp Make mirror button in Template Manager use the lighter version of its icon 2021-09-25 15:15:58 -03:00
export_template_manager.h
filesystem_dock.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
filesystem_dock.h
find_in_files.cpp Save all 64 bits of get_ticks_msec() in more cases 2021-10-26 18:23:31 +02:00
find_in_files.h
groups_editor.cpp Backport ability to copy group name 2021-10-21 03:54:44 -04:00
groups_editor.h Backport ability to copy group name 2021-10-21 03:54:44 -04:00
import_defaults_editor.cpp
import_defaults_editor.h
import_dock.cpp Add a "dirty" marker to the editor import dock for unsaved changes 2021-10-10 01:06:05 +02:00
import_dock.h Add a "dirty" marker to the editor import dock for unsaved changes 2021-10-10 01:06:05 +02:00
inspector_dock.cpp Disable "Edit Resource from Clipboard" menu item when nothing in clipboard 2021-08-16 22:36:49 +08:00
inspector_dock.h Disable "Edit Resource from Clipboard" menu item when nothing in clipboard 2021-08-16 22:36:49 +08:00
multi_node_edit.cpp MultiNodeEdit Fix setting NodePath 2021-09-21 17:14:59 +02:00
multi_node_edit.h
node_dock.cpp
node_dock.h
pane_drag.cpp
pane_drag.h
plugin_config_dialog.cpp
plugin_config_dialog.h
progress_dialog.cpp
progress_dialog.h
project_export.cpp Use bullet points in the editor instead of dashes where relevant 2021-07-28 19:47:11 +02:00
project_export.h
project_manager.cpp Provide a getter for the project data directory. 2021-09-15 13:00:25 -07:00
project_manager.h
project_settings_editor.cpp List Physical Key before Key in the action map input editor 2021-10-12 11:57:08 +02:00
project_settings_editor.h List Physical Key before Key in the action map input editor 2021-10-12 11:57:08 +02:00
property_editor.cpp
property_editor.h
property_selector.cpp Use translated docs in PropertySelector 2021-10-07 12:48:23 +02:00
property_selector.h
quick_open.cpp Fix support for multiple base types in the quick load dialog 2021-10-23 12:09:23 +02:00
quick_open.h
register_exporters.h
rename_dialog.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
rename_dialog.h [3.x] Allow disabling the RegEx module in the editor 2021-09-21 08:49:17 -05:00
reparent_dialog.cpp
reparent_dialog.h
run_settings_dialog.cpp
run_settings_dialog.h
scene_tree_dock.cpp Unify determination of default property values 2021-11-08 11:17:49 +01:00
scene_tree_dock.h [3.x] Allow disabling the RegEx module in the editor 2021-09-21 08:49:17 -05:00
scene_tree_editor.cpp Fix right clicking sub nodes after renaming parent 2021-10-10 12:27:51 +02:00
scene_tree_editor.h Merge pull request #47222 from dreamsComeTrue/anim-track-improv 2021-07-30 23:42:55 +02:00
script_create_dialog.cpp Use bullet points in the editor instead of dashes where relevant 2021-07-28 19:47:11 +02:00
script_create_dialog.h
script_editor_debugger.cpp Merge pull request #53013 from Calinou/editor-debugger-bottom-panel-error-warning-highlight-3.x 2021-11-08 13:15:46 +01:00
script_editor_debugger.h
settings_config_dialog.cpp
settings_config_dialog.h
spatial_editor_gizmos.cpp Display a editor gizmo icon for Listener 2021-09-16 23:37:12 +02:00
spatial_editor_gizmos.h Display a editor gizmo icon for Listener 2021-09-16 23:37:12 +02:00