1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-03 19:11:41 +00:00
Commit Graph

17677 Commits

Author SHA1 Message Date
Thaddeus Crews
ca452113d4 Merge pull request #109437 from bruvzg/msdf_no_t
Use MSDF instead of MTSDF for font rendering.
2025-08-11 09:55:28 -05:00
Thaddeus Crews
098214b64c Merge pull request #108297 from YeldhamDev/inverse_sel_fix
Fix remote deselection not working when selection limit is reached
2025-08-11 09:55:24 -05:00
Thaddeus Crews
7791eed739 Merge pull request #109444 from thederickff/ba-transform-before-esk
Fix `BoneAttachment3D` getting global transform of external skeleton before it `is_inside_tree()`
2025-08-11 09:55:22 -05:00
Thaddeus Crews
6807ec688d Merge pull request #109441 from aaronp64/rtl_table_search
Fix issues searching `RichTextLabel` when search result is in a table
2025-08-11 09:55:19 -05:00
Derick Florencio
b9878b3e09 Fix skeleton get_global_transform call before is_inside_tree 2025-08-09 09:05:53 +01:00
Pāvels Nadtočajevs
86e61a311f Use MSDF instead of MTSDF for font rendering.
Co-authored-by: K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com>
2025-08-09 10:41:16 +03:00
aaronp64
f0eddb8e6f Fix issues searching RichTextLabel when search result is in a table
Fixes for cases where search results would be skipped or repeatedly found involving tables in RichTextLabel:
- If previous result was found in last cell of table, earlier cells would be skipped, since the end of the table was reached.  Updated to not skip earlier cells when searching in reverse.
- When choosing next line to continue from after searching table, the inner line number within the table's cell was added, causing the search to jump forward if not on line 0 in the cell.  This could cause lines to get skipped when searching forward, or searching the table again when searching in reverse.  Updated to continue from the immediate next line before/after the table.
- If a table cell has multiple lines, repeated searching would only include the line where the previous result was found, then jump to the next cell.  Updated to search remaining lines in the same cell first.
2025-08-08 15:28:53 -04:00
Thaddeus Crews
4287bbb106 Merge pull request #109419 from F3der1co/myFork
Increase SoftBody3D damping coefficient editor range
2025-08-08 12:28:08 -05:00
F3der1co
1ff94e782c increase damping coefficient editor range 2025-08-08 13:25:21 +02:00
Pāvels Nadtočajevs
d13b5361b4 [TextServer] Fix caret hit test rounding. 2025-08-08 11:06:07 +03:00
Summersay415
bf5fada0b1 Revert "Fix incorrect anchor preset when custom offset is set" 2025-08-07 12:55:59 +07:00
Colin O'Rourke
05fd79af7c Material Conversion Error Handling
Material Conversion Plugins now ERR_FAIL if called on an unitialized material.

FileSystemDock no longer crashes if Conversion Plugin fails and returns a null ref.
2025-08-06 14:03:11 -07:00
Giganzo
fbf27dbfc6 Fix LineEdit icon positon in right-to-left layout 2025-08-06 21:55:37 +02:00
Thaddeus Crews
f47603767f Merge pull request #109109 from bruvzg/moue_no_focus
Forward mouse events to embedded no-focus windows.
2025-08-06 12:01:18 -05:00
Thaddeus Crews
a08ebf9c2d Merge pull request #109329 from Giganzo/line_edit_center
Fix LineEdit center alignment
2025-08-06 12:01:15 -05:00
kobewi
4ed86d347c Fix some localization issues in controls 2025-08-06 14:50:03 +02:00
Pāvels Nadtočajevs
3b12b3402f Forward mouse events to embedded no-focus windows. 2025-08-05 22:31:44 +03:00
Giganzo
e3232b226d Fix LineEdit center alignment 2025-08-05 10:05:45 +02:00
Pāvels Nadtočajevs
610c98c1ce Add SVGTexturesupport to NinePatchRect, TextureProgressBar and StyleBoxTexture. 2025-08-04 08:57:30 +03:00
Thaddeus Crews
3dd70c4cef Merge pull request #109265 from clayjohn/revert-soft-body
Revert "SoftBody3D: Support physics Interpolation"
2025-08-03 10:51:14 -05:00
Thaddeus Crews
321f2391d9 Merge pull request #108384 from adamscott/fix-sample-deletion
[Web] Fix sample playback deletion and `AudioStreamPolyphonic` issue
2025-08-03 10:50:49 -05:00
clayjohn
6f60258545 Revert "SoftBody3D: Support physics Interpolation"
This reverts commit cc52fd777e.
2025-08-02 22:22:43 -07:00
Thaddeus Crews
bee0e99d3c Merge pull request #109139 from bruvzg/svg_sz_ov
[SVGTexture] Always use real values for `texture_set_size_override`.
2025-08-01 11:45:18 -05:00
Thaddeus Crews
202477457d Merge pull request #108996 from gtibo/graphnode-selection-fix
Update GraphNode selection logic if not visible
2025-08-01 11:45:14 -05:00
Tibo
2aa76439ce Update GraphNode selection logic if not visible 2025-07-31 18:38:03 +02:00
Thaddeus Crews
901065bbe9 Merge pull request #109147 from nocommentsgood/rename-camera2d-param
Rename Camera2D set_position_smoothing_enabled parameter
2025-07-31 10:39:11 -05:00
Thaddeus Crews
eee305b9bd Merge pull request #108921 from Giganzo/button-disabled
Fix button down signal not emitting on first press after being disabled
2025-07-31 10:39:10 -05:00
Thaddeus Crews
f9313aa27b Merge pull request #108924 from bruvzg/ac17
Update access-kit to 0.17.0
2025-07-31 10:39:09 -05:00
Thaddeus Crews
0d10e85b88 Merge pull request #109122 from mihe/ext-resource-id-caching
Fix external resource IDs being lost for default properties
2025-07-31 10:38:45 -05:00
Mikael Hermansson
d0826b0bfe Fix external resource IDs being lost for default properties 2025-07-31 16:57:35 +02:00
nocommentsgood
65a2d733b7 Rename Camera2D set_position_smoothing_enabled parameter 2025-07-30 16:05:30 -05:00
Pāvels Nadtočajevs
6705d97132 [SVGTexture] Always use real values for texture_set_size_override 2025-07-30 23:14:12 +03:00
Jojo-1000
ab178719d9 Mark methods for various classes as required 2025-07-30 19:24:56 +02:00
Giganzo
63409a91e0 Fix button down signal not emitting on first press after being disabled 2025-07-30 16:23:42 +02:00
Thaddeus Crews
da3f2a9cf5 Merge pull request #108911 from DanielSnd/fix-richtextlabel-nested-table-sizing
Fix RichTextLabel nested tables not sizing properly.
2025-07-30 09:03:50 -05:00
Thaddeus Crews
972ce25624 Merge pull request #109029 from AeioMuch/fix_missing_3d_gizmos
Fix missing 3d gizmos
2025-07-30 09:03:49 -05:00
Thaddeus Crews
f74b6392d9 Merge pull request #108328 from beicause/fix-color-picker-linear-sliders-color
Fix ColorPicker linear mode sliders color
2025-07-30 09:03:44 -05:00
Thaddeus Crews
5f6849534a Merge pull request #108959 from bruvzg/empty_lines
Fix font fallback for lines with only non-visual/control characters.
2025-07-30 09:03:43 -05:00
Thaddeus Crews
90cfd88eae Merge pull request #108051 from RoyBerardo/listener_doppler_fix
Fix `AudioListener3D` not tracking velocity for doppler
2025-07-30 09:03:40 -05:00
Squamto
cd737eed2f Fix disallow stencil mode outline and xray for RENDER_PRIORITY_MAX 2025-07-29 22:42:00 +02:00
AeioMuch
f92af51cae Fix missing 3d gizmos 2025-07-29 15:26:42 +02:00
Hei
1acfbba46a Avoid color conversion roundtrip in colorpicker 2025-07-29 12:44:08 +03:00
Roy Berardo
769795f54a fix AudioListener3D not tracking self velocity for doppler 2025-07-28 23:02:16 -07:00
Pāvels Nadtočajevs
3f757c41fc Update access-kit to 0.17.0 2025-07-29 08:37:01 +03:00
Pāvels Nadtočajevs
2409956297 Include SPACING_SPACE into tab stops calculation. 2025-07-27 21:26:36 +03:00
Thaddeus Crews
03d648c5ad Merge pull request #92344 from fire/vsk-3d-texture-alpha-4.3
Fix Texture3D import not working
2025-07-27 10:28:34 -05:00
Thaddeus Crews
f5371a6764 Merge pull request #108814 from beicause/fix-color-preset-btn-focus-theme
Fix ColorPresetButton `preset_focus` is set to wrong type in default theme
2025-07-27 10:28:31 -05:00
K. S. Ernest (iFire) Lee
06a7b11a47 Fix Texture3D import not working
Fix Texture3D import not working when texture has fully opaque and (partly or fully) transparent slices.

For better style make cases of detect_alpha check against the exact enums rather than the enum 0.
2025-07-26 10:22:36 -07:00
passivestar
fed6b0dfe5 Fix Tree cell text vertical alignment 2025-07-26 16:32:01 +04:00
Gilles Roudière
8637922926 Fix debug rendering in TileMapLayer 2025-07-25 11:17:03 +02:00