kobewi
a54b8b48a0
Fix EditorSpinSlider ignoring step
2025-11-01 23:16:38 +01:00
Lukas Stark
0a679a0a7f
[windows] Added early return for when toggling borderless while fullscreen
2025-11-01 22:55:41 +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
0fdbf050e0
Merge pull request #112279 from bruvzg/l_sse42_err
...
[Linux] Add SSE4.2 support runtime check.
2025-11-01 19:07:07 +01: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
60043b51ff
Merge pull request #112272 from clayjohn/rd-tonemap-flag
...
Use proper bitshift for tonemap srgb flag in Forward+ renderer
2025-11-01 19:06:57 +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
402805d26f
Merge pull request #112267 from KoBeWi/sk8leton
...
Remove default skeleton path in MeshInstance3D
2025-11-01 19:06:42 +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
f900c20fd5
Merge pull request #112261 from aaronp64/dictionary_set_doc
...
Explain `Dictionary.set()` return value in docs
2025-11-01 19:06:32 +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
dbcd533d50
Merge pull request #112259 from aaronp64/dictionary_tests
...
Add more `Dictionary` tests
2025-11-01 19:06:22 +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
ba125108eb
Merge pull request #112251 from bruvzg/grab_ac
...
Fix `grab_focus` incorrectly handling `FOCUS_ACCESSIBILITY`.
2025-11-01 19:06:12 +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
9785a66659
Merge pull request #112245 from detomon/fix-graph-node-slot-draw
...
Fix drawing of slot icons in `GraphNode` when slots are not continuous
2025-11-01 19:06:03 +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
cda419aa8a
Merge pull request #112180 from Calinou/doc-characterbody-get-last-slide-collision
...
Document `CharacterBody.get_last_slide_collision()` returning `null` with no collision
2025-11-01 19:05:50 +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
1025d6f5c2
Merge pull request #112047 from TokageItLab/fix-pp
...
Separate branching ping-pong time and delta
2025-11-01 19:05:39 +01:00
Rémi Verschelde
decb55916a
Merge pull request #111975 from sockeye-d/scrollcontainer-separation
...
Add `h`/`v_separation` theme properties to ScrollContainer
2025-11-01 19:05:33 +01:00
Rémi Verschelde
17ea264f8f
Merge pull request #111896 from Calinou/doc-image-set-pixel-format
...
Document color format caveats in `Image.set_pixel()`
2025-11-01 19:05:28 +01:00
Rémi Verschelde
04a089d469
Merge pull request #111651 from zuedev/zuedev/issue-111587
...
Fix Camera2D limit checks for inverted boundaries
2025-11-01 19:05:24 +01:00
Rémi Verschelde
accf00c000
Merge pull request #111384 from harperstoeckle/fix-camera-2d-size
...
Fix incorrect transform calculation in `Camera2D` when using a custom viewport
2025-11-01 19:05:18 +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
85e47d6fac
Merge pull request #109447 from jon1solution/ssao-in-gles3
...
Implement a very simple SSAO in GLES3.
2025-11-01 19:04:57 +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
aaronp64
593c261c42
Explain Dictionary.set() return value in docs
2025-11-01 10:33:18 -04:00
passivestar
3b13bb1126
Fix icon colors in light color preset of modern theme
2025-11-01 15:15:14 +04:00
Pāvels Nadtočajevs
286e578b02
[Linux] Add SSE4.2 support runtime check.
2025-11-01 12:48:10 +02:00
clayjohn
986786dc8c
Use proper bitshift for tonemap srgb flag in Forward+ renderer
2025-10-31 18:35:39 -07:00
kleonc
d9cf67dfe9
Check for tiles outside texture on TileSet atlas settings changes
2025-11-01 02:28:39 +01:00
kobewi
d27fb9b15a
Remove default skeleton path in MeshInstance3D
2025-11-01 01:59:58 +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
aaronp64
fd85c5b378
Add more Dictionary tests
...
Adding more tests to Dictionary for methods exposed to gdscript
2025-10-31 15:37:05 -04:00
Giganzo
6ee723c12a
Fix LinkButton color in Modern theme
2025-10-31 19:27:20 +01:00
Hugo Locurcio
b6e610136e
Document color format caveats in Image.set_pixel()
2025-10-31 18:48:47 +01:00
Pāvels Nadtočajevs
8e626d5103
Fix grab_focus incorrectly handling FOCUS_ACCESSIBILITY.
2025-10-31 18:52:18 +02:00
Michael Alexsander
7a42a4e157
Fix canvas editor getting stuck on drag operations
2025-10-31 13:15:15 -03:00