Commit Graph

142 Commits

Author SHA1 Message Date
Thaddeus Crews 79eb6694a1 Merge pull request #112381 from Ivorforce/no-right-align
Don't right-align escaped newlines (e.g. for `#define`)
2026-02-05 09:18:36 -06:00
Lukas Tenbrink c5df0cb82b Don't right-align escaped newlines, e.g. for #define. This has previously led to long diffs in the commit history. 2026-02-04 19:31:28 +01:00
Thaddeus Crews 72aeb54f9f Merge pull request #115633 from AThousandShips/fix_invalid_event
[Input] Handle invalid `input/` settings correctly
2026-02-04 11:04:18 -06:00
A Thousand Ships d3924468a4 [Input] Handle invalid input/ settings correctly
This prefix is reserved for events
2026-02-03 15:38:09 +01:00
kobewi d6975dac11 Add FilterLineEdit to unify editor filter field navigation 2026-02-03 15:37:20 +01:00
kobewi 14afee66c4 Add setting for automatically opening scripts 2026-02-02 14:11:40 +01:00
Rémi Verschelde 63c78e684b Merge pull request #114165 from KoBeWi/static
Use actual class names in resource type hints
2026-02-02 10:10:24 +01:00
Rémi Verschelde 429750f60b Merge pull request #115093 from Ivorforce/hashmap-explicit-copy
Change copy constructors of `HashMap` and `AHashMap` from implicit to explicit
2026-01-31 22:50:51 +01:00
Thaddeus Crews 031442d427 Merge pull request #115289 from ryevdokimov/navigation-update-shortcuts
Update editor shortcuts when changing 3D navigation scheme
2026-01-30 09:32:16 -06:00
Thaddeus Crews fbbb8a921b Merge pull request #115309 from Ivorforce/localvector-explicit-copy
Change copy constructor of `LocalVector` from implicit to explicit
2026-01-30 09:32:07 -06:00
kobewi f7b9703cbd Use actual class names in resource type hints 2026-01-29 21:07:56 +01:00
Thaddeus Crews 3bcaf9d66c Merge pull request #115229 from Calinou/editor-build-profile-add-more-toggles
Add more toggleable options in Engine Compilation Configuration Editor
2026-01-28 17:57:53 -06:00
Thaddeus Crews 1a17d70f00 Merge pull request #111168 from KoBeWi/more_auto_in_auto_updates
Add Auto update check mode
2026-01-28 12:27:10 -06:00
Thaddeus Crews 9f0e14ab2f Merge pull request #99569 from yahkr/hide_colliders
Add option to toggle always showing collision shapes
2026-01-27 15:18:32 -06:00
Thaddeus Crews 8751d9deb5 Merge pull request #115412 from YeldhamDev/a_freaking_comma
Fix build profile generator always enabling 2D navigation
2026-01-27 09:04:18 -06:00
Thaddeus Crews 9ef64c88fb Merge pull request #115410 from YeldhamDev/build_profile_fix
Fix build profile generator creating bogus profiles
2026-01-27 09:04:17 -06:00
Thaddeus Crews 7630566159 Merge pull request #115230 from Calinou/editor-build-profile-fix-detection
Fix detection of some features in Engine Compilation Configuration Editor
2026-01-27 09:04:11 -06:00
yahkr 40373aeee4 Add option to toggle always showing collision shapes 2026-01-27 07:59:48 -05:00
Michael Alexsander a7c77ac1f7 Fix build profile generator creating bogus profiles 2026-01-26 21:42:01 -03:00
Michael Alexsander 36e3d18502 Fix build profile generator always enabling 2D navigation 2026-01-26 20:35:53 -03:00
Lukas Tenbrink 63272b23ef Make LocalVector copy constructor explicit. 2026-01-23 20:52:03 +01:00
Robert Yevdokimov 4faffeaf79 Update editor shortcuts when changing 3D navigation scheme 2026-01-22 19:28:07 -05:00
Hugo Locurcio 1dda3ac133 Add more toggleable options in Engine Compilation Configuration Editor
This can be used to reduce the binary size of custom export templates
when using profiles made with the engine compilation configuration
editor.
2026-01-23 01:26:47 +01:00
Hugo Locurcio d9198d1f66 Fix detection of some features in Engine Compilation Configuration Editor
A copy-paste error led to some incorrect feature detections,
specifically for X11, Wayland and Direct3D 12.

This adds blank lines between options to reduce the risk of future typos.
2026-01-22 01:26:26 +01:00
Michael Alexsander d0069b6ba7 Fix editor colors reseting while the color chooser is still open 2026-01-21 10:55:18 -03:00
Lukas Tenbrink 1825e89787 Change copy constructors of HashMap and AHashMap from implicit to explicit. 2026-01-21 13:01:23 +01:00
kobewi ed4689c4ee Fix favorite files handling 2026-01-19 14:48:48 +01:00
Thaddeus Crews fd71f0c536 Merge pull request #114885 from ryevdokimov/fix-modified-shortcut-macos
Fix modified editor shortcuts being erased on MacOS
2026-01-12 11:19:14 -06:00
passivestar 6f0bd2efb9 Improve spacing in trees showing table data in modern theme 2026-01-12 00:01:49 +04:00
Robert Yevdokimov 32fc6b939c Fixed modified editor shortcuts being erased on MacOS 2026-01-11 12:59:55 -05:00
Robert Yevdokimov 3518b0dc5a Keep other parts of transform gizmo visible when rotating in local mode 2026-01-09 07:26:11 -05:00
scgm0 fe3b8cbfb4 Automatically Resample CanvasItems in Scene Editor 2026-01-07 21:56:16 +08:00
Michael Alexsander da561cd619 More scroll hint work around the editor 2026-01-06 18:34:20 -03:00
Rémi Verschelde 8d03283b58 Merge pull request #114425 from KoBeWi/Null_the_Failer
Prevent crash when adding null Shortcut
2026-01-05 11:45:13 +01:00
kobewi 624e41d4a3 Prevent crash when adding null Shortcut 2026-01-01 23:33:07 +01:00
Rémi Verschelde 424310f775 Merge pull request #114405 from KoBeWi/TracToR
Fix some invalid translation usages
2026-01-01 16:47:35 +01:00
Rémi Verschelde 504df6253d Merge pull request #114392 from passivestar/inner-tabs
Improve the look of inner tabs in modern theme
2026-01-01 16:47:19 +01:00
passivestar 3393740d42 Improve the look of inner tabs in modern theme 2025-12-30 06:05:12 +04:00
kobewi 8819651847 Fix some invalid translation usages 2025-12-30 00:03:17 +01:00
kobewi f63186f707 Ensure scene paths in autoload settings 2025-12-24 22:59:58 +01:00
kobewi ecc00b1238 Add Auto update check mode 2025-12-19 17:25:07 +01:00
Rémi Verschelde 9302ec9f21 Merge pull request #113917 from Calinou/project-manager-folder-naming-convention-quick-settings
Tweak Quick Settings dialog to ensure labels and dropdowns are aligned
2025-12-19 11:53:16 +01:00
Hugo Locurcio 0e7a69a2e0 Tweak Quick Settings dialog to ensure labels and dropdowns are aligned 2025-12-19 01:38:51 +01:00
Hugo Locurcio fce7dfb5e5 Add hint range and capitalization for Path3D Tilt Disk Size editor setting 2025-12-18 02:27:13 +01:00
Pāvels Nadtočajevs 89324bc6d2 Reorganize editor menu setup, allow switching global menu without restart. 2025-12-17 13:54:50 +02:00
Michael Alexsander 5246b5fba9 Add leftover scroll hints, and panels for scrollables without hints 2025-12-12 10:59:03 -03:00
Rémi Verschelde d09a3d83ff Merge pull request #113574 from YeldhamDev/take_the_hint
Enable scroll hints for several parts of the editor
2025-12-09 19:32:11 +01:00
Michael Alexsander f187b8b2bf Enable scroll hints for several parts of the editor 2025-12-09 10:55:26 -03:00
Logan Detrick 17c7a3b817 Remove unused private variables in godot/editor 2025-12-07 02:55:08 -08:00
Thaddeus Crews 9eab056f8d Merge pull request #112857 from ryevdokimov/project-manager-shortcut-crash
Fix modifiying shortcuts in project manager causing crash
2025-12-03 11:42:28 -06:00