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