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
kobewi
f722513c08
Fix wrong EditorSettings usage in 3D editor
2025-11-15 19:45:14 +01:00
Silc Lizard (Tokage) Renew
c6ab601364
Fix read-only state for Skeleton and Inspector
2025-11-15 23:10:15 +09:00
Elliot Valeev
1ce77b8899
Fix wrong AABB when selecting Node3D gizmo in editor
2025-11-15 10:35:36 +05:00
vaner-org
8aea5136f8
Adds "Set as Main Scene" option to EditorSceneTabs context menu
...
Adds the option to quickly set main scene by right-clicking a scene tab. If the scene has no root, then the option is greyed out. If the scene is unsaved, the file is saved and then set as main scene.
Co-Authored-By: Alex Tam <65537185+altamkp@users.noreply.github.com >
2025-11-15 09:24:34 +05:30
jinyangcruise
b8158adfe3
Fix find in files auto search when changing theme
2025-11-15 10:45:41 +08:00
Haoyu Qiu
cbd3528e01
Improve auto-translation of the replication editor
...
Texts in `ReplicationEditor`, `SceneTreeDialog`, `PropertySelector`.
Also the "Copy Text" button in the general warning dialog.
2025-11-15 10:22:35 +08:00
FantasmaGolicon
ea1cc3c04e
Changed TileSetScenesCollectionSource raw pointers in the TileSet editor to Ref<TileSetScenesCollectionSource>
2025-11-14 15:22:11 -08:00
Thaddeus Crews
ef34c3d534
Merge pull request #112663 from nikitalita/script-editor-fix
...
ScriptEditor::reload_scripts: only call deferred if not main thread
2025-11-14 17:16:52 -06:00
Thaddeus Crews
d5c0a11da0
Merge pull request #107890 from Nikitf777/polygon2d-editor-highlighting
...
Highlight points on hover in the Polygon2D editor
2025-11-14 17:16:51 -06:00
Thaddeus Crews
30d753c87e
Merge pull request #111184 from TokageItLab/limanglev
...
Add LimitAngularVelocityModifier3D
2025-11-14 17:16:50 -06:00
Thaddeus Crews
a2c24c175b
Merge pull request #112296 from passivestar/scrollbar-fix
...
Fix 2D viewport scrollbar contrast in modern theme
2025-11-14 17:16:48 -06:00
Thaddeus Crews
90bd3ada97
Merge pull request #112769 from KoBeWi/don't 🚗 translate
...
Prevent translating custom data layers
2025-11-14 17:16:46 -06:00
Silc Lizard (Tokage) Renew
ada95cb543
Add LimitAngularVelocityModifier3D
2025-11-15 06:43:33 +09:00
Malcolm Anderson
9c1375f6be
Use American spelling of "favorite" in Project Manager code
2025-11-14 13:10:56 -08:00
Nikita Samusev
209986bde0
Highlight points on hover in the Polygon2D editor
2025-11-14 23:37:58 +03:00
arkology
889fc8105a
Add "Distraction Free Mode" button to EditorBottomPanel when bottom panel is expanded
2025-11-14 23:25:55 +03:00
Thaddeus Crews
d1a90109b4
Merge pull request #108010 from DexterFstone/add-scene-tile-rotation
...
Add support for rotating scene tiles in TileMapLayer
2025-11-14 14:23:13 -06:00
Thaddeus Crews
d602742221
Merge pull request #102889 from ryevdokimov/add-editorsettings-shortcuts
...
Add ability to add new EditorSettings shortcuts
2025-11-14 14:23:11 -06:00
Thaddeus Crews
1932a5c07f
Merge pull request #108391 from KoBeWi/archeoexpressology
...
Add expression history to evaluator
2025-11-14 14:23:10 -06:00
Thaddeus Crews
90413dacb4
Merge pull request #97758 from TsFreddie/debugger-stepout
...
Add step out to script debugger
2025-11-14 14:23:01 -06:00
Thaddeus Crews
5389f835c2
Merge pull request #108379 from timothyqiu/inspector-unused
...
Remove unused member variables in `EditorInspector`
2025-11-14 14:22:59 -06:00
Thaddeus Crews
22fcb577c0
Merge pull request #106071 from Lazy-Rabbit-2001/pcd_improvement
...
Optimize the `callback` argument of `popup_create_dialog()`
2025-11-14 14:22:55 -06:00
Thaddeus Crews
dc590a50d3
Merge pull request #112201 from timothyqiu/update-main-scene
...
Fix FileSystem item color not updated after changing main scene
2025-11-14 14:22:50 -06:00
Thaddeus Crews
c287d61402
Merge pull request #107969 from chocola-mint/tile-map-layer-editor-optimize-undo
...
Reduce TileMapLayerEditor's undo/redo memory usage
2025-11-14 14:22:48 -06:00
Thaddeus Crews
356fd8fc62
Merge pull request #108479 from timothyqiu/static-clipboard
...
Make editor property clipboard static
2025-11-14 14:22:46 -06:00
Thaddeus Crews
6c63a1fd8b
Merge pull request #107959 from rapust/add-keyframe-shortcuts
...
Add "Go to Next/Previous Keyframe" to Animation Edit menu
2025-11-14 14:22:44 -06:00