Haoyu Qiu b90bec546d Make `--doctool` locale aware 3 years ago
..
collada 42d385b312 clang-format: Disable alignment of operands, too unreliable 3 years ago
doc b90bec546d Make `--doctool` locale aware 3 years ago
fileserver 817ffc01e1 Make all file access 64-bit (`uint64_t`) 4 years ago
icons f9720a9bf2 Add Listener2D 4 years ago
import fd558de972 Fix edge case where 1px cut off from right of image 3 years ago
plugins 22d8216780 Fix ViewportPreview upside-down in 3.x. 3 years ago
translations 8a30e04fd1 i18n: Sync editor translations with Weblate 3 years ago
SCsub 0b694eb8e7 i18n: Sync classref translations with Weblate 3 years ago
animation_bezier_editor.cpp da757c25e1 Improve the animation bezier editor 4 years ago
animation_bezier_editor.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
animation_track_editor.cpp da757c25e1 Improve the animation bezier editor 4 years ago
animation_track_editor.h 504f47eaec Merge pull request #47222 from dreamsComeTrue/anim-track-improv 4 years ago
animation_track_editor_plugins.cpp 802ba1d07a Preview the color animation in the animation editor 4 years ago
animation_track_editor_plugins.h 49646383f1 Update copyright statements to 2021 4 years ago
array_property_edit.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
array_property_edit.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
audio_stream_preview.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
audio_stream_preview.h 4485b43a57 Modernize atomics 4 years ago
code_editor.cpp b1b936cba8 Tweak the script editor's line/column indicator for readability 4 years ago
code_editor.h b35e61ba85 Script editor: Rename 'Clone Down' to 'Duplicate Selection' 4 years ago
connections_dialog.cpp 81da3b8ba4 Use translated docs in PropertySelector 4 years ago
connections_dialog.h a828398655 Style: Replaces uses of 0/NULL by nullptr (C++11) 4 years ago
create_dialog.cpp 42d385b312 clang-format: Disable alignment of operands, too unreliable 3 years ago
create_dialog.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
dependency_editor.cpp ea0116b01f Dependency editor: Edit message about move to trash 4 years ago
dependency_editor.h 6e600cb3f0 Style: Set clang-format Standard to c++14 4 years ago
dictionary_property_edit.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
dictionary_property_edit.h 49646383f1 Update copyright statements to 2021 4 years ago
editor_about.cpp 42d385b312 clang-format: Disable alignment of operands, too unreliable 3 years ago
editor_about.h 1ceb603de8 Make it possible to copy the Godot version identifier by clicking it 4 years ago
editor_asset_installer.cpp 7dc2edc430 [3.x] Allow reading shaders from .gdshader files 4 years ago
editor_asset_installer.h 9343ee5c2b Automatically display the installer after downloading an asset 4 years ago
editor_atlas_packer.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
editor_atlas_packer.h 49646383f1 Update copyright statements to 2021 4 years ago
editor_audio_buses.cpp ade21ed69c Fix theming in the audio bus editor 4 years ago
editor_audio_buses.h d71077f463 Improve the audio bus editor appearance 4 years ago
editor_autoload_settings.cpp 9b228f0f5d Put multiple colons back into translated strings 4 years ago
editor_autoload_settings.h a828398655 Style: Replaces uses of 0/NULL by nullptr (C++11) 4 years ago
editor_builders.py 9729432ec0 i18n: Add support for translating the class reference 4 years ago
editor_data.cpp 2b9a1e0d2c Fix a crash in editor's script parent class check 3 years ago
editor_data.h 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
editor_dir_dialog.cpp 9fb7efdf16 Set dialog folder icon color 4 years ago
editor_dir_dialog.h 49646383f1 Update copyright statements to 2021 4 years ago
editor_export.cpp 5a58516231 Remove duplicate ERR_PRINTS macro 4 years ago
editor_export.h a828398655 Style: Replaces uses of 0/NULL by nullptr (C++11) 4 years ago
editor_feature_profile.cpp 87e49183bc Fix various i18n failures 4 years ago
editor_feature_profile.h 28512bb389 Improve the editor feature profiles UX 4 years ago
editor_file_dialog.cpp d1808f0a7f Make the project data directory customizable. 4 years ago
editor_file_dialog.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
editor_file_system.cpp 2b6678c851 Restrict the project data directory configuration. 4 years ago
editor_file_system.h d1808f0a7f Make the project data directory customizable. 4 years ago
editor_folding.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
editor_folding.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
editor_fonts.cpp d5716d8956 Improve editor text appearance in (un)zoomed GraphEdit-based editors 4 years ago
editor_fonts.h 49646383f1 Update copyright statements to 2021 4 years ago
editor_help.cpp e77c6aaba7 Sort and group theme properties in docs, improve formatting for theme and enums 3 years ago
editor_help.h e77c6aaba7 Sort and group theme properties in docs, improve formatting for theme and enums 3 years ago
editor_help_search.cpp fcbe5a3fde Add theme item descriptions to the online documentation 4 years ago
editor_help_search.h fcbe5a3fde Add theme item descriptions to the online documentation 4 years ago
editor_inspector.cpp 8ba1b94187 Fix EditorPlugin.remove_inspector_plugin() instance cleanup 3 years ago
editor_inspector.h c4811747cc Rationalize property reversion 4 years ago
editor_layouts_dialog.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
editor_layouts_dialog.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
editor_log.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
editor_log.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
editor_network_profiler.cpp b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
editor_network_profiler.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
editor_node.cpp 4876686cf7 Improved some editor checkboxes 3 years ago
editor_node.h e29126914d Save all 64 bits of get_ticks_msec() in more cases 3 years ago
editor_path.cpp 47592f96bc Make several actions in the Inspector dock more obvious 4 years ago
editor_path.h 47592f96bc Make several actions in the Inspector dock more obvious 4 years ago
editor_plugin.cpp a10372fe9a Expose `ScriptEditor::edit` to scripting 3 years ago
editor_plugin.h a10372fe9a Expose `ScriptEditor::edit` to scripting 3 years ago
editor_plugin_settings.cpp a0d47033f7 Remove colon from column titles 4 years ago
editor_plugin_settings.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
editor_profiler.cpp 3462aa4aba Add a tooltip for Inclusive and Self in the editor profiler 4 years ago
editor_profiler.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
editor_properties.cpp 5ff11a2c5c Add a flag to EditorResourcePicker to differentiate selection contexts 3 years ago
editor_properties.h 5ff11a2c5c Add a flag to EditorResourcePicker to differentiate selection contexts 3 years ago
editor_properties_array_dict.cpp 6628fe0469 Fixed drag and drop not respecting type on exported arrays. 4 years ago
editor_properties_array_dict.h a4b6ba2c2f Added properties and methods to allow for dragging and dropping multiple files onto exported arrays. 4 years ago
editor_resource_picker.cpp 5ff11a2c5c Add a flag to EditorResourcePicker to differentiate selection contexts 3 years ago
editor_resource_picker.h ae38c672f1 Add QuickLoad option to resource picker. 4 years ago
editor_resource_preview.cpp 5a58516231 Remove duplicate ERR_PRINTS macro 4 years ago
editor_resource_preview.h 72446bab1b Update EditorResourcePreview queue_*() documentation 4 years ago
editor_run.cpp 8b06085249 Implement the `%command%` placeholder in the Main Run Args setting 4 years ago
editor_run.h 49646383f1 Update copyright statements to 2021 4 years ago
editor_run_native.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
editor_run_native.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
editor_run_script.cpp a828398655 Style: Replaces uses of 0/NULL by nullptr (C++11) 4 years ago
editor_run_script.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
editor_scale.cpp b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
editor_scale.h 49646383f1 Update copyright statements to 2021 4 years ago
editor_sectioned_inspector.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
editor_sectioned_inspector.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
editor_settings.cpp b90bec546d Make `--doctool` locale aware 3 years ago
editor_settings.h dd2fc60abc Handle portrait mode monitors in the automatic editor scale detection 4 years ago
editor_spin_slider.cpp 8580cfb122 EditorSpinSlider: Add arg name for _value_input_gui_input binding 3 years ago
editor_spin_slider.h d43a485e51 Add up/down keys to inc/dec val in spin slider 4 years ago
editor_sub_scene.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
editor_sub_scene.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
editor_themes.cpp 63b5d5de64 Modules: Make sure to include `modules_enabled.gen.h` where needed 3 years ago
editor_themes.h a828398655 Style: Replaces uses of 0/NULL by nullptr (C++11) 4 years ago
editor_translation.cpp b90bec546d Make `--doctool` locale aware 3 years ago
editor_translation.h b90bec546d Make `--doctool` locale aware 3 years ago
editor_vcs_interface.cpp 70853fd669 Remove do{ } while(0) wrapper around error macros 4 years ago
editor_vcs_interface.h 4fec6d4697 Make `EditorVCSInterface` proxy functions virtual in C++ 4 years ago
export_template_manager.cpp da265c6ceb Make mirror button in Template Manager use the lighter version of its icon 4 years ago
export_template_manager.h ca223d71d8 Addes ability to load build sources from file. 4 years ago
filesystem_dock.cpp 42d385b312 clang-format: Disable alignment of operands, too unreliable 3 years ago
filesystem_dock.h 6926363efb Backport filesystem dock sorting to 3.x 4 years ago
find_in_files.cpp e29126914d Save all 64 bits of get_ticks_msec() in more cases 3 years ago
find_in_files.h 49646383f1 Update copyright statements to 2021 4 years ago
groups_editor.cpp bf2449ca92 Backport ability to copy group name 3 years ago
groups_editor.h bf2449ca92 Backport ability to copy group name 3 years ago
import_defaults_editor.cpp 6e600cb3f0 Style: Set clang-format Standard to c++14 4 years ago
import_defaults_editor.h 95191b9826 Backport the Import Defaults Editor 4 years ago
import_dock.cpp 35d76733b0 Add a "dirty" marker to the editor import dock for unsaved changes 4 years ago
import_dock.h 35d76733b0 Add a "dirty" marker to the editor import dock for unsaved changes 4 years ago
inspector_dock.cpp 1a9604f605 Disable "Edit Resource from Clipboard" menu item when nothing in clipboard 4 years ago
inspector_dock.h 1a9604f605 Disable "Edit Resource from Clipboard" menu item when nothing in clipboard 4 years ago
multi_node_edit.cpp 8816838247 MultiNodeEdit Fix setting NodePath 4 years ago
multi_node_edit.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
node_dock.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
node_dock.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
pane_drag.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
pane_drag.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
plugin_config_dialog.cpp 63b5d5de64 Modules: Make sure to include `modules_enabled.gen.h` where needed 3 years ago
plugin_config_dialog.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
progress_dialog.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
progress_dialog.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
project_export.cpp 4876686cf7 Improved some editor checkboxes 3 years ago
project_export.h 49646383f1 Update copyright statements to 2021 4 years ago
project_manager.cpp c8b022c165 Provide a getter for the project data directory. 4 years ago
project_manager.h 7968208b0a Merge pull request #47201 from LightningAA/delete-from-project-manager-3.x 4 years ago
project_settings_editor.cpp f769e9a864 List Physical Key before Key in the action map input editor 4 years ago
project_settings_editor.h f769e9a864 List Physical Key before Key in the action map input editor 4 years ago
property_editor.cpp e8c9877ad8 Fix casing of the "to" stop word in editor strings 4 years ago
property_editor.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
property_selector.cpp 81da3b8ba4 Use translated docs in PropertySelector 4 years ago
property_selector.h 49646383f1 Update copyright statements to 2021 4 years ago
quick_open.cpp 5bc44b53f6 Fix support for multiple base types in the quick load dialog 3 years ago
quick_open.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
register_exporters.h 49646383f1 Update copyright statements to 2021 4 years ago
rename_dialog.cpp 63b5d5de64 Modules: Make sure to include `modules_enabled.gen.h` where needed 3 years ago
rename_dialog.h 63b5d5de64 Modules: Make sure to include `modules_enabled.gen.h` where needed 3 years ago
reparent_dialog.cpp b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
reparent_dialog.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
run_settings_dialog.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
run_settings_dialog.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
scene_tree_dock.cpp 63b5d5de64 Modules: Make sure to include `modules_enabled.gen.h` where needed 3 years ago
scene_tree_dock.h 63b5d5de64 Modules: Make sure to include `modules_enabled.gen.h` where needed 3 years ago
scene_tree_editor.cpp 64d70d28d4 Fix right clicking sub nodes after renaming parent 4 years ago
scene_tree_editor.h 504f47eaec Merge pull request #47222 from dreamsComeTrue/anim-track-improv 4 years ago
script_create_dialog.cpp 10ef55ce23 Use bullet points in the editor instead of dashes where relevant 4 years ago
script_create_dialog.h 6e600cb3f0 Style: Set clang-format Standard to c++14 4 years ago
script_editor_debugger.cpp 34bdca36de Skip script property in remote object property list 3 years ago
script_editor_debugger.h a828398655 Style: Replaces uses of 0/NULL by nullptr (C++11) 4 years ago
settings_config_dialog.cpp 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
settings_config_dialog.h b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
spatial_editor_gizmos.cpp 686780e289 Clears RIDs wherever they are freed by VisualServer or PhysicsServer and possibly reused. Fixes #53374 3 years ago
spatial_editor_gizmos.h 7922c262f6 Display a editor gizmo icon for Listener 4 years ago