Fabio Alessandrelli 67265d14f7 [MP] Move engine and editor profilers to a plugin. 3 年之前
..
debugger 67265d14f7 [MP] Move engine and editor profilers to a plugin. 3 年之前
export 9a33c97c2a Add console wrapper app to handle console i/o redirection on Windows. 3 年之前
fileserver 45af29da80 Add a new HashSet template 3 年之前
icons 985671012a Separate Line and CurveLinear icons 3 年之前
import 19f21e2434 Merge pull request #68470 from bruvzg/img_fnt_imp 3 年之前
plugins d568b25e36 [Editor] Better expose EditorDebuggerPlugin. 3 年之前
translations c5bd2f9dce ci: add Python static analysis check via mypy 3 年之前
SCsub 39facb35a0 SCons: Unify tools/target build type configuration 3 年之前
action_map_editor.cpp f475c91081 Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20 3 年之前
action_map_editor.h 598ee4266c Split `action_map_editor` file into one file per class it contained. 3 年之前
animation_bezier_editor.cpp e48c5daddf Unify usage of GLOBAL/EDITOR_GET 3 年之前
animation_bezier_editor.h 6277448f42 Merge pull request #64647 from TokageItLab/auto-tangent 3 年之前
animation_track_editor.cpp 5947f22be9 Merge pull request #67578 from KoBeWi/GEDITOR 3 年之前
animation_track_editor.h 882a4f8906 Port remaining connections to callable_mp 3 年之前
animation_track_editor_plugins.cpp 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 3 年之前
animation_track_editor_plugins.h c273ddc3ee Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 3 年之前
array_property_edit.cpp ece3df3938 Add per-scene UndoRedo 3 年之前
array_property_edit.h fe52458154 Update copyright statements to 2022 4 年之前
audio_stream_preview.cpp d4433ae6d3 Remove Signal connect binds 3 年之前
audio_stream_preview.h d1ddee2258 Implement BPM support 3 年之前
code_editor.cpp 11842eb738 Disable code font ligatures by default in the editor 3 年之前
code_editor.h ff0de4e220 Fix some bugs about search in code editor 3 年之前
connections_dialog.cpp ee53b17277 Fix crash in connection dialog 3 年之前
connections_dialog.h ee53b17277 Fix crash in connection dialog 3 年之前
create_dialog.cpp ba542444e3 Don't allow instancing virtual node types in the Create New Node dialog 3 年之前
create_dialog.h a258101971 simplify title of create/change node dialog 3 年之前
dependency_editor.cpp e48c5daddf Unify usage of GLOBAL/EDITOR_GET 3 年之前
dependency_editor.h 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 3 年之前
dictionary_property_edit.cpp ece3df3938 Add per-scene UndoRedo 3 年之前
dictionary_property_edit.h fe52458154 Update copyright statements to 2022 4 年之前
doc_tools.cpp a3e52925bf Fix default values on virtual classes causing errors in projects 3 年之前
doc_tools.h 90019676b0 Code quality: Fix header guards consistency 3 年之前
editor_about.cpp fd6453c45e Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED" 3 年之前
editor_about.h fd6453c45e Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED" 3 年之前
editor_asset_installer.cpp 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 3 年之前
editor_asset_installer.h 90019676b0 Code quality: Fix header guards consistency 3 年之前
editor_atlas_packer.cpp ea0472fecf Refactor BitMap and add tests 3 年之前
editor_atlas_packer.h b35e9155d0 Use bresenham_line() in EditorAtlasPacker::chart_pack 3 年之前
editor_audio_buses.cpp f7c611ab71 Style: Misc docs and comment style and language fixes 3 年之前
editor_audio_buses.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 年之前
editor_autoload_settings.cpp 15831e381b Unify usage of undo_redo in editor 3 年之前
editor_autoload_settings.h 90019676b0 Code quality: Fix header guards consistency 3 年之前
editor_build_profile.cpp f113a5cc02 Fix typo in build configuration file type desc 3 年之前
editor_build_profile.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 年之前
editor_builders.py c5bd2f9dce ci: add Python static analysis check via mypy 3 年之前
editor_command_palette.cpp 1778301cd0 Add call_deferred() method to Callable 3 年之前
editor_command_palette.h d8663b1a70 Sort unused palette commands alphabetically 3 年之前
editor_data.cpp 15831e381b Unify usage of undo_redo in editor 3 年之前
editor_data.h a3309215c2 Improve handling of custom types 3 年之前
editor_dir_dialog.cpp e48c5daddf Unify usage of GLOBAL/EDITOR_GET 3 年之前
editor_dir_dialog.h 45af29da80 Add a new HashSet template 3 年之前
editor_feature_profile.cpp c89100e571 Allow to disable History Dock via feature profile 3 年之前
editor_feature_profile.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 年之前
editor_file_dialog.cpp e48c5daddf Unify usage of GLOBAL/EDITOR_GET 3 年之前
editor_file_dialog.h 882a4f8906 Port remaining connections to callable_mp 3 年之前
editor_file_system.cpp e48c5daddf Unify usage of GLOBAL/EDITOR_GET 3 年之前
editor_file_system.h 2be9ef507a Remove unused `abort_scan` variable 3 年之前
editor_folding.cpp 10a56981dc Rename String `plus_file` to `path_join` 3 年之前
editor_folding.h 45af29da80 Add a new HashSet template 3 年之前
editor_fonts.cpp 11842eb738 Disable code font ligatures by default in the editor 3 年之前
editor_fonts.h 90019676b0 Code quality: Fix header guards consistency 3 年之前
editor_help.cpp a90d435e9b Merge pull request #68132 from Mickeon/doc-help-colourful 3 年之前
editor_help.h fd6453c45e Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED" 3 年之前
editor_help_search.cpp 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 3 年之前
editor_help_search.h a140efbbeb Merge pull request #65315 from Mickeon/editor-help-search-multi-term 3 年之前
editor_inspector.cpp 15831e381b Unify usage of undo_redo in editor 3 年之前
editor_inspector.h 15831e381b Unify usage of undo_redo in editor 3 年之前
editor_layouts_dialog.cpp fe52458154 Update copyright statements to 2022 4 年之前
editor_layouts_dialog.h f8ab79e68a Zero initialize all pointer class and struct members 3 年之前
editor_locale_dialog.cpp 15831e381b Unify usage of undo_redo in editor 3 年之前
editor_locale_dialog.h 15831e381b Unify usage of undo_redo in editor 3 年之前
editor_log.cpp f7c611ab71 Style: Misc docs and comment style and language fixes 3 年之前
editor_log.h fd6453c45e Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED" 3 年之前
editor_native_shader_source_visualizer.cpp deb1342036 Make `TabBar/Container` default their alignments to the left instead of center 3 年之前
editor_native_shader_source_visualizer.h fe52458154 Update copyright statements to 2022 4 年之前
editor_node.cpp d568b25e36 [Editor] Better expose EditorDebuggerPlugin. 3 年之前
editor_node.h c89100e571 Allow to disable History Dock via feature profile 3 年之前
editor_path.cpp 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 3 年之前
editor_path.h f8ab79e68a Zero initialize all pointer class and struct members 3 年之前
editor_paths.cpp e48c5daddf Unify usage of GLOBAL/EDITOR_GET 3 年之前
editor_paths.h ac870ab1c8 Move editor paths into the EditorPaths class 3 年之前
editor_plugin.cpp d568b25e36 [Editor] Better expose EditorDebuggerPlugin. 3 年之前
editor_plugin.h d568b25e36 [Editor] Better expose EditorDebuggerPlugin. 3 年之前
editor_plugin_settings.cpp 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 3 年之前
editor_plugin_settings.h 15831e381b Unify usage of undo_redo in editor 3 年之前
editor_properties.cpp f475c91081 Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20 3 年之前
editor_properties.h ad04922ef9 Only show named layers in layer menu 3 年之前
editor_properties_array_dict.cpp f7c611ab71 Style: Misc docs and comment style and language fixes 3 年之前
editor_properties_array_dict.h 7b5d1ea5b9 Fix various uninitialized member pointers 3 年之前
editor_property_name_processor.cpp d91cb1d5d5 [macOS export] Simplify code signing options, add support for rcodesign tool for signing and notarization. 3 年之前
editor_property_name_processor.h 746dddc067 Replace most uses of Map by HashMap 3 年之前
editor_quick_open.cpp cc5a736c0b Enable QuickOpen to see scripted resources. 3 年之前
editor_quick_open.h 7817a472f3 QuickOpen: Disable loading resources for now, too slow 3 年之前
editor_resource_picker.cpp 2557ea9d33 Don't allow instancing virtual resources in the resource picker dialog 3 年之前
editor_resource_picker.h d32f2700ff Script-class-aware Inspector & related controls. 3 年之前
editor_resource_preview.cpp 5947f22be9 Merge pull request #67578 from KoBeWi/GEDITOR 3 年之前
editor_resource_preview.h 90019676b0 Code quality: Fix header guards consistency 3 年之前
editor_run.cpp ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 年之前
editor_run.h 5786516d4d Implement Running Godot as Movie Writer 3 年之前
editor_run_native.cpp eba8be6e45 Fix typo - "collison" -> "collision" 3 年之前
editor_run_native.h e00571b194 Add readable export errors. 3 年之前
editor_run_script.cpp b396fd4eef Improve compilation speed (forward declarations/includes cleanup) 3 年之前
editor_run_script.h f8ab79e68a Zero initialize all pointer class and struct members 3 年之前
editor_scale.cpp fe52458154 Update copyright statements to 2022 4 年之前
editor_scale.h 90019676b0 Code quality: Fix header guards consistency 3 年之前
editor_sectioned_inspector.cpp ad04922ef9 Only show named layers in layer menu 3 年之前
editor_sectioned_inspector.h 90019676b0 Code quality: Fix header guards consistency 3 年之前
editor_settings.cpp 11842eb738 Disable code font ligatures by default in the editor 3 年之前
editor_settings.h 7adc8376ed Change Array arguments to TypedArray 3 年之前
editor_settings_dialog.cpp 12787ad57d Fix memory leak in `EditorSettingsDialog` 3 年之前
editor_settings_dialog.h 15831e381b Unify usage of undo_redo in editor 3 年之前
editor_spin_slider.cpp 2ffb609658 Merge pull request #66337 from EricEzaM/sprite-frames 3 年之前
editor_spin_slider.h 673c649adb Implement Quaternion Editor 3 年之前
editor_themes.cpp a90d435e9b Merge pull request #68132 from Mickeon/doc-help-colourful 3 年之前
editor_themes.h 02572f2c62 Improve icon generation in the editor theme 3 年之前
editor_title_bar.cpp bc4ba6cb78 [macOS] Extend editor contents to the window titlebar for better space usage. 3 年之前
editor_title_bar.h bc4ba6cb78 [macOS] Extend editor contents to the window titlebar for better space usage. 3 年之前
editor_toaster.cpp 7543a5e014 Rename queue_delete => queue_free 3 年之前
editor_toaster.h 746dddc067 Replace most uses of Map by HashMap 3 年之前
editor_translation.cpp 9381acb6a4 Make FileAccess and DirAccess classes reference counted. 3 年之前
editor_translation.h fe52458154 Update copyright statements to 2022 4 年之前
editor_translation_parser.cpp 7adc8376ed Change Array arguments to TypedArray 3 年之前
editor_translation_parser.h 7adc8376ed Change Array arguments to TypedArray 3 年之前
editor_undo_redo_manager.cpp ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 年之前
editor_undo_redo_manager.h f42cd7f83f Add history dock 3 年之前
editor_vcs_interface.cpp 7adc8376ed Change Array arguments to TypedArray 3 年之前
editor_vcs_interface.h 7adc8376ed Change Array arguments to TypedArray 3 年之前
editor_zoom_widget.cpp 16a3cec71e Fix zoom in/out keyboard shortcuts not working since the introduction of EditorZoomWidget. Add KP shortcuts to zoom in/out. 3 年之前
editor_zoom_widget.h 16a3cec71e Fix zoom in/out keyboard shortcuts not working since the introduction of EditorZoomWidget. Add KP shortcuts to zoom in/out. 3 年之前
event_listener_line_edit.cpp 8678e4d34f Focus EventListener when InputEventConfigurationDialog is opened. 3 年之前
event_listener_line_edit.h 8678e4d34f Focus EventListener when InputEventConfigurationDialog is opened. 3 年之前
filesystem_dock.cpp ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 年之前
filesystem_dock.h 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 3 年之前
find_in_files.cpp 9580769e9a Merge pull request #65441 from MewPurPur/annoying-whitespaces-trimming-fix 3 年之前
find_in_files.h 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 3 年之前
groups_editor.cpp 15831e381b Unify usage of undo_redo in editor 3 年之前
groups_editor.h 15831e381b Unify usage of undo_redo in editor 3 年之前
history_dock.cpp f42cd7f83f Add history dock 3 年之前
history_dock.h f42cd7f83f Add history dock 3 年之前
import_defaults_editor.cpp e48c5daddf Unify usage of GLOBAL/EDITOR_GET 3 年之前
import_defaults_editor.h f8ab79e68a Zero initialize all pointer class and struct members 3 年之前
import_dock.cpp e48c5daddf Unify usage of GLOBAL/EDITOR_GET 3 年之前
import_dock.h 90019676b0 Code quality: Fix header guards consistency 3 年之前
input_event_configuration_dialog.cpp 8678e4d34f Focus EventListener when InputEventConfigurationDialog is opened. 3 年之前
input_event_configuration_dialog.h 598ee4266c Split `action_map_editor` file into one file per class it contained. 3 年之前
inspector_dock.cpp 15831e381b Unify usage of undo_redo in editor 3 年之前
inspector_dock.h dd814a0dca Disable editing properties in foreign resources 3 年之前
localization_editor.cpp 15831e381b Unify usage of undo_redo in editor 3 年之前
localization_editor.h 15831e381b Unify usage of undo_redo in editor 3 年之前
multi_node_edit.cpp a914dc0c46 Improvements to multi-node editing 3 年之前
multi_node_edit.h a914dc0c46 Improvements to multi-node editing 3 年之前
node_dock.cpp 15831e381b Unify usage of undo_redo in editor 3 年之前
node_dock.h f8ab79e68a Zero initialize all pointer class and struct members 3 年之前
plugin_config_dialog.cpp ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 年之前
plugin_config_dialog.h 32c4d110eb Improve plugin dialog UX 3 年之前
pot_generator.cpp e48c5daddf Unify usage of GLOBAL/EDITOR_GET 3 年之前
pot_generator.h 45af29da80 Add a new HashSet template 3 年之前
progress_dialog.cpp 7936b3cc4c Merge pull request #60108 from KoBeWi/arise_to_top 3 年之前
progress_dialog.h 746dddc067 Replace most uses of Map by HashMap 3 年之前
project_converter_3_to_4.cpp 6fc1715cdf Merge pull request #65779 from Mickeon/rename-camera-follow 3 年之前
project_converter_3_to_4.h 9f2dc68279 Replace File/Directory with FileAccess/DirAccess 3 年之前
project_manager.cpp f475c91081 Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20 3 年之前
project_manager.h e7ce3f539e Project Manager: Clarify text in project conversion dialogs 3 年之前
project_settings_editor.cpp 15831e381b Unify usage of undo_redo in editor 3 年之前
project_settings_editor.h 15831e381b Unify usage of undo_redo in editor 3 年之前
property_selector.cpp 1c9ba5ef3e Remove excessive `editor/property_editor.h` includes 3 年之前
property_selector.h 1c9ba5ef3e Remove excessive `editor/property_editor.h` includes 3 年之前
register_exporters.h 90019676b0 Code quality: Fix header guards consistency 3 年之前
rename_dialog.cpp 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 3 年之前
rename_dialog.h ece3df3938 Add per-scene UndoRedo 3 年之前
reparent_dialog.cpp e4067064ce Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog 3 年之前
reparent_dialog.h 45af29da80 Add a new HashSet template 3 年之前
scene_create_dialog.cpp 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 3 年之前
scene_create_dialog.h a08d930740 Rework scene creation dialog 3 年之前
scene_tree_dock.cpp 15831e381b Unify usage of undo_redo in editor 3 年之前
scene_tree_dock.h ba9e619b51 Use forward-declarations in EditorPlugin where possible 3 年之前
scene_tree_editor.cpp 15831e381b Unify usage of undo_redo in editor 3 年之前
scene_tree_editor.h 15831e381b Unify usage of undo_redo in editor 3 年之前
script_create_dialog.cpp 5dfa56474a Merge pull request #68247 from akien-mga/emscripten-warnings-unuset-but-set 3 年之前
script_create_dialog.h 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 3 年之前
shader_create_dialog.cpp 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 3 年之前
shader_create_dialog.h fd6453c45e Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED" 3 年之前
shader_globals_editor.cpp 15831e381b Unify usage of undo_redo in editor 3 年之前
shader_globals_editor.h ece3df3938 Add per-scene UndoRedo 3 年之前
template_builders.py 9d5b807059 Improve editor template workflow 4 年之前