1
0
Fork 0
Commit Graph

19891 Commits

Author SHA1 Message Date
Thaddeus Crews 8cb98cc497
Merge pull request #112912 from KoBeWi/export_as_nobugs
Assign explicit ID to Export As menu
2025-11-18 08:25:44 -06:00
Thaddeus Crews 9ce8d2da20
Merge pull request #112904 from vaner-org/fix-scene-export-as-regression
Fix `Scene > Export As...` being incorrectly disabled
2025-11-18 08:25:41 -06:00
vaner-org 6a5c7de993 Rename `SCENE_SET_MAIN_SCENE` to `SCENE_TAB_SET_AS_MAIN_SCENE` 2025-11-18 17:43:58 +05:30
kobewi 84f842f2e9 Assign explicit ID to Export As menu 2025-11-18 12:49:25 +01:00
Thaddeus Crews ee60dce3b8
Merge pull request #107237 from Calinou/editor-drag-and-drop-resource-make-unique
Make drag-and-dropped resources unique when holding Ctrl/Cmd in the editor
2025-11-17 19:36:22 -06:00
Thaddeus Crews 4b92028e61
Merge pull request #112861 from ryevdokimov/fix-csg-preview
Fix preview CSG interfering with itself during drag and drop
2025-11-17 19:36:21 -06:00
Thaddeus Crews 376a19e0bd
Merge pull request #108125 from Calinou/project-manager-tags-auto-underscore-lowercase
Replace spaces and use lowercase automatically for project manager tags
2025-11-17 19:36:20 -06:00
Thaddeus Crews 68c125b1f5
Merge pull request #112859 from wheatear-dev/bugfix-112855
Fix crash in `EditorFileDialog` by checking for null pointer
2025-11-17 19:36:19 -06:00
Thaddeus Crews 4e8c4bce38
Merge pull request #112728 from jinyangcruise/fix_find_in_files_auto_search_when_changing_language
Fix find in files auto search when changing theme
2025-11-17 19:36:18 -06:00
Thaddeus Crews d9333131d0
Merge pull request #108608 from ryevdokimov/camera-view-axis-rotation
Make rotation gizmo white outline a 4th handle that rotates around the camera's view-axis
2025-11-17 19:36:17 -06:00
Thaddeus Crews bcb694fa0e
Merge pull request #112698 from MiracleAig/new_editor_preset_validation_fix
Fix editor preset names not being validated
2025-11-17 19:36:16 -06:00
Thaddeus Crews 98ee65eafd
Merge pull request #53679 from Calinou/editor-large-text-scene-add-warning
Show a warning toast when saving a large text-based scene
2025-11-17 19:36:13 -06:00
Thaddeus Crews accfebb1ad
Merge pull request #103340 from Calinou/editor-visualshader-tweak-highend-label
Tweak high-end mark in the visual shader editor's node creation dialog
2025-11-17 19:36:12 -06:00
Thaddeus Crews eaa0a00b8d
Merge pull request #108457 from KoBeWi/worldwide_debugging
Improve auto-translation of Debugger
2025-11-17 19:36:11 -06:00
Thaddeus Crews 9e6fefd96e
Merge pull request #107154 from Calinou/3d-editor-light-theme-use-dark-background
Always use a dark background for 3D editor overlays even with light theme
2025-11-17 19:36:08 -06:00
Thaddeus Crews f41c8464cc
Merge pull request #112770 from KoBeWi/underscore_undercover
Don't expose underscored signals
2025-11-17 19:36:07 -06:00
Hugo Locurcio d823a69237
Always use a dark background for 3D editor overlays even with light theme
This results in better readability against mixed-color backgrounds,
as what you see in the 3D editor doesn't change depending on your editor theme.

This also tweaks the viewport zoom/speed label for better readability
by using a bold font and thicker outline.
2025-11-18 02:28:27 +01:00
Hugo Locurcio ca987476d5
Make drag-and-dropped resources unique when holding Ctrl/Cmd in the editor
This uses the Make Unique action under the hood (not Make Unique (Recursive),
as the dialog fails to spawn just after a drag-and-drop operation).
2025-11-18 02:21:56 +01:00
Hugo Locurcio afbefa6fc1
Replace spaces and use lowercase automatically for project manager tags
This makes the workflow of adding tags smoother by automatically
using valid tag names, rather than showing error messages.
This also strips edges when the field is submitted to avoid
leading/trailing underscores.
2025-11-18 02:06:24 +01:00
Hugo Locurcio cbb8f55b96
Show a warning toast when saving a large text-based scene
Text-based scenes that contain large amounts of binary data
are slower to save and load. Their binary resources should be moved
to separate files, or the binary `.scn` format should be used instead.
2025-11-18 02:03:05 +01:00
Miracle Aigbogun b630d374a2 Fixed validation error with export preset names 2025-11-17 18:41:06 -06:00
Hugo Locurcio 8a22dba956
Tweak high-end mark in the visual shader editor's node creation dialog
- Use Forward+/Mobile terminology as support actually depends on the
  rendering method used, not the rendering driver.
- Use a standard warning color as this is no longer indicated as
  Vulkan-specific.
- Fix color on light theme (the text was being modulated instead
  of having its color overridden).
2025-11-18 01:40:49 +01:00
kobewi 448a605cec Improve auto-translation of Debugger 2025-11-17 20:11:35 +01:00
Thaddeus Crews 109008bb80
Merge pull request #107765 from KoBeWi/overerrides
Improve editor settings override display
2025-11-17 10:57:01 -06:00
Thaddeus Crews 16d3ba7982
Merge pull request #111589 from KoBeWi/notification_not_signal
Fix wrong EditorSettings usage in 3D editor
2025-11-17 10:56:59 -06:00
Thaddeus Crews fb03c9ce4b
Merge pull request #112739 from FantasmaGolicon/master
Change `TileSetScenesCollectionSource` raw pointers in the TileSet editor to ref
2025-11-17 10:56:58 -06:00
Thaddeus Crews 8a04e33056
Merge pull request #109153 from timothyqiu/replication-editor-auto-translation
Improve auto-translation of the replication editor
2025-11-17 10:56:57 -06:00
Thaddeus Crews fa1e1bbee7
Merge pull request #110543 from kitbdev/deprecate_textedit_background_color
Deprecate TextEdit `background_color`
2025-11-17 10:56:53 -06:00
Thaddeus Crews c7bed1e1cc
Merge pull request #111815 from TokageItLab/bone-expander
Allow Spring / IK to set mutable bone axes
2025-11-17 10:56:52 -06:00
Thaddeus Crews b651fc3204
Merge pull request #93889 from dalexeev/gds-exclude-addons-exceptions-setting
GDScript: Add `debug/gdscript/warnings/directory_rules` project setting
2025-11-17 10:56:51 -06:00
Thaddeus Crews dd3df2a075
Merge pull request #112831 from ryevdokimov/fix-erased-editor-shortcuts
Fix modified editor shortcuts being erased
2025-11-17 10:56:50 -06:00
Thaddeus Crews bf99866abe
Merge pull request #112825 from KoBeWi/why_would_you_do_that
Don't save editor settings on startup
2025-11-17 10:56:47 -06:00
Thaddeus Crews 18c58dfffe
Merge pull request #112824 from KoBeWi/connection_lost_(good)
Fix not being able to set project path
2025-11-17 10:56:46 -06:00
Thaddeus Crews 11dd67108d
Merge pull request #112174 from kleonc/editor_property_layers_grid_allow_drag_toggling
Allow drag setting flags in layers property editor
2025-11-17 10:56:44 -06:00
Thaddeus Crews d78725646b
Merge pull request #110761 from fkeyzuwu/assign-export-value-bug
Fix drag and drop `@export` variable assignment when script has errors
2025-11-17 10:56:43 -06:00
Thaddeus Crews d999f873ba
Merge pull request #106532 from isaaccp/fix-texture-atlas-import-deadlock
Fix texture atlas import deadlock by keeping group_file= on failed import_file() attempts
2025-11-17 10:56:41 -06:00
Thaddeus Crews fc15c8f63f
Merge pull request #106780 from arkology/no-more-distraction
Add "Distraction Free Mode" button to `EditorBottomPanel` when bottom panel is expanded
2025-11-17 10:56:37 -06:00
Thaddeus Crews 9cebf8d957
Merge pull request #112666 from Oblepikha/fix-child-light-selection
Fix wrong AABB when selecting Node3D gizmo in editor
2025-11-17 10:56:36 -06:00
Thaddeus Crews e051f23971
Merge pull request #112792 from lodetrick/bottom-panel-resize
Fix bottom panel not being able to resize on startup
2025-11-17 10:56:34 -06:00
Thaddeus Crews 9323d9d624
Merge pull request #110487 from TokageItLab/fix-read-only-state-for-skel-and-inspector
Fix read-only state for Skeleton and Inspector
2025-11-17 10:56:33 -06:00
Thaddeus Crews cb937c31f8
Merge pull request #112787 from Meorge/bugfix/project-manager-favorite-spelling
Use American spelling of "favorite" in Project Manager code for consistency
2025-11-17 10:56:32 -06:00
Thaddeus Crews 42f06f6d4d
Merge pull request #108170 from aaronfranke/test-ps-path-func
Use ProjectSettings path functions instead of hard-coded folder names in tests
2025-11-17 10:56:31 -06:00
Thaddeus Crews f00cf63b42
Merge pull request #107652 from vaner-org/set-tab-as-main-scene
Add "Set as Main Scene" option to EditorSceneTabs context menu
2025-11-17 10:56:29 -06:00
Silc Lizard (Tokage) Renew 031fd66fed Add mutable_bone_axes to IKs 2025-11-17 09:45:31 +09:00
Robert Yevdokimov 7df165ce94 Fix preview CSG interfering with itself during drag and drop 2025-11-16 14:31:12 -06:00
Edward Moulsdale 77318d2acd Fix crash in EditorFileDialog by checking for null pointer 2025-11-16 20:02:52 +00:00
Robert Yevdokimov 9fadd0d99e Fix modified editor shortcuts being erased 2025-11-15 14:44:01 -06:00
Logan Detrick 2e99891be2 Fix bottom panel not being able to resize on startup 2025-11-15 12:18:23 -08:00
kobewi 141a49b090 Don't save editor settings on startup 2025-11-15 20:39:49 +01:00
kobewi 98523d8a1d Fix not being able to set project path 2025-11-15 20:21:12 +01:00