| .. |
|
debugger
|
c59c68cdec
Make sure Script Debugger is updated with the editor theme
|
2 лет назад |
|
export
|
1e94881484
Exposing more project settings for documentation
|
2 лет назад |
|
fileserver
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
icons
|
236cec0633
Add a custom icon for the `project.godot` file in the EditorFileDialog
|
2 лет назад |
|
import
|
2ea8dd7232
More i18n improvements
|
2 лет назад |
|
plugins
|
1e94881484
Exposing more project settings for documentation
|
2 лет назад |
|
translations
|
9099ac39cf
i18n: Sync translations with Weblate
|
2 лет назад |
|
SCsub
|
5d7e003b29
Prepare for moving editor and classref translations to godot-editor-l10n repo
|
2 лет назад |
|
action_map_editor.cpp
|
27fdb06fed
Merge pull request #71322 from EricEzaM/55856-proj-settings-initial-array-dict-shared-instance
|
2 лет назад |
|
action_map_editor.h
|
7c73b6c71c
Fix Project Settings array/dicts initial value being shared instances of the current value.
|
3 лет назад |
|
animation_bezier_editor.cpp
|
a3b431b09d
Add gesture to ViewPanner and simplify a bit its API
|
3 лет назад |
|
animation_bezier_editor.h
|
a3b431b09d
Add gesture to ViewPanner and simplify a bit its API
|
3 лет назад |
|
animation_track_editor.cpp
|
b2584629c8
Merge pull request #73195 from timothyqiu/weblate-comments
|
2 лет назад |
|
animation_track_editor.h
|
4c5bd4cb0a
Fix weird bezier edit button update timing in AnimationTrackEditor
|
2 лет назад |
|
animation_track_editor_plugins.cpp
|
d5e662af73
Fix display for no-length audio stream keys
|
2 лет назад |
|
animation_track_editor_plugins.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
audio_stream_preview.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
audio_stream_preview.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
code_editor.cpp
|
d188068caa
Fix toggle comment not moving caret
|
2 лет назад |
|
code_editor.h
|
bdfb10fb98
Rework code editor multiline operations
|
2 лет назад |
|
connections_dialog.cpp
|
60ceecb1ab
Reload built in script to get its methods on signal connection
|
2 лет назад |
|
connections_dialog.h
|
4b1d577b5c
Improve Connect Dialog navigation
|
2 лет назад |
|
create_dialog.cpp
|
970f5533dd
Fix filtering editor nodes in Create Dialog
|
3 лет назад |
|
create_dialog.h
|
970f5533dd
Fix filtering editor nodes in Create Dialog
|
3 лет назад |
|
dependency_editor.cpp
|
6713e0fa5b
Add handling of script creation/deletion for custom visual shader nodes
|
3 лет назад |
|
dependency_editor.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
doc_tools.cpp
|
5909f9f075
GDScript: Fix issues with typed arrays
|
3 лет назад |
|
doc_tools.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_about.cpp
|
0bde4a95e3
Fix UTF-8 encoding for copyright in About dialog
|
3 лет назад |
|
editor_about.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_asset_installer.cpp
|
0e0a6bb39b
Removed unused property hints and `Object::get_translatable_strings()`
|
3 лет назад |
|
editor_asset_installer.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_atlas_packer.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_atlas_packer.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_audio_buses.cpp
|
234c601a61
Improve logic related to editing audio buses (and prevent crashes)
|
2 лет назад |
|
editor_audio_buses.h
|
234c601a61
Improve logic related to editing audio buses (and prevent crashes)
|
2 лет назад |
|
editor_autoload_settings.cpp
|
26581ca574
Add some missing translatable editor strings
|
2 лет назад |
|
editor_autoload_settings.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_build_profile.cpp
|
21b021a705
Remove path hard-coding in editor_build_profile
|
2 лет назад |
|
editor_build_profile.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_builders.py
|
5d7e003b29
Prepare for moving editor and classref translations to godot-editor-l10n repo
|
2 лет назад |
|
editor_command_palette.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_command_palette.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_data.cpp
|
c0083e431b
Cleanup unused engine code v2
|
3 лет назад |
|
editor_data.h
|
11e2278844
Merge pull request #57606 from SaracenOne/update_on_reimport
|
3 лет назад |
|
editor_dir_dialog.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_dir_dialog.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_feature_profile.cpp
|
752402cf35
Clean-up, harmonize, and improve StyleBox API
|
3 лет назад |
|
editor_feature_profile.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_file_dialog.cpp
|
4593ad23fd
Add some missing EditorFileDialog methods and properties.
|
2 лет назад |
|
editor_file_dialog.h
|
4593ad23fd
Add some missing EditorFileDialog methods and properties.
|
2 лет назад |
|
editor_file_system.cpp
|
1e94881484
Exposing more project settings for documentation
|
2 лет назад |
|
editor_file_system.h
|
5fbcb80170
Use reimport_append api for importing embedded gltf images
|
2 лет назад |
|
editor_folding.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_folding.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_fonts.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_fonts.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_help.cpp
|
bfe43f69b8
Merge pull request #67707 from Cykyrios/hide-private-prop-description-in-classdoc
|
2 лет назад |
|
editor_help.h
|
0eb3b49c39
Make EditorHelp respect font size settings
|
2 лет назад |
|
editor_help_search.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_help_search.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_inspector.cpp
|
636d7905b0
Update property keying state without a full Inspector rebuild
|
2 лет назад |
|
editor_inspector.h
|
636d7905b0
Update property keying state without a full Inspector rebuild
|
2 лет назад |
|
editor_layouts_dialog.cpp
|
2ea8dd7232
More i18n improvements
|
2 лет назад |
|
editor_layouts_dialog.h
|
4b436d64aa
Improve editor layout dialog
|
2 лет назад |
|
editor_locale_dialog.cpp
|
26581ca574
Add some missing translatable editor strings
|
2 лет назад |
|
editor_locale_dialog.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_log.cpp
|
b342dcdf04
Remove some unused signals
|
3 лет назад |
|
editor_log.h
|
b342dcdf04
Remove some unused signals
|
3 лет назад |
|
editor_native_shader_source_visualizer.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_native_shader_source_visualizer.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_node.cpp
|
5e9e95c34c
Make Add Scene button the same height as scene tabs
|
2 лет назад |
|
editor_node.h
|
764fe8ac51
Automatically reparent editor message dialogs to avoid error spam.
|
2 лет назад |
|
editor_path.cpp
|
50ea0951fe
Fix height of subresource button in Inspector
|
2 лет назад |
|
editor_path.h
|
50ea0951fe
Fix height of subresource button in Inspector
|
2 лет назад |
|
editor_paths.cpp
|
24c4b5e8ad
[macOS] Re-add support for the _sc_ inside app bundle. Update docs.
|
2 лет назад |
|
editor_paths.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_plugin.cpp
|
764fe8ac51
Automatically reparent editor message dialogs to avoid error spam.
|
2 лет назад |
|
editor_plugin.h
|
d2b4e30058
Change `_can_handle` and `_edit` virtual methods to take `Object*`
|
2 лет назад |
|
editor_plugin_settings.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_plugin_settings.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_properties.cpp
|
5824967f2f
clear filter input in Project Settings when opening Layers
|
2 лет назад |
|
editor_properties.h
|
c7f4ca36a4
Use `PropertyUsageFlags` enum in parse_property
|
3 лет назад |
|
editor_properties_array_dict.cpp
|
5ba53d0b36
Merge pull request #71740 from Jummit/dict-array-missing-types
|
2 лет назад |
|
editor_properties_array_dict.h
|
5909f9f075
GDScript: Fix issues with typed arrays
|
3 лет назад |
|
editor_property_name_processor.cpp
|
ab12edb6c6
Add "Bbcode" -> "BBCode" editor capitalization
|
2 лет назад |
|
editor_property_name_processor.h
|
5d7e003b29
Prepare for moving editor and classref translations to godot-editor-l10n repo
|
2 лет назад |
|
editor_quick_open.cpp
|
dddd8d43f6
Support script global resource name in EditorFileSystem
|
3 лет назад |
|
editor_quick_open.h
|
dddd8d43f6
Support script global resource name in EditorFileSystem
|
3 лет назад |
|
editor_resource_picker.cpp
|
7490f89238
Fix crash when revealing file in floating FileSystem Dock
|
2 лет назад |
|
editor_resource_picker.h
|
3dcf380161
Implement a quick script inheritance check
|
3 лет назад |
|
editor_resource_preview.cpp
|
e395eaf447
Fix editor resource preview deadlocking with --headless mode
|
2 лет назад |
|
editor_resource_preview.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_run.cpp
|
ec4d720850
Fix the issue causing the Godot Android Editor to crash when returning from the launched and running game
|
3 лет назад |
|
editor_run.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_run_native.cpp
|
d97e5863cb
Disable remote debug button if no remote debug preset found.
|
3 лет назад |
|
editor_run_native.h
|
5406b001ca
Move remote debug buttons to a single menu.
|
3 лет назад |
|
editor_run_script.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_run_script.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_scale.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_scale.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_sectioned_inspector.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_sectioned_inspector.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_settings.cpp
|
02583ddde8
Merge pull request #72460 from Calinou/project-manager-disable-incompatible-rendering-methods
|
2 лет назад |
|
editor_settings.h
|
64ba999eb1
Fix shortcut reset.
|
2 лет назад |
|
editor_settings_dialog.cpp
|
bcaf048f33
Merge pull request #71379 from KoBeWi/destruction_of_compatibility_function
|
3 лет назад |
|
editor_settings_dialog.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_spin_slider.cpp
|
826e54fa73
Some code simplifications
|
2 лет назад |
|
editor_spin_slider.h
|
2543aec5e4
Fix TAB key usage in EditorSpinSlider (and hence inpector).
|
3 лет назад |
|
editor_themes.cpp
|
755a86f502
Generate empty textures for theme icons if the SVG module is disabled
|
2 лет назад |
|
editor_themes.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_title_bar.cpp
|
4b2323e030
[macOS] Move extended title bar input to _gui_input and add mouse filters to prevent editor buttons from passing double-click to title.
|
3 лет назад |
|
editor_title_bar.h
|
4b2323e030
[macOS] Move extended title bar input to _gui_input and add mouse filters to prevent editor buttons from passing double-click to title.
|
3 лет назад |
|
editor_toaster.cpp
|
d929784491
Stop toaster notification circle flickering when notifications are all hidden.
|
2 лет назад |
|
editor_toaster.h
|
ae223e23a0
Limit toasts' width
|
3 лет назад |
|
editor_translation.cpp
|
5d7e003b29
Prepare for moving editor and classref translations to godot-editor-l10n repo
|
2 лет назад |
|
editor_translation.h
|
5d7e003b29
Prepare for moving editor and classref translations to godot-editor-l10n repo
|
2 лет назад |
|
editor_translation_parser.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_translation_parser.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_undo_redo_manager.cpp
|
d91a3985ae
Fix EditorUndoRedoManager's handling of MERGE_ENDS
|
2 лет назад |
|
editor_undo_redo_manager.h
|
b58111588a
Add EditorUndoRedoManager singleton
|
3 лет назад |
|
editor_vcs_interface.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_vcs_interface.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
editor_zoom_widget.cpp
|
a5479d3030
Usability improvements to the Zoom Widget
|
3 лет назад |
|
editor_zoom_widget.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
event_listener_line_edit.cpp
|
26581ca574
Add some missing translatable editor strings
|
2 лет назад |
|
event_listener_line_edit.h
|
3bf06e955e
Propagate allowed input types to `event_listener` when setting them on `InputEventConfigurationDialog`
|
3 лет назад |
|
fbx_importer_manager.cpp
|
7e74568709
FBX: Disable importer when canceling FBX2glTF setup
|
2 лет назад |
|
fbx_importer_manager.h
|
7e74568709
FBX: Disable importer when canceling FBX2glTF setup
|
2 лет назад |
|
filesystem_dock.cpp
|
6b59c57f2a
Fix rightclick on some files changes the 'New' menu entry to 'Show in File Manager' due to no fixed index for the 'New' menu
|
2 лет назад |
|
filesystem_dock.h
|
6b59c57f2a
Fix rightclick on some files changes the 'New' menu entry to 'Show in File Manager' due to no fixed index for the 'New' menu
|
2 лет назад |
|
find_in_files.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
find_in_files.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
groups_editor.cpp
|
b58111588a
Add EditorUndoRedoManager singleton
|
3 лет назад |
|
groups_editor.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
history_dock.cpp
|
b58111588a
Add EditorUndoRedoManager singleton
|
3 лет назад |
|
history_dock.h
|
b58111588a
Add EditorUndoRedoManager singleton
|
3 лет назад |
|
import_defaults_editor.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
import_defaults_editor.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
import_dock.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
import_dock.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
input_event_configuration_dialog.cpp
|
5acc7a77fe
Fix `InputEventConfigurationDialog` modifies original event
|
2 лет назад |
|
input_event_configuration_dialog.h
|
daad4aed62
Cleanup and unify keyboard input.
|
3 лет назад |
|
inspector_dock.cpp
|
ef06e5d786
Fix error when opening Inspector's dots menu
|
2 лет назад |
|
inspector_dock.h
|
6d65d886f2
Add Show in FileSystem option in the inspector
|
3 лет назад |
|
localization_editor.cpp
|
d6b36e800d
Improve POT Generation dialog
|
2 лет назад |
|
localization_editor.h
|
d6b36e800d
Improve POT Generation dialog
|
2 лет назад |
|
multi_node_edit.cpp
|
adf109d806
Merge pull request #71345 from reduz/support-metadata-multi-node-edit
|
3 лет назад |
|
multi_node_edit.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
node_dock.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
node_dock.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
plugin_config_dialog.cpp
|
5b1df48c6c
Convert en_GB spelling to en_US with codespell
|
3 лет назад |
|
plugin_config_dialog.h
|
5b1df48c6c
Convert en_GB spelling to en_US with codespell
|
3 лет назад |
|
pot_generator.cpp
|
d6b36e800d
Improve POT Generation dialog
|
2 лет назад |
|
pot_generator.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
progress_dialog.cpp
|
764fe8ac51
Automatically reparent editor message dialogs to avoid error spam.
|
2 лет назад |
|
progress_dialog.h
|
5b1df48c6c
Convert en_GB spelling to en_US with codespell
|
3 лет назад |
|
project_converter_3_to_4.cpp
|
3bb89a0911
Add conversion for common Theme Overrides
|
2 лет назад |
|
project_converter_3_to_4.h
|
06e2c6ace2
Move tool declarations to top in 3to4.
|
2 лет назад |
|
project_manager.cpp
|
ec5f503289
Disallow creating a project in the Home or Documents folder
|
2 лет назад |
|
project_manager.h
|
ec5f503289
Disallow creating a project in the Home or Documents folder
|
2 лет назад |
|
project_settings_editor.cpp
|
5824967f2f
clear filter input in Project Settings when opening Layers
|
2 лет назад |
|
project_settings_editor.h
|
5824967f2f
clear filter input in Project Settings when opening Layers
|
2 лет назад |
|
property_selector.cpp
|
75e078d885
Fix type icons in `PropertySelector`
|
2 лет назад |
|
property_selector.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
register_editor_types.cpp
|
1e94881484
Exposing more project settings for documentation
|
2 лет назад |
|
register_editor_types.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
register_exporters.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
rename_dialog.cpp
|
b58111588a
Add EditorUndoRedoManager singleton
|
3 лет назад |
|
rename_dialog.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
renames_map_3_to_4.cpp
|
1deda0f003
Add navigation renames to 3to4 converter
|
2 лет назад |
|
renames_map_3_to_4.h
|
3bb89a0911
Add conversion for common Theme Overrides
|
2 лет назад |
|
reparent_dialog.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
reparent_dialog.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
scene_create_dialog.cpp
|
00b5222f66
Fix inconsistent state of Controls when editing and running scenes
|
3 лет назад |
|
scene_create_dialog.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
scene_tree_dock.cpp
|
360c71c3f6
Prevent wrong unedit when clicking editor viewport
|
3 лет назад |
|
scene_tree_dock.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
scene_tree_editor.cpp
|
fab9926a95
Merge pull request #65137 from dalexeev/editor-naming
|
3 лет назад |
|
scene_tree_editor.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
script_create_dialog.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
script_create_dialog.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
shader_create_dialog.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
shader_create_dialog.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
shader_globals_editor.cpp
|
b58111588a
Add EditorUndoRedoManager singleton
|
3 лет назад |
|
shader_globals_editor.h
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
|
template_builders.py
|
9d5b807059
Improve editor template workflow
|
4 лет назад |