1
0
Fork 0
Commit Graph

20317 Commits

Author SHA1 Message Date
Rémi Verschelde 0468f90a48
Merge pull request #110432 from KoBeWi/signal_lost
Fix lost connections when saving branch as scene
2025-12-19 11:51:50 +01:00
Rémi Verschelde 40cf5a0f50
Merge pull request #114169 from YeldhamDev/really_reduce_icon_size
Fix icon resizing for `NodePath` properties not working
2025-12-18 23:33:20 +01:00
Rémi Verschelde 2f0fe04e0b
Merge pull request #114167 from bruvzg/ed_set_s
[macOS] Fix editor settings shortcut with global menu.
2025-12-18 23:33:14 +01:00
Rémi Verschelde 0a4d774795
Merge pull request #114164 from DallasHuff/fix-export-duplication
Fix export preset not duplicating selected files
2025-12-18 23:33:08 +01:00
Rémi Verschelde 52a0633d97
Merge pull request #114163 from passivestar/editor-help-bit-title
Fix incorrect corner radii in EditorHelpBitTitle in modern theme
2025-12-18 23:33:02 +01:00
Rémi Verschelde 884f206103
Merge pull request #114159 from YeldhamDev/owners_dialog_touchup
Touch-up the Owners dialog
2025-12-18 23:32:57 +01:00
Rémi Verschelde 7642c34a18
Merge pull request #114098 from bruvzg/a12_pref
[iOS] Automatically enable `iphone-ipad-minimum-performance-a12` if project is using Forward+/Mobile renderer.
2025-12-18 23:31:19 +01:00
Rémi Verschelde 7f58b23c72
Merge pull request #113957 from YeldhamDev/oh_yeah_assetlib_exists
Enable scroll hints and background panel in the AssetLib
2025-12-18 23:31:12 +01:00
Rémi Verschelde d9914b5877
Merge pull request #113790 from sockeye-d/resource-duplication-invalid-extension
Propagate errors from `EditorFileSystem::_copy_file` through `EditorFileSystem::copy_file`
2025-12-18 23:31:07 +01:00
Rémi Verschelde 5a0026ba6e
Merge pull request #112210 from Giganzo/hover-game-speed
Fix hover state for game speed button in game window
2025-12-18 23:31:00 +01:00
Rémi Verschelde 68abeedba7
Merge pull request #111837 from bruvzg/objid_select
Use ObjectID to store nodes in the editor selection.
2025-12-18 23:30:54 +01:00
Rémi Verschelde f1afe67b3b
Merge pull request #111062 from bruvzg/ts_autoinculde_data
Automatically include text server data if project includes translations requiring it.
2025-12-18 23:30:49 +01:00
Rémi Verschelde 64cb7e721c
Sync translations with Weblate
First sync with new strings for 4.6.

Rename zh_CN/zh_TW to zh_Hans/zh_Hant.

- Fixes godotengine/godot-proposals#6289.
2025-12-18 22:10:42 +01:00
Michael Alexsander d81ed63fc5
Enable scroll hints and background panel in the AssetLib 2025-12-18 17:31:40 -03:00
Michael Alexsander 12e451bb53
Fix icon resizing for `NodePath` properties not working 2025-12-18 16:04:27 -03:00
DallasHuff 1ee63e4f28 Fixed export preset not duplicating selected files
Previously, export presets did not duplicate selected files for
excluding / including specific files in the export. This commit fixes it by
duplicating the selected files.
2025-12-18 12:51:54 -06:00
Michael Alexsander 799ff265b4
Touch-up the Owners dialog 2025-12-18 15:19:01 -03:00
Pāvels Nadtočajevs bc5249873e
[macOS] Fix editor settings shortcut with global menu. 2025-12-18 19:46:28 +02:00
passivestar 40952b8ac9 Fix incorrect corner radii in EditorHelpBitTitle in modern theme 2025-12-18 19:34:06 +04:00
Pāvels Nadtočajevs 5afbbc71a4
Automatically include text server data if project includes translations requiring it. 2025-12-18 15:32:52 +02:00
Rémi Verschelde 42f49e488b
Merge pull request #114115 from YeldhamDev/dont_clip_that_please
Fix `TabContainer`'s minimum size ignoring the popup button
2025-12-18 14:29:10 +01:00
Rémi Verschelde 6370912e13
Merge pull request #113774 from sockeye-d/inherited-editor-scripts
Make indirectly inherited `EditorScript`s appear in the command palette
2025-12-18 14:29:05 +01:00
Rémi Verschelde 6e70db94bc
Merge pull request #113645 from bruvzg/mac_ios_escape
[macOS/iOS] Escape .plist strings on export.
2025-12-18 14:24:10 +01:00
Rémi Verschelde 5d89816d93
Merge pull request #112661 from bruvzg/lang_shape
Improve language selection when shaping text.
2025-12-18 14:23:42 +01:00
Rémi Verschelde 22fac0ef50
Merge pull request #109138 from bruvzg/mac_menu_sys_tr
[macOS] Add option for renaming system menus.
2025-12-18 14:22:54 +01:00
Rémi Verschelde acf4f6b15d
Merge pull request #108882 from Calinou/editor-inspector-node-reduce-icon-size
Reduce icon size in editor inspector NodePath properties to match design size
2025-12-18 14:22:49 +01:00
Rémi Verschelde 0095f6fa7f
Merge pull request #108677 from Calinou/editor-path3d-tilt-disk-size-add-hint
Add hint range and capitalization for Path3D Tilt Disk Size editor setting
2025-12-18 14:22:40 +01:00
Pāvels Nadtočajevs 338cfba60a
Use ObjectID to store nodes in the editor selection. 2025-12-18 09:16:43 +02:00
Pāvels Nadtočajevs 997f326b58
Improve language selection when shaping text. 2025-12-18 09:05:07 +02:00
Pāvels Nadtočajevs 4fc07a8edb
[macOS] Add option for renaming system menus. 2025-12-18 08:40:14 +02:00
Hugo Locurcio a6d71f33be Reduce icon size in editor inspector NodePath properties to match design size
Previously, icons were displayed at a slightly higher size than they were
designed for, which made them look blurry.
2025-12-18 02:30:23 +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
Hugo Locurcio c92ad80ec0 Fix 3D editor Emulate Numpad setting having no effect when previewing a camera 2025-12-18 01:41:58 +01:00
Michael Alexsander 4383cd06f1
Fix `TabContainer`'s minimum size ignoring the popup button 2025-12-17 18:27:49 -03:00
Rémi Verschelde c5aff61301
Merge pull request #114054 from YeldhamDev/its_hinting_time
Add and adjust more scroll hints in the editor
2025-12-17 22:27:19 +01:00
Rémi Verschelde bdee84630d
Merge pull request #114035 from KoBeWi/EditorFileDialog_is_back_(jk)
Fix FileDialog icon scale in editor
2025-12-17 22:27:15 +01:00
Rémi Verschelde 42c3e683c8
Merge pull request #113903 from Arnklit/animation-player-drag-keys-render-fix
Fix the clipping of keys when moving keys
2025-12-17 22:27:11 +01:00
Rémi Verschelde 4cb5e8fc5f
Merge pull request #113896 from KoBeWi/dynamicer_shortcuts
Improve EditorDock shortcut property
2025-12-17 22:27:06 +01:00
Rémi Verschelde 789bdbd25d
Merge pull request #113773 from KoBeWi/built_in_error_opener_now_in_godot
Fix opening errors from built-in scripts
2025-12-17 22:27:02 +01:00
Michael Alexsander a45bdce763
Add and adjust more scroll hints in the editor 2025-12-17 11:15:33 -03:00
Rémi Verschelde 44cd99517e
Merge pull request #113986 from KoBeWi/&=🚫
Don't use selection list as reference
2025-12-17 13:58:43 +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
Pāvels Nadtočajevs fb8443a219
[iOS] Automatically enable `iphone-ipad-minimum-performance-a12` is project is using Forward+/Mobile renderer. 2025-12-17 08:20:49 +02:00
Thaddeus Crews 1ea6b0ccff
Merge pull request #114079 from YeldhamDev/how_did_this_even_happened
Fix different separations across different code editors
2025-12-16 20:33:01 -06:00
Thaddeus Crews e6b37bdb9a
Merge pull request #113246 from channesl/history-error
Fix stale error highlighting when navigating script history
2025-12-16 20:33:00 -06:00
Thaddeus Crews da365177b7
Merge pull request #114091 from YeldhamDev/res_picker_icon_fix
Fix object icon in the resource picker not being visible when it should
2025-12-16 20:32:55 -06:00
Thaddeus Crews be1492908b
Merge pull request #114056 from SpencerGoodman/fix-marker-name-covered
Fix Marker Name covered by AnimationPlayer track backgrounds
2025-12-16 20:32:54 -06:00
Michael Alexsander cd79779bff
Fix object icon in the resource picker not being visible when it should 2025-12-16 18:18:27 -03:00
S-Gman 91c5edff3d Set marker z index to ensure visibility
Co-authored-by: kateyvk <kateyvk16@gmail.com>
Co-authored-by: fejesievo <fejesievo@gmail.com>
Co-authored-by: MaxiSanc37 <maxijsanchez37@gmail.com>
2025-12-16 13:42:22 -05:00
Michael Alexsander 08b511ec8f
Fix `null` value when picking the empty item on editable enums 2025-12-16 15:38:54 -03:00