Commit graph

20729 commits

Author SHA1 Message Date
Thaddeus Crews
4c5f4e61ad
Merge pull request #115608 from ryevdokimov/fix-skeleton
Fix `Skeleton3D` Edit Mode bone buttons have priority over transform gizmo
2026-02-03 08:14:04 -06:00
Thaddeus Crews
2f3fc6504d
Merge pull request #115793 from kitbdev/fix-text-editor-goto-crash
Fix Go To Line crash
2026-02-03 08:14:02 -06:00
Thaddeus Crews
ace9a93ff3
Merge pull request #115784 from TokageItLab/fix-skeledit-flag
Remove unneeded checks for undo-redo history from Skeleton3DEditor
2026-02-03 08:14:01 -06:00
kit
49b68479a4 Fix Go To Line crash 2026-02-02 21:17:30 -05:00
Silc Lizard (Tokage) Renew
a9630eac57 Remove unneeded checks for undo-redo history from Skeleton3DEditor 2026-02-03 08:23:20 +09:00
kobewi
afdc1d6456 Fix wrong base type when creating script 2026-02-02 22:59:57 +01:00
Thaddeus Crews
cbfc64fd6e
Merge pull request #115699 from ryevdokimov/fix-set-history-unsaved
Fix `mark_scene_as_unsaved()` not working with `Reload Saved Screen`
2026-02-02 12:57:30 -06:00
Thaddeus Crews
f95b964572
Merge pull request #115758 from KoBeWi/autopen
Add setting for automatically opening scripts
2026-02-02 12:57:29 -06:00
Thaddeus Crews
0c6cc34e92
Merge pull request #114917 from TheDying0fLight/merge-shader-and-text-editors
Refactor `TextEditor` and `ScriptTextEditor`
2026-02-02 12:57:24 -06:00
Thaddeus Crews
f3d72eb13a
Merge pull request #115266 from Nintorch/fix-joypad-editor-tooltips
Fix editor tooltips disappearing with joypad button presses
2026-02-02 12:57:23 -06:00
kobewi
14afee66c4 Add setting for automatically opening scripts 2026-02-02 14:11:40 +01:00
Simon Döhl
2363720b53 merge parts of script and text editor 2026-02-02 11:22:25 +01:00
Rémi Verschelde
f4f0679a2d
Merge pull request #115726 from bruvzg/apple_menu_name
[macOS] Set apple menu node name to non empty value.
2026-02-02 10:11:00 +01:00
Rémi Verschelde
affa84862a
Merge pull request #115347 from mooflu/err-113332
Scene tree dock: Don't log error if there is no selection upon handling item_icon_double_clicked signal
2026-02-02 10:10:30 +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
Pāvels Nadtočajevs
9cfe909108
[macOS] Set apple menu node name to non empty value. 2026-02-01 21:08:53 +02:00
Robert Yevdokimov
0b7aa22c45 Fix mark_scene_as_unsaved() not working with "Reload Saved Screen 2026-01-31 23:20:56 -05: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
kit
ed687b84a3 Use only one edit menu for TextEditors 2026-01-31 11:31:33 -05: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
e36d624a30
Merge pull request #115607 from Ivorforce/sunless-sky
Remove `sky.h` include from `environment.h`, to speed up compile time.
2026-01-30 09:32:14 -06:00
Thaddeus Crews
a6692abdb8
Merge pull request #115290 from ryevdokimov/zoom-preset
Register zoom shortcuts to match preset `Godot` navigation scheme
2026-01-30 09:32:12 -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
Thaddeus Crews
fd6e80d4e9
Merge pull request #105701 from ColinSORourke/DrawableTexture
Implement DrawableTextures
2026-01-30 09:32:05 -06:00
Thaddeus Crews
e6ddb1035d
Merge pull request #115587 from KoBeWi/just_another_day_in_localization_department
Fix wrong tooltip translations in resource picker
2026-01-30 09:32:03 -06:00
Lukas Tenbrink
1d840aae3a Remove sky.h include from environment.h, to speed up compile time. 2026-01-30 00:05:55 +01:00
Robert Yevdokimov
41bf7648c2 Fix Skeleton3D Edit Mode bone buttons have priority over transform gizmo 2026-01-29 17:02:50 -05:00
kobewi
f7b9703cbd Use actual class names in resource type hints 2026-01-29 21:07:56 +01:00
Thaddeus Crews
80a4af1cc7
Merge pull request #115551 from YeldhamDev/runtime_node_select_separation
Move `RuntimeNodeSelect` to its own files
2026-01-29 12:11:18 -06:00
Thaddeus Crews
fd0499020b
Merge pull request #115576 from Giganzo/animation-track-icon-size
Fix icon size in AnimationPlayer tracks
2026-01-29 12:11:12 -06:00
Thaddeus Crews
7ba375be00
Merge pull request #110933 from Kazox61/virtual-joystick
Add VirtualJoystick
2026-01-29 12:11:08 -06:00
Thaddeus Crews
b621b9ea5a
Merge pull request #115570 from Ivorforce/input-keyboard-noinclude
Do not include `input_enums.h` and `keyboard.h` from `variant.h` and `binder_common.h`
2026-01-29 12:11:07 -06:00
kobewi
a18550907b Fix wrong tooltip translations in resource picker 2026-01-29 19:07:57 +01:00
kobewi
4274f8b543 Replace DockSlot with DockTabContainer 2026-01-29 16:52:01 +01:00
Michael Alexsander
6862edcede
Move RuntimeNodeSelect to its own files 2026-01-29 11:02:25 -03:00
Giganzo
c82263adb6 Fix icon size in AnimationPlayer tracks 2026-01-29 14:03:33 +01:00
Lukas Tenbrink
1950689f1d Do not include input_enums.h and keyboard.h from variant.h and binder_common.h. 2026-01-29 12:12:53 +01:00
Colin O'Rourke
63f6e3691c DrawableTextures
Implementing DrawableTextures based on: https://github.com/godotengine/godot-proposals/issues/7379
2026-01-29 01:16:06 -08:00
Kazox61
fa2d63e3fe Adds VirtualJoystick 2026-01-29 08:29:12 +01:00
Thaddeus Crews
5853d99984
Merge pull request #114930 from KoBeWi/if_it's_runnable_can_it_run_doom
Move runnable out of export preset
2026-01-28 17:58:25 -06:00
Thaddeus Crews
8fd7c1ed50
Merge pull request #115314 from Saulo-de-Souza/fix-create-dialog-recents
Fix create dialog recents
2026-01-28 17:58:23 -06:00
Thaddeus Crews
d4ab136b24
Merge pull request #112746 from Kaleb-Reid/show-nodepath-subnames
Show NodePath subnames in editor inspector
2026-01-28 17:58:22 -06:00
Thaddeus Crews
63c0e9a9fb
Merge pull request #115158 from timothyqiu/drop-type-inherit
Take custom type of parent scripts into account when dropping onready variables
2026-01-28 17:58:19 -06:00
Thaddeus Crews
9bca0d1221
Merge pull request #115275 from Saulo-de-Souza/refactor-remove-duplicate-code
Refactor remove duplicate code
2026-01-28 17:58:16 -06:00
Thaddeus Crews
a4678d2761
Merge pull request #114097 from joelgomes1994/dependency_editor_filters
Improve the dependency editor UX
2026-01-28 17:57:59 -06:00
Thaddeus Crews
ccb0b49799
Merge pull request #112426 from MuffinTastic/MuffinTastic/filesystemdock-thumbnail-nearest-point
[Editor] Make FileSystemDock use nearest-neighbor filtering for textures
2026-01-28 17:57:57 -06: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
Saulo-de-Souza
35a9ec140f CreateDialog: return type name instead of script path for custom types 2026-01-28 16:05:31 -03:00
Saulo-de-Souza
0bca218e01 Editor: Remove duplicate 2026-01-28 15:52:23 -03:00
Thaddeus Crews
10aa2e3013
Merge pull request #111226 from PhairZ/copy-color
Add a copy button to the color picker dialog.
2026-01-28 12:27:16 -06:00