behaviour-tree-test/editor
风青山 81f727b6dd
Fix the returned controls of EditorHelpBitTooltip::show_tooltip() were not freed in ScriptTextEditor
The returned control is an orphan node, which is to make the standard tooltip invisible.
2025-11-23 23:31:59 +08:00
..
animation Merge pull request #110623 from YeldhamDev/time_manipulation 2025-11-21 18:37:39 -06:00
asset_library Fix author names not showing up in the AssetLib 2025-10-30 15:47:48 -03:00
audio Add a new editor theme 2025-10-30 00:31:54 -03:00
debugger Make bottom panel into available dock slot 2025-11-21 18:52:13 +01:00
doc Fix the returned controls of EditorHelpBitTooltip::show_tooltip() were not freed in ScriptTextEditor 2025-11-23 23:31:59 +08:00
docks Make bottom panel into available dock slot 2025-11-21 18:52:13 +01:00
export Fix typo in MacOS and iOS export settings 2025-11-19 13:05:57 -05:00
file_system Merge pull request #106532 from isaaccp/fix-texture-atlas-import-deadlock 2025-11-17 10:56:41 -06:00
gui Make bottom panel into available dock slot 2025-11-21 18:52:13 +01:00
icons Merge pull request #110623 from YeldhamDev/time_manipulation 2025-11-21 18:37:39 -06:00
import Merge pull request #91634 from jogly/gilley/fix-anim-loop-import 2025-11-21 18:37:33 -06:00
inspector Fix the returned controls of EditorHelpBitTooltip::show_tooltip() were not freed in ScriptTextEditor 2025-11-23 23:31:59 +08:00
plugins Make bottom panel into available dock slot 2025-11-21 18:52:13 +01:00
project_manager Merge pull request #77292 from Calinou/project-manager-add-select-all-none-shortcuts 2025-11-20 16:47:01 -06:00
project_upgrade Fix compilation errors with deprecated=no 2025-11-20 20:12:29 +08:00
run Wayland: Implement game embedding 2025-11-19 21:24:18 +01:00
scene Fix the returned controls of EditorHelpBitTooltip::show_tooltip() were not freed in ScriptTextEditor 2025-11-23 23:31:59 +08:00
script Fix the returned controls of EditorHelpBitTooltip::show_tooltip() were not freed in ScriptTextEditor 2025-11-23 23:31:59 +08:00
settings Show a warning toast when saving a large text-based scene 2025-11-18 02:03:05 +01:00
shader Merge pull request #102193 from MartinDelille/shader-focus 2025-11-20 16:47:02 -06:00
themes Merge pull request #110623 from YeldhamDev/time_manipulation 2025-11-21 18:37:39 -06:00
translations Improve POT generator 2025-11-21 21:11:41 +01:00
version_control Make bottom panel into available dock slot 2025-11-21 18:52:13 +01:00
editor_builders.py Cleanup editor translation related methods 2025-09-18 20:27:09 +08:00
editor_data.cpp Fix Clear Inheritance error 2025-10-29 21:27:50 +08:00
editor_data.h Fix Clear Inheritance error 2025-10-29 21:27:50 +08:00
editor_interface.compat.inc
editor_interface.cpp Make editor language setting default to Auto 2025-11-03 20:11:52 +08:00
editor_interface.h Make editor language setting default to Auto 2025-11-03 20:11:52 +08:00
editor_log.cpp Make bottom panel into available dock slot 2025-11-21 18:52:13 +01:00
editor_log.h Refactor Bottom Panel to be a TabContainer 2025-11-06 13:39:52 -08: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 #112577 from timothyqiu/multiple-translations-per-locale 2025-11-21 18:37:24 -06:00
editor_node.h Merge pull request #112912 from KoBeWi/export_as_nobugs 2025-11-18 08:25:44 -06:00
editor_string_names.h
editor_undo_redo_manager.compat.inc
editor_undo_redo_manager.cpp Set correct saved history after clearing 2025-10-01 22:27:36 +02:00
editor_undo_redo_manager.h
register_editor_types.cpp Merge pull request #111095 from Meorge/feat/margincontainer-viz 2025-10-14 10:31:24 -05:00
register_editor_types.h
SCsub Editor: Generate translation data in separate cpp files 2025-09-17 23:10:51 +08:00
template_builders.py