behaviour-tree-test/editor
Thaddeus Crews e1c8e6cfb6
Merge pull request #108208 from YeldhamDev/remote_class_name_fix
Show custom class name in the remote inspector
2026-02-16 10:19:26 -06:00
..
animation Fix double memdelete of dummy_player 2026-02-06 20:41:56 +03:00
asset_library More scroll hint work around the editor 2026-01-06 18:34:20 -03:00
audio a11y: Remove "not accessible at this time" placeholders. 2026-01-19 14:10:27 -05:00
debugger Merge pull request #108208 from YeldhamDev/remote_class_name_fix 2026-02-16 10:19:26 -06:00
doc Merge pull request #115767 from DexterFstone/Add-a-script-editor-keyboard-shortcut-to-show-the-documentation-tooltip-for-the-word-the-caret-is-on 2026-02-09 15:07:03 -06:00
docks Change TabContainer's popup button into real Button 2026-02-08 18:13:45 +01:00
export Reduce includes to rendering device. 2026-02-10 16:58:50 +03:00
file_system Revert "Rearrange project loading init" 2026-02-11 08:30:48 -06:00
gui Merge pull request #114283 from KoBeWi/adding_physical_buttons 2026-02-16 10:19:22 -06:00
icons Merge pull request #115794 from TokageItLab/toggle-trackball 2026-02-05 09:32:35 -06:00
import Support output to HDR monitors 2026-02-11 22:13:26 -07:00
inspector Merge pull request #115935 from Repiteo/style/inc-to-h 2026-02-06 08:17:55 -06:00
plugins Style: Convert *.gen.inc to *.gen.h 2026-02-05 19:47:56 -06:00
project_manager Fix buttons for opening project in file manager 2026-01-31 20:23:17 +02:00
project_upgrade Do not include input_enums.h and keyboard.h from variant.h and binder_common.h. 2026-01-29 12:12:53 +01:00
run Use actual class names in resource type hints 2026-01-29 21:07:56 +01:00
scene Merge pull request #116075 from ryevdokimov/arc-sync 2026-02-12 08:19:15 -06:00
script Merge pull request #116081 from arkology/goto_line_button 2026-02-16 10:19:20 -06:00
settings Add view_plane_rotation_gizmo_scale to EditorSettings 2026-02-08 18:50:49 +09:00
shader Convert "Line and column numbers" label to button 2026-02-11 14:01:03 +00:00
themes Add view_plane_rotation_gizmo_scale to EditorSettings 2026-02-08 18:50:49 +09:00
translations Style: Convert *.gen.inc to *.gen.h 2026-02-05 19:47:56 -06:00
version_control Style: Convert *.gen.inc to *.gen.h 2026-02-05 19:47:56 -06:00
editor_builders.py [Editor] Handle spaces in paths when generating translations 2026-01-14 12:42:36 +01:00
editor_data.cpp Use ObjectID to store nodes in the editor selection. 2025-12-18 09:16:43 +02:00
editor_data.h Use ObjectID to store nodes in the editor selection. 2025-12-18 09:16:43 +02:00
editor_interface.compat.inc
editor_interface.cpp Expose set_edited and is_edited on EditorInterface 2025-12-01 06:43:11 -05:00
editor_interface.h Expose set_edited and is_edited on EditorInterface 2025-12-01 06:43:11 -05:00
editor_log.cpp Remove sky.h include from environment.h, to speed up compile time. 2026-01-30 00:05:55 +01:00
editor_log.h Add bottom dock tab style setting 2025-11-25 00:04:04 +01:00
editor_main_screen.cpp GUI: Add accessibility region role for landmark navigation 2026-01-19 08:12:33 -05:00
editor_main_screen.h
editor_node.cpp Merge pull request #115963 from blueskythlikesclouds/reduce-includes-to-rd 2026-02-12 08:19:16 -06:00
editor_node.h Fix quick open dialog recursive problem 2026-01-12 13:12:06 +01:00
editor_string_names.h
editor_undo_redo_manager.compat.inc
editor_undo_redo_manager.cpp Fix mark_scene_as_unsaved() not working with "Reload Saved Screen 2026-01-31 23:20:56 -05:00
editor_undo_redo_manager.h
register_editor_types.cpp merge parts of script and text editor 2026-02-02 11:22:25 +01:00
register_editor_types.h
SCsub
template_builders.py