Thaddeus Crews
6604a253d7
Merge pull request #112333 from Giganzo/tilset-invis
...
Fix transparent panel in Tilset polygon editor using Classic theme
2025-11-03 11:39:01 -06:00
Thaddeus Crews
7cf218e0b4
Merge pull request #112299 from YeldhamDev/inspector_theme_signal_fix
...
Make `EditorInspectorCategory`'s theme update happen via signal
2025-11-03 11:39:00 -06:00
Thaddeus Crews
c95a2e3526
Merge pull request #112298 from KoBeWi/editor_step_slider
...
Fix EditorSpinSlider ignoring step
2025-11-03 11:39:00 -06:00
Thaddeus Crews
417ce3123d
Merge pull request #112233 from DeeJayLSP/modern-prop-subsection
...
Modern Style: Use a style box for Input Map actions
2025-11-03 11:38:59 -06:00
Thaddeus Crews
7cd4ee5923
Merge pull request #112291 from kitbdev/fix-warnings-panel-font
...
Fix warnings and error panel font not updating
2025-11-03 11:38:58 -06:00
Silc Lizard (Tokage) Renew
bf22eb25e3
Add IKModifier3D
2025-11-04 02:38:48 +09:00
molingyu
39fbcbd2be
fix ProjectManager import dialog error
...
When Cancel is selected in the import dialog, no subsequent operations should be performed.
2025-11-03 23:16:38 +08:00
Haoyu Qiu
86bf1d95fc
Fix StringName not documented for enum hint
2025-11-03 20:25:56 +08:00
Haoyu Qiu
ba6b7d2818
Make editor language setting default to Auto
2025-11-03 20:11:52 +08:00
风青山
aed8f32e72
Don't assign a uid when copying resource file whose importer name
...
is `keep` or `skip`
2025-11-03 16:21:46 +08:00
Giganzo
ff6e103d01
Fix transparent panel in Tilset polygon editor using Classic theme
2025-11-03 00:19:37 +01:00
Michael Alexsander
e0cb03a371
Fix visual shader items not applying the correct theme components
2025-11-02 13:59:37 -03:00
Michael Alexsander
8e94bfef53
Make EditorInspectorCategory's theme update happen via signal
2025-11-02 10:46:25 -03:00
passivestar
0cbb788a72
Improve visibility of separators in modern theme
2025-11-02 14:07:50 +04:00
kobewi
a54b8b48a0
Fix EditorSpinSlider ignoring step
2025-11-01 23:16:38 +01:00
BlueCube3310
3b16d96d82
Fix the material preview sphere
2025-11-01 21:10:47 +01:00
kit
4e22eddb3c
Fix warnings and error panel font not updating
2025-11-01 15:19:35 -04:00
DeeJayLSP
aee211bcfa
Modern Style: Use a style box for Input Map actions
2025-11-01 15:35:10 -03:00
Rémi Verschelde
66d2d9ad61
Merge pull request #112277 from passivestar/light-mode-icons
...
Fix icon colors in light color preset of modern theme
2025-11-01 19:07:02 +01:00
Rémi Verschelde
334e58094a
Merge pull request #112271 from kleonc/tile_set_editor_fix_checking_outside_tiles
...
Check for tiles outside texture on TileSet atlas settings changes
2025-11-01 19:06:52 +01:00
Rémi Verschelde
efeb1201f4
Merge pull request #112268 from YeldhamDev/solar_flare
...
Fix contrast for light color presets in the classic theme
2025-11-01 19:06:47 +01:00
Rémi Verschelde
4ca3a9094f
Merge pull request #112264 from YeldhamDev/inspector_category_size_fix
...
Fix incorrect category size in `EditorInspector` on style switch
2025-11-01 19:06:37 +01:00
Rémi Verschelde
b376a33654
Merge pull request #112260 from passivestar/graphedit-contrast
...
Fix GraphEdit contrast in modern theme
2025-11-01 19:06:27 +01:00
Rémi Verschelde
1aef8d582e
Merge pull request #112255 from Giganzo/link-button-color
...
Fix LinkButton color in Modern theme
2025-11-01 19:06:18 +01:00
Rémi Verschelde
1962e7d058
Merge pull request #112249 from YeldhamDev/drag_stuck_fix
...
Fix canvas editor getting stuck on drag operations
2025-11-01 19:06:07 +01:00
Rémi Verschelde
cd7b57e6c8
Merge pull request #112243 from Giganzo/resource-picker-buttons
...
Fix resource picker button style
2025-11-01 19:05:58 +01:00
Rémi Verschelde
86b0ed865c
Merge pull request #112242 from DeeJayLSP/rend-swap-fix
...
Modern style: switch to classic renderer name colors
2025-11-01 19:05:54 +01:00
Rémi Verschelde
9b36dfe0b0
Merge pull request #112052 from Giganzo/filesystem-dock-list-mode
...
Fix FileSystem file list mode button visibility
2025-11-01 19:05:45 +01:00
Rémi Verschelde
e7ded62465
Merge pull request #110593 from YeldhamDev/oh_yeah_we_have_a_light_theme
...
Fix wrong color for timeline indicator in the light theme
2025-11-01 19:05:11 +01:00
Rémi Verschelde
9a079cd2b2
Merge pull request #110428 from CookieBadger/fix-viewport-numpad-emulation
...
Fix numpad emulation in 3d navigation shortcuts
2025-11-01 19:05:03 +01:00
Rémi Verschelde
9e2045018f
Merge pull request #109422 from Giganzo/sprite-anim
...
Fix missing shortcuts for play buttons in SpriteFrames Editor
2025-11-01 19:04:52 +01:00
Rémi Verschelde
d23401b2be
Merge pull request #107855 from aaronfranke/scene-import-no-singleton
...
Remove ResourceImporterScene singletons in favor of local usage
2025-11-01 19:04:46 +01:00
Giganzo
1ace0b449a
Fix missing shortcuts for play buttons in SpriteFrames Editor
2025-11-01 18:30:51 +01:00
Michael Moore
4fe40ac07e
Fixing CollisionPolygon3D debug shape rendering.
...
When a CollisionPolygon3D is drawn with a concave area, it fails to render the surface of the top and bottom.
Steps to reproduce the bug in the editor:
1. Create a new scene
2. Create CollisionPolygon3D
3. Make sure debug fill is checked in the CollisionPolygon3D inspector.
4. Add these vertices to the the polygon (0,0), (1,-1), (1,1), (-1, 1), (-1, 0.3).
You should see that only one triangle from the top and bottom of the polygon is drawn and the reset are missing.
2025-11-01 09:38:58 -05:00
passivestar
3b13bb1126
Fix icon colors in light color preset of modern theme
2025-11-01 15:15:14 +04:00
Anish Kumar
1270e180d6
Persist fullscreen setting on Android Editor
2025-11-01 15:01:44 +05:30
kleonc
d9cf67dfe9
Check for tiles outside texture on TileSet atlas settings changes
2025-11-01 02:28:39 +01:00
Michael Alexsander
ee76f3d93e
Fix contrast for light color presets in the classic theme
2025-10-31 20:48:08 -03:00
Michael Alexsander
f9c38e9a09
Fix incorrect category size in EditorInspector on style switch
2025-10-31 19:05:42 -03:00
DeeJayLSP
768991f4ba
Modern style: switch to classic renderer name colors
2025-10-31 18:10:38 -03:00
passivestar
9d0a9f9a37
Fix GraphEdit contrast
2025-10-31 23:48:16 +04:00
Giganzo
6ee723c12a
Fix LinkButton color in Modern theme
2025-10-31 19:27:20 +01:00
Michael Alexsander
7a42a4e157
Fix canvas editor getting stuck on drag operations
2025-10-31 13:15:15 -03:00
Thaddeus Crews
08705259f2
Merge pull request #109919 from KoBeWi/you_have_no_duplicate_here
...
Show simple dialog when there are no Resources to duplicate
2025-10-31 09:23:35 -05:00
Thaddeus Crews
ae9732139a
Merge pull request #109433 from KoBeWi/hastension
...
Add `has_extension()` method to String
2025-10-31 09:23:30 -05:00
Aaron Franke
6c516a24e2
Remove ResourceImporterScene singletons in favor of local usage
2025-10-31 07:13:00 -07:00
kobewi
865a2b0ec5
Fix Polygon2D editor undo crash
2025-10-31 15:08:27 +01:00
Giganzo
a73722e0e9
Fix resource picker button style
2025-10-31 13:36:56 +01:00
LuoZhihao
ce2fae79b1
Fallback to parent class icon by default for gdextension
2025-10-31 18:03:32 +08:00
Thaddeus Crews
64b18288d7
Merge pull request #112190 from bruvzg/drag_spam
...
Fix error spam when dragging text in the script editor.
2025-10-30 13:51:38 -05:00