bruvzg ba9d737363 Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` functions. 4 years ago
..
debugger bb681ef9f2 Improve appearance of the editor Debugger bottom panel menu 4 years ago
fileserver e28fd07b2b Rename `instance()`->`instantiate()` when it's a verb 4 years ago
icons ed0337c0b9 Several Gradient improvements 4 years ago
import c012fbc8b2 Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` 4 years ago
plugins ed0337c0b9 Several Gradient improvements 4 years ago
translations 3447e0dd19 i18n: Sync editor translations with Weblate 4 years ago
SCsub 804406fcaf i18n: Sync classref translations with Weblate 4 years ago
action_map_editor.cpp 3b11e33a09 clang-format: Disable alignment of operands, too unreliable 4 years ago
action_map_editor.h 15b2846eae Allow mouse button event detection in Action Map Editor 4 years ago
animation_bezier_editor.cpp c63b18507d Use range iterators for `Map` 4 years ago
animation_bezier_editor.h 4e7ac43cfe Replace close icon with button in the Bezier editor 4 years ago
animation_track_editor.cpp 24fdedfe94 Merge pull request #54050 from reduz/animation-compression 4 years ago
animation_track_editor.h 653e2a550c Fixed animation insertion in SkeletonEditor 4 years ago
animation_track_editor_plugins.cpp 653e2a550c Fixed animation insertion in SkeletonEditor 4 years ago
animation_track_editor_plugins.h 5cecdfa8af Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 4 years ago
array_property_edit.cpp 1aa2823fa3 Removed _change_notify 4 years ago
array_property_edit.h 04688b92ff Rename Reference to RefCounted 4 years ago
audio_stream_preview.cpp c63b18507d Use range iterators for `Map` 4 years ago
audio_stream_preview.h a9c943bef9 Implement Range Iterators 4 years ago
code_editor.cpp fbee4efa5f Add option to make selection unique 4 years ago
code_editor.h 87a4ba492e Remove unimplemented methods 4 years ago
connections_dialog.cpp ac3322b0af Use const references where possible for List range iterators 4 years ago
connections_dialog.h 8ab13f8ace Documentation search fixes 4 years ago
create_dialog.cpp 5cecdfa8af Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 4 years ago
create_dialog.h 6fbe0a494b Fix cases of resources destroyed too early 4 years ago
dependency_editor.cpp c63b18507d Use range iterators for `Map` 4 years ago
dependency_editor.h b5334d14f7 Update copyright statements to 2021 4 years ago
dictionary_property_edit.cpp 1aa2823fa3 Removed _change_notify 4 years ago
dictionary_property_edit.h 04688b92ff Rename Reference to RefCounted 4 years ago
doc_tools.cpp 6772ebcea0 Move the docs for constructors and operators out of methods section 4 years ago
doc_tools.h b5334d14f7 Update copyright statements to 2021 4 years ago
editor_about.cpp 3b11e33a09 clang-format: Disable alignment of operands, too unreliable 4 years ago
editor_about.h be01025376 Make it possible to copy the Godot version identifier by clicking it 4 years ago
editor_asset_installer.cpp 6631f66c2a Optimize StringName usage 4 years ago
editor_asset_installer.h 2708fcf13d Automatically display the installer after downloading an asset 4 years ago
editor_atlas_packer.cpp e28fd07b2b Rename `instance()`->`instantiate()` when it's a verb 4 years ago
editor_atlas_packer.h b5334d14f7 Update copyright statements to 2021 4 years ago
editor_audio_buses.cpp cc51b045da Construct values only when necessary. 4 years ago
editor_audio_buses.h 5cecdfa8af Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 4 years ago
editor_autoload_settings.cpp c63b18507d Use range iterators for `Map` 4 years ago
editor_autoload_settings.h 645cc71be4 Display an error message in settings when autoload name is invalid 4 years ago
editor_builders.py 89cf17c96f Use maximum zlib compression when generating editor translation headers 4 years ago
editor_command_palette.cpp abe22dfcf4 Fix command history for plugin commands 4 years ago
editor_command_palette.h baf2f374f4 Sort palette commands by last use 4 years ago
editor_data.cpp c63b18507d Use range iterators for `Map` 4 years ago
editor_data.h 87a4ba492e Remove unimplemented methods 4 years ago
editor_dir_dialog.cpp e2b58ef4dc Set dialog folder icon color 4 years ago
editor_dir_dialog.h 9e328bb5b7 Core: Move DirAccess and FileAccess to `core/io` 4 years ago
editor_export.cpp 665d29c16d Fix new projects always being created with OpenGL 4 years ago
editor_export.h 3682978aee Replace BIND_VMETHOD by new GDVIRTUAL syntax 4 years ago
editor_feature_profile.cpp c63b18507d Use range iterators for `Map` 4 years ago
editor_feature_profile.h 04688b92ff Rename Reference to RefCounted 4 years ago
editor_file_dialog.cpp a7ba227631 Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_master 4 years ago
editor_file_dialog.h 5cecdfa8af Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 4 years ago
editor_file_system.cpp b5c750fa65 Restrict the project data directory configuration 4 years ago
editor_file_system.h 6596c7bdc2 Add TextFile support across the editor 4 years ago
editor_folding.cpp ac3322b0af Use const references where possible for List range iterators 4 years ago
editor_folding.h b5334d14f7 Update copyright statements to 2021 4 years ago
editor_fonts.cpp ebbc25e89c Ignore empty Font resources as theme override. 4 years ago
editor_fonts.h b5334d14f7 Update copyright statements to 2021 4 years ago
editor_help.cpp 6772ebcea0 Move the docs for constructors and operators out of methods section 4 years ago
editor_help.h 6772ebcea0 Move the docs for constructors and operators out of methods section 4 years ago
editor_help_search.cpp 6772ebcea0 Move the docs for constructors and operators out of methods section 4 years ago
editor_help_search.h 6772ebcea0 Move the docs for constructors and operators out of methods section 4 years ago
editor_inspector.cpp 8d6f80d367 Add property value pinning 4 years ago
editor_inspector.h 8d6f80d367 Add property value pinning 4 years ago
editor_layouts_dialog.cpp fa3a32a2d6 Use Key enum instead of plain integers 4 years ago
editor_layouts_dialog.h b5334d14f7 Update copyright statements to 2021 4 years ago
editor_log.cpp ba9d737363 Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` functions. 4 years ago
editor_log.h 0587e5e018 Implement toast notifications in the editor 4 years ago
editor_native_shader_source_visualizer.cpp 7dbb0f3233 Rename readonly to editable 4 years ago
editor_native_shader_source_visualizer.h cdb216f4e4 Added ability to visualize native shaders 4 years ago
editor_node.cpp 665fa3d839 Merge pull request #52943 from RandomShaper/property_pin_control_natural 4 years ago
editor_node.h e3491a3744 Add GLES2 2D renderer + Linux display manager 4 years ago
editor_path.cpp ac3322b0af Use const references where possible for List range iterators 4 years ago
editor_path.h 87a4ba492e Remove unimplemented methods 4 years ago
editor_paths.cpp 3e44a6375e Make the project data directory customizable. 4 years ago
editor_paths.h 69f890ff11 Provide a getter for the project data directory. 4 years ago
editor_plugin.cpp b3bf90b3ce Add scene Post-Import Plugin support. 4 years ago
editor_plugin.h b3bf90b3ce Add scene Post-Import Plugin support. 4 years ago
editor_plugin_settings.cpp f9aad98d36 Remove colon from column titles 4 years ago
editor_plugin_settings.h 64d23b2295 Detect plugins recursively 4 years ago
editor_properties.cpp bbee193957 Merge pull request #52781 from KoBeWi/node's_favorite_shader 4 years ago
editor_properties.h bbee193957 Merge pull request #52781 from KoBeWi/node's_favorite_shader 4 years ago
editor_properties_array_dict.cpp be687a7e1d Made float, Vector2, Vector3 and similar property editors to use the default_float_step 4 years ago
editor_properties_array_dict.h ec67266af3 Add the ability to reorder arrays from the inspector 4 years ago
editor_resource_picker.cpp 6742a338a8 Rename `GradientTexture` to `GradientTexture1D` 4 years ago
editor_resource_picker.h 07065d67e1 Infer shader type based on edited node 4 years ago
editor_resource_preview.cpp e3491a3744 Add GLES2 2D renderer + Linux display manager 4 years ago
editor_resource_preview.h e3491a3744 Add GLES2 2D renderer + Linux display manager 4 years ago
editor_run.cpp 0b6b8427c8 [macOS] Add `create_instance` function to spawn editor copies. 4 years ago
editor_run.h b5334d14f7 Update copyright statements to 2021 4 years ago
editor_run_native.cpp c63b18507d Use range iterators for `Map` 4 years ago
editor_run_native.h 292ed61c18 Implemented advanced features of DAP 4 years ago
editor_run_script.cpp 3682978aee Replace BIND_VMETHOD by new GDVIRTUAL syntax 4 years ago
editor_run_script.h 3682978aee Replace BIND_VMETHOD by new GDVIRTUAL syntax 4 years ago
editor_scale.cpp b5334d14f7 Update copyright statements to 2021 4 years ago
editor_scale.h b5334d14f7 Update copyright statements to 2021 4 years ago
editor_sectioned_inspector.cpp 4e6efd1b07 Use C++ iterators for Lists in many situations 4 years ago
editor_sectioned_inspector.h 64140eaf42 Reorganize Project Settings 4 years ago
editor_settings.cpp c012fbc8b2 Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` 4 years ago
editor_settings.h ad30b0a8dd Allow shortcuts to have any number of bindings. Updated UI as required. 4 years ago
editor_spin_slider.cpp 3f3cd15e07 Make EditorSpinSlider wait for text on key_up/down 4 years ago
editor_spin_slider.h 3f3cd15e07 Make EditorSpinSlider wait for text on key_up/down 4 years ago
editor_themes.cpp 12838bd99d Add focus font color to Button and derivatives 4 years ago
editor_themes.h 30842b2efe Fix project icon size in Project Manager 4 years ago
editor_toaster.cpp ba9d737363 Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` functions. 4 years ago
editor_toaster.h 0587e5e018 Implement toast notifications in the editor 4 years ago
editor_translation_parser.cpp 3682978aee Replace BIND_VMETHOD by new GDVIRTUAL syntax 4 years ago
editor_translation_parser.h 3682978aee Replace BIND_VMETHOD by new GDVIRTUAL syntax 4 years ago
editor_vcs_interface.cpp b5334d14f7 Update copyright statements to 2021 4 years ago
editor_vcs_interface.h 23c1b39570 Make `EditorVCSInterface` proxy functions virtual in C++ 4 years ago
editor_zoom_widget.cpp 6631f66c2a Optimize StringName usage 4 years ago
editor_zoom_widget.h 43f9699a26 Improve 2D editor zoom logic 4 years ago
export_template_manager.cpp e84861d596 Make some buttons in editor use the lighter version of the TabMenu icon 4 years ago
export_template_manager.h 6639cc9853 Addes ability to load build sources from file. 4 years ago
filesystem_dock.cpp 3b11e33a09 clang-format: Disable alignment of operands, too unreliable 4 years ago
filesystem_dock.h 87a4ba492e Remove unimplemented methods 4 years ago
find_in_files.cpp 55100f2f11 Small formatting fixes in Find in Files 4 years ago
find_in_files.h 8ab13f8ace Documentation search fixes 4 years ago
groups_editor.cpp 532a632077 Added ability to copy group name 4 years ago
groups_editor.h 87a4ba492e Remove unimplemented methods 4 years ago
import_defaults_editor.cpp c63b18507d Use range iterators for `Map` 4 years ago
import_defaults_editor.h f2ad7c5f12 Fix heap-use-after-free in Import Defaults Editor 4 years ago
import_dock.cpp ba30f40c47 Add a "dirty" marker to the editor import dock for unsaved changes 4 years ago
import_dock.h ba30f40c47 Add a "dirty" marker to the editor import dock for unsaved changes 4 years ago
inspector_dock.cpp 653e2a550c Fixed animation insertion in SkeletonEditor 4 years ago
inspector_dock.h 7249d2555b Added confirmation dialog for making subresources unique. 4 years ago
localization_editor.cpp fb07cc8832 Fix being able to add duplicate files in the Localization editor 4 years ago
localization_editor.h b56241f22f ICU: Update to version 69.1, improve ICU data export process. 4 years ago
multi_node_edit.cpp 5260fd8f3e MultiNodeEdit Fix setting NodePath 4 years ago
multi_node_edit.h 04688b92ff Rename Reference to RefCounted 4 years ago
node_dock.cpp 6631f66c2a Optimize StringName usage 4 years ago
node_dock.h b5334d14f7 Update copyright statements to 2021 4 years ago
plugin_config_dialog.cpp f2943eec72 Fix plugin create dialog subfolder and script field validity checks 4 years ago
plugin_config_dialog.h f2943eec72 Fix plugin create dialog subfolder and script field validity checks 4 years ago
pot_generator.cpp ee4b0108e0 Make some enhancements to the POT generation 4 years ago
pot_generator.h 9e328bb5b7 Core: Move DirAccess and FileAccess to `core/io` 4 years ago
progress_dialog.cpp c63b18507d Use range iterators for `Map` 4 years ago
progress_dialog.h b5334d14f7 Update copyright statements to 2021 4 years ago
project_export.cpp 6596c7bdc2 Add TextFile support across the editor 4 years ago
project_export.h 9e328bb5b7 Core: Move DirAccess and FileAccess to `core/io` 4 years ago
project_manager.cpp 665d29c16d Fix new projects always being created with OpenGL 4 years ago
project_manager.h 5cecdfa8af Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 4 years ago
project_settings_editor.cpp 2daaf0fdc3 Make platform feature tag names lowercase 4 years ago
project_settings_editor.h 87a4ba492e Remove unimplemented methods 4 years ago
property_editor.cpp c977adbd3b Update usabilaty of the CustomPropertyEditor 4 years ago
property_editor.h c977adbd3b Update usabilaty of the CustomPropertyEditor 4 years ago
property_selector.cpp 5cecdfa8af Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 4 years ago
property_selector.h b5334d14f7 Update copyright statements to 2021 4 years ago
quick_open.cpp bb7888debb Fix support for multiple base types in the quick load dialog 4 years ago
quick_open.h b5334d14f7 Update copyright statements to 2021 4 years ago
register_exporters.h b5334d14f7 Update copyright statements to 2021 4 years ago
rename_dialog.cpp ba9d737363 Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` functions. 4 years ago
rename_dialog.h 0587e5e018 Implement toast notifications in the editor 4 years ago
reparent_dialog.cpp 6631f66c2a Optimize StringName usage 4 years ago
reparent_dialog.h 87a4ba492e Remove unimplemented methods 4 years ago
scene_tree_dock.cpp 1806ec7c14 Unify determination of default property values 4 years ago
scene_tree_dock.h 07065d67e1 Infer shader type based on edited node 4 years ago
scene_tree_editor.cpp f0b26a6160 Merge pull request #52962 from mujpao/fix-right-click-sub-nodes 4 years ago
scene_tree_editor.h 87a4ba492e Remove unimplemented methods 4 years ago
script_create_dialog.cpp c63b18507d Use range iterators for `Map` 4 years ago
script_create_dialog.h 7df1bc426e Minor cleanup of the "New Script" dialog 4 years ago
settings_config_dialog.cpp 7e435fa841 Fixed shortcut saving and 'original' comparisons 4 years ago
settings_config_dialog.h ad30b0a8dd Allow shortcuts to have any number of bindings. Updated UI as required. 4 years ago
shader_create_dialog.cpp 07065d67e1 Infer shader type based on edited node 4 years ago
shader_create_dialog.h 07065d67e1 Infer shader type based on edited node 4 years ago
shader_globals_editor.cpp 67d3195c60 Merge pull request #50648 from foxydevloper/remove-weird-prints 4 years ago
shader_globals_editor.h b5334d14f7 Update copyright statements to 2021 4 years ago