behaviour-tree-test/editor
Dario 9086b5c05f Fix editor export plugins always causing resources to be edited.
- Remove the ', true' which always caused the if statement to be true.
- Add a new comparison before setting again the same array or dictionary back to the object. Not all objects are programmed to take into account that the setter could be called with the exact same Array or Dictionary from the class. This check ensures that scenario doesn't happen since it should be unnecessary.
2025-08-28 12:21:30 -03:00
..
animation Merge pull request #109271 from Giganzo/animation-right-click 2025-08-25 09:54:16 -05:00
asset_library Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
audio Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
debugger Fix missing hover style for Ignore Error breaks button 2025-08-17 00:53:27 +02:00
doc Add hover styles to buttons in Script/Shader editor 2025-08-16 15:05:07 +02:00
docks Track last selection using ObjectID 2025-08-20 14:49:50 +02:00
export Fix editor export plugins always causing resources to be edited. 2025-08-28 12:21:30 -03:00
file_system Merge pull request #109735 from mihe/infinite-doc-regen 2025-08-19 10:29:41 -05:00
gui Add hover styles to buttons in Script/Shader editor 2025-08-16 15:05:07 +02:00
icons Allow toggling UID display in path properties 2025-06-16 15:46:50 +02:00
import Rename SVGTexture to DPITexture. 2025-08-21 11:39:16 +03:00
inspector Remove unused "default" range hint min/max 2025-08-22 12:26:30 -07:00
plugins Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
project_manager Merge pull request #109267 from syntaxerror247/misc 2025-08-03 10:51:15 -05:00
project_upgrade Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
run Fix shortcut reset for spatial_editor/tool_select 2025-08-12 10:46:20 +02:00
scene Create an undo/redo action when pinning a SoftBody3D point in the editor 2025-08-25 17:07:23 +02:00
script Merge pull request #109735 from mihe/infinite-doc-regen 2025-08-19 10:29:41 -05:00
settings Keep collapsed state for actions when modifying Input Map 2025-08-05 15:25:47 -04:00
shader Make shader editor menu position consistent between shader languages 2025-08-26 06:56:55 -07:00
themes Rename SVGTexture to DPITexture. 2025-08-21 11:39:16 +03:00
translations i18n: Sync translations with Weblate 2025-07-31 22:27:25 +02:00
version_control Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_builders.py
editor_data.cpp Fix Editor crash during first scan in headless import mode. 2025-07-27 04:55:23 +03:00
editor_data.h Add class icon cache to EditorNode 2025-05-27 13:59:13 +02:00
editor_interface.compat.inc
editor_interface.cpp Prevent generating editor 3D scene preview in headless mode. 2025-07-31 11:44:07 +03:00
editor_interface.h Revert "Rework scene preview thumbnails" 2025-06-21 00:05:57 +02:00
editor_log.cpp Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_log.h Change editor button focus mode to FOCUS_ACCESSIBILITY. 2025-06-08 15:53:27 +03:00
editor_main_screen.cpp Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_main_screen.h
editor_node.cpp Merge pull request #109676 from bruvzg/menu_spacers 2025-08-21 06:24:22 -05:00
editor_node.h Don't start editor as unsaved 2025-08-21 14:38:27 +02:00
editor_string_names.h
editor_undo_redo_manager.compat.inc
editor_undo_redo_manager.cpp Fix crash when checking unsaved history 2025-05-15 22:37:57 +02:00
editor_undo_redo_manager.h
register_editor_types.cpp Move remaining 3D files to 3D folder and move physics gizmos to their own physics folder. 2025-07-11 18:46:13 +03:00
register_editor_types.h
SCsub Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
template_builders.py