Thaddeus Crews
a66b9ec3f1
Merge pull request #116156 from ryevdokimov/view-axis-gizmo-no-restart
...
Make changing `view_plane_rotation_gizmo_scale` not require editor restart
2026-04-08 09:25:44 -05:00
Thaddeus Crews
2efa9d3bce
Merge pull request #118169 from raulsntos/dotnet/build-in-command-palette
...
Add "Build C# project" to command palette
2026-04-08 09:25:32 -05:00
Thaddeus Crews
8f0ebc2f2b
Merge pull request #117754 from allenwp/renderer_selector_editor_setting
...
Hide renderer selector in main editor window and add editor setting
2026-04-07 06:44:44 -05:00
Raul Santos
5abbedebe0
Fix CommandPalette for commands that open EditorProgress
2026-04-03 23:26:51 +02:00
Thaddeus Crews
33536fbe11
Merge pull request #118096 from uno1982/mobile-haptic-editor-restart
...
Android: Add missing set_restart_if_changed for haptic_on_long_press
2026-04-02 12:33:25 -05:00
Thaddeus Crews
0df88c38e1
Merge pull request #117633 from Goldenlion5648/search-shortcuts-by-path
...
Allow searching editor shortcuts by path
2026-04-02 12:33:19 -05:00
uno1982
0ab60fb65b
Android: Add missing set_restart_if_changed for haptic_on_long_press setting
...
The haptic_on_long_press editor setting was missing set_restart_if_changed,
meaning toggling it in the UI would not take effect until the editor was
manually restarted without any prompt to do so.
2026-04-01 18:26:50 -05:00
Aaron Franke
a940455f36
Allow viewing GDExtensions from inside project settings
2026-04-01 15:42:48 -07:00
Goldenlion5648
a5c45777ec
allow searching editor shortcuts by path
2026-04-01 10:49:44 -04:00
Thaddeus Crews
06c3946e35
Merge pull request #117906 from YeldhamDev/build_it_up_tear_it_down
...
Fix some regressions with the build profile editor
2026-03-30 13:35:49 -05:00
Thaddeus Crews
1d6e1416cb
Merge pull request #117956 from marcozee03/fix-input-event-configuration-dialog
...
Fix crash caused by input configuration dialog
2026-03-30 13:35:48 -05:00
Thaddeus Crews
879a3012c8
Merge pull request #117358 from bruvzg/prop_ac_disc
...
[Accessibility] Add property/category/section descriptions to the inspector.
2026-03-30 13:35:31 -05:00
Thaddeus Crews
adeed3a45b
Merge pull request #117878 from Jordyfel/compilation-configuration-editor-fix
...
Fix compilation configuration editor not working
2026-03-30 13:35:28 -05:00
Thaddeus Crews
a644e7ff38
Merge pull request #114861 from dalexeev/improve-editor-only-class-checking
...
Improve editor-only class checking
2026-03-30 13:35:14 -05:00
Marco Zepeda
f69370b260
Fix crash caused by input configuration dialog
2026-03-29 04:14:21 -04:00
Michael Alexsander
25b80e589e
Fix some regressions with the build profile editor
2026-03-27 13:47:27 -03:00
StarryWorm
4ae336740d
Add missing resource_*.h includes
...
Add missing `resource_importer.h` includes
Add missing `resource_loader.h` includes
Add missing `resource_saver.h` includes
2026-03-27 07:03:39 -04:00
Jordyfel
481e3b41ef
Fix compilation configuration editor not working
2026-03-26 21:56:07 +02:00
Danil Alexeev
32d1f518fa
Improve editor-only class checking
2026-03-25 17:07:39 +03:00
Rémi Verschelde
970f8236b5
Merge pull request #117733 from KoBeWi/autranslator_localized_(i.e._at_location)
...
Add `_get_tooltip_auto_translate_mode_at()` to Control
2026-03-23 22:36:15 +01:00
Allen Pestaluky
85b45fd58e
Hide renderer selector in main editor window and add editor setting to show it.
2026-03-23 10:58:28 -04:00
kobewi
0d220b35a5
Add _get_tooltip_auto_translate_mode_at() to Control
2026-03-22 17:56:46 +01:00
Michael Alexsander
c766fb1ce8
Create a proper editor for MeshLibrary
2026-03-21 11:16:26 -03:00
Thaddeus Crews
6782fe44c2
Merge pull request #117477 from YeldhamDev/build_profile_res_nodes_only
...
Build profile: only allow classes derived from `Resource` and `Node` to be disabled
2026-03-19 10:19:55 -05:00
Rémi Verschelde
e33e98a26f
Style: Apply clang-format grouping rules
2026-03-17 20:11:01 +01:00
Thaddeus Crews
256da15c7d
Merge pull request #115462 from YeldhamDev/tired_of_doing_this_manually
...
Add a way to clear the cache for the build profile generator
2026-03-16 11:33:09 -05:00
Michael Alexsander
013662361b
Allow only classes derived from Resource and Node to be disabled
2026-03-16 11:51:43 -03:00
Niklas
a2e6681130
add editor setting to make move confirm dialog optional
2026-03-16 11:37:41 +01:00
Rémi Verschelde
005e054245
Remove unused includes in editor with clangd-tidy
...
Also includes the few changes flagged in `main`.
2026-03-15 20:47:05 +01:00
Rémi Verschelde
d9b81615e5
Remove unused includes in platform with clangd-tidy
...
Handled Linux, Windows, Android, and (partially) Web.
2026-03-14 22:37:05 +01:00
uno1982
e2e1c89723
Android: Add haptic feedback on long-press right-click in the editor
...
Trigger haptic feedback when a long-press gesture fires a right-click
(context menu) in the Android editor. Uses Android's native
`HapticFeedbackConstants.LONG_PRESS` on the render view surface.
An editor setting `interface/touchscreen/haptic_on_long_press` is added
under the existing touchscreen section to allow users to disable this
behavior. The setting defaults to enabled on native touchscreen devices.
2026-03-14 11:32:07 +01:00
kobewi
5362a6eb08
Move the definition of open_search shortcut earlier
2026-03-13 13:02:56 +01:00
Pāvels Nadtočajevs
8fbe260d94
[Accessibility] Add property/category/section descriptions to the inspector.
2026-03-13 08:46:22 +02:00
Goldenlion5648
a71749c884
Add enter and escape shortcuts in input map editor
2026-03-10 18:54:15 -04:00
Thaddeus Crews
642056ad82
Merge pull request #117228 from ryevdokimov/touch-optimization-no-restart
...
Remove restart requirement for `interface/touchscreen/enable_touch_optimizations` setting
2026-03-09 15:18:24 -05:00
ryevdokimov
91a85af575
Remove restart requirement for interface/touchscreen/enable_touch_optimizations setting
2026-03-09 13:19:52 -04:00
Rémi Verschelde
f1f62d7868
Merge pull request #116394 from Ryan-000/ryan-opt-anim
...
Optimize Animation Resource, Library, Mixer, and Player
2026-03-09 11:49:21 +01:00
Silc Lizard (Tokage) Renew
73d041dd98
Optimize Animation Resource, Library, Mixer, Player
...
Co-Authored-By: Silc Lizard (Tokage) Renew <tokage.it.lab@gmail.com >
2026-03-06 16:35:21 -05:00
Michael Alexsander
2f4e6b9de4
Allow to change the color of canvas selection
2026-03-06 16:13:43 -03:00
Michael Alexsander
27c86165f7
Add View3DController for editor 3D view manipulation
2026-03-05 12:51:48 -03:00
Rémi Verschelde
2dd1f4ef60
Decouple node.h from scene_tree.h, minimize its other includes
2026-03-05 13:54:46 +01:00
kobewi
52c2628484
Revamp autoload creation
2026-03-05 12:20:29 +01:00
Thaddeus Crews
6c1652235c
Merge pull request #116940 from ryevdokimov/show-scene-tree-root
...
Remove `show_scene_tree_root_selection` from `EditorSettings`
2026-03-04 11:20:42 -06:00
Thaddeus Crews
c86601bc4d
Merge pull request #116971 from KoBeWi/longcut
...
Use `open_search` shortcut instead of hard-coded events
2026-03-04 11:20:38 -06:00
Thaddeus Crews
d5e2ac7e02
Merge pull request #116991 from jazztickets/freelook_invert_y_axis
...
Add separate Freelook Invert Y Axis option
2026-03-04 11:20:37 -06:00
Rémi Verschelde
eabb9a63d4
Rename callable_method_pointer.h to callable_mp.h and include it explicitly
...
This allows removing it from `class_db.h`, significantly reducing the amount of files
that include it transitively.
Also includes some include cleanup in `control.h` and `rich_text_label.h` done while
ensure they don't depend on `callable_mp`.
2026-03-04 16:23:23 +01:00
Rémi Verschelde
765362b033
Explicitly include core/config/engine.h where used
2026-03-04 10:17:10 +01:00
Rémi Verschelde
f332faf46b
Explicitly include core/os/os.h where used
2026-03-04 09:54:10 +01:00
Rémi Verschelde
8c0f175c94
Decouple RenderingServer from as much of the codebase as possible
...
Notably decouples it from:
- AccessibilityServer
- DisplayServer
- Viewport
- Window
2026-03-03 12:48:07 +01:00
Rémi Verschelde
a447ac95ec
Move DisplayServer enums and typedefs to DisplayServerEnums
...
This will allow decoupling `display_server.h` from a number of headers in the
codebase which only require those enums and not all the DisplayServer API.
2026-03-03 12:44:02 +01:00