82e6303634
Merge pull request #111535 from kitbdev/fix-textedit-dont-select
...
Fix TextEdit selecting when closing popup
2025-11-10 08:20:08 -06:00
31867abdaa
Merge pull request #112545 from timothyqiu/compact-menu-gutter
...
PopupMenu: Add theme option for merging icon and checkbox gutters
2025-11-10 08:20:02 -06:00
f81b2aa376
Merge pull request #111517 from chocola-mint/fix-#111514
...
Seek to beginning of section if current playback position is after its end
2025-11-10 08:19:59 -06:00
4c5f6691f0
Merge pull request #107400 from BlueCube3310/light-probe-cache
...
Cache lightprobe generation for lightmap baking
2025-11-10 08:19:43 -06:00
72d437c030
Move localized number formatting methods to TranslationServer
...
Co-Authored-By: Pāvels Nadtočajevs <7645683+bruvzg@users.noreply.github.com >
2025-11-10 15:01:22 +08:00
069206bc74
Fix JacobianIK to apply gradient correctly
2025-11-09 15:55:20 +09:00
e292217f36
Move the line of calling animation_finished signal to ensure stopping
2025-11-09 14:34:14 +09:00
4694ee84f6
PopupMenu: Add theme option for merging icon and checkbox gutters
2025-11-09 13:09:14 +08:00
c765e6cbb6
Fix custom audio track blend flag on reimport
2025-11-09 00:01:29 +01:00
808faa0ab0
Add instance_index option to parameters in visual shaders
2025-11-08 14:35:24 +03:00
c3747884da
Add some important profiling hooks.
2025-11-08 00:08:48 +01:00
e50cf880c3
Allow tab_rmb_clicked signal to always be emitted
2025-11-07 11:10:09 -08:00
6af0c2a21c
Merge pull request #110340 from bruvzg/ts_dup_r
...
[RTL] Use separate paragraph copy for the partially visible paragraphs.
2025-11-07 10:32:27 -06:00
802eb0b1a0
Fix glow visual compatibility regression (issue #112469 )
...
Reverts the default value of Environment.glow_hdr_threshold from 0.0
back to 1.0 to restore the expected glow appearance in existing projects.
The default was inadvertently changed from 1.0 to 0.0 in PR #110077 ,
which caused glow effects to render dramatically different across all
rendering methods (Forward+, Mobile, and GL Compatibility). This broke
backward compatibility with existing projects like the Kenney 3D
Platformer starter kit.
Changed files:
- scene/resources/environment.h
- servers/rendering/storage/environment_storage.h
- drivers/gles3/effects/glow.h
- drivers/gles3/rasterizer_scene_gles3.cpp
- doc/classes/Environment.xml
Setting the value back to 1.0 aligns with documented recommendations
and restores visual consistency.
Fixes #112469
2025-11-07 04:07:41 +00:00
a7bf615711
Merge pull request #112377 from timothyqiu/popup-menu-minsize
...
PopupMenu: Fix minimum size for items with icons
2025-11-06 08:13:15 -06:00
2f029bc7bf
Fix NodeOneShot doesn't reset correctly
2025-11-06 05:51:48 +09:00
eb3d6d8cd3
Merge pull request #112446 from Ivorforce/revert-warn-rename
...
Revert "Add warning when node name is invalid"
2025-11-05 13:05:48 -06:00
6539819c2b
Merge pull request #112371 from DeeJayLSP/treeitem-stylebox
...
Add custom `StyleBox` to `TreeItem`
2025-11-05 13:05:46 -06:00
3b4239d649
Merge pull request #111288 from bruvzg/move_input
...
[Window] Add unfiltered input handler signal for custom decorations.
2025-11-05 11:48:06 -06:00
29a1964848
Merge pull request #112402 from cabranca/skeleton-3d-remove-unused-method
...
Remove undefined method Skeleton3D::remove_bone
2025-11-05 11:48:03 -06:00
78096d4ce7
Revert "Add warning when node name is invalid"
...
This reverts commit 0d46d42f2a .
2025-11-05 18:11:43 +01:00
0d19e18b00
[RTL] Use separate paragraph copy for the partially visible paragraphs.
2025-11-05 17:51:22 +02:00
dcb40b52ac
[RTL] Fix meta hover signals not emitted.
2025-11-05 12:33:45 +02:00
cb8196252b
Remove undefined method
2025-11-05 00:09:07 -03:00
afd12e32ad
Make AnimationLibrary serialization unuse Dictionary
2025-11-05 11:36:42 +09:00
b30b11b012
Add custom StyleBox to TreeItem
2025-11-04 22:51:37 -03:00
d2c3fdaec0
Make scrollbar margins affect minimum size
2025-11-04 17:45:37 -08:00
7a3093c373
PopupMenu: Fix minimum size for items with icons
2025-11-05 07:48:26 +08:00
a57f96110a
Add option to BoneConstraint3D to make reference target allow node
2025-11-05 07:52:24 +09:00
410ed12959
Merge pull request #112352 from bruvzg/poly2d_os
...
Apply viewport oversampling to Polygon2D.
2025-11-04 16:32:52 -06:00
80b82af92b
Merge pull request #111163 from HolonProduction/node-greater-than
...
Speed up `Node::is_greater_than` by avoiding `alloca`
2025-11-04 16:32:42 -06:00
2ac27b2fa0
Merge pull request #112307 from AdvanceControl/add_warn_when_renamed_node
...
Add warning when node name is invalid
2025-11-04 16:32:41 -06:00
3fb8961b00
Merge pull request #110120 from TokageItLab/ik-modifier-3d
...
Add `SkeletonModifier3D` IKs as `IKModifier3D`
2025-11-04 16:32:36 -06:00
cb36e7e28d
Do not limit pixel_size precision in Sprite3D
...
The `pixel_size` might need values that are tiny depending on the setup,
so not limitation on the precision should be set on the property.
2025-11-04 15:33:13 -05:00
8c5e67a514
Speedup Node::is_greater_than by avoiding alloca
2025-11-04 17:34:08 +01:00
4f4d4ca26c
Apply viewport oversampling to Polygon2D.
2025-11-03 22:34:40 +02:00
e32b9274a3
Fix UI focus being shown when it shouldn't
2025-11-03 17:00:05 -03:00
2132ba89ab
Merge pull request #112115 from timothyqiu/line-number-min-chars
...
CodeEdit: Add line number gutter minimum digits
2025-11-03 11:39:02 -06:00
bf22eb25e3
Add IKModifier3D
2025-11-04 02:38:48 +09:00
990889fe1a
CodeEdit: Add line number gutter minimum digits
2025-11-03 18:15:49 +08:00
0d46d42f2a
Add warning when node name is invalid
2025-11-03 17:52:25 +08:00
ad5931ea28
[RTL] Do not apply scroll offset to empty RTL.
2025-11-01 23:22:40 +02:00
402805d26f
Merge pull request #112267 from KoBeWi/sk8leton
...
Remove default skeleton path in MeshInstance3D
2025-11-01 19:06:42 +01:00
ba125108eb
Merge pull request #112251 from bruvzg/grab_ac
...
Fix `grab_focus` incorrectly handling `FOCUS_ACCESSIBILITY`.
2025-11-01 19:06:12 +01:00
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
1025d6f5c2
Merge pull request #112047 from TokageItLab/fix-pp
...
Separate branching ping-pong time and delta
2025-11-01 19:05:39 +01:00
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
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
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
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