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
c81fd6c512
Merge pull request #109210 from bruvzg/angle_95
...
[Windows] Add Intel Gen9.5 (Kaby Lake) GPUs to Angle blocklist.
2025-08-04 12:04:23 -05:00
Thaddeus Crews
0279916ff2
Merge pull request #108374 from DanielGSilva/mouse-captured-orientation
...
Deactivate orientation gizmo on window exit
2025-08-04 12:04:21 -05:00
Thaddeus Crews
7d4b7fa8da
Merge pull request #109169 from bruvzg/sse42_cpuid
...
[Windows] Additionally use `cpuid` instruction to detect SSE4.2 support.
2025-08-04 12:04:20 -05:00
Thaddeus Crews
f7de98ad2e
Merge pull request #109294 from timothyqiu/flags-atr
...
Disable auto translation of flag names in the inspector
2025-08-04 12:04:20 -05:00
Thaddeus Crews
bb02ab2909
Merge pull request #107436 from timothyqiu/action-button-icon
...
Fix some inspector action buttons not updating icon when theme changes
2025-08-04 12:04:19 -05:00
Thaddeus Crews
dd129b6cef
Merge pull request #109095 from allenwp/docs10896
...
Update HDR 2D documentation to include Compatibility support.
2025-08-04 12:04:18 -05:00
Thaddeus Crews
2f41534fa6
Merge pull request #109281 from raulsntos/dotnet/fix-quaternion-ctor
...
[.NET] Fix `Quaternion(Vector3, Vector3)` constructor when vectors are the same
2025-08-04 12:04:17 -05:00
Haoyu Qiu
0b156980f3
Disable auto translation of flag names in the inspector
2025-08-04 16:09:07 +08:00
Haoyu Qiu
5593ac4e3b
Fix some inspector action buttons not updating icon when theme changes
2025-08-04 15:30:36 +08:00
Pāvels Nadtočajevs
7c81d43b10
[Windows] Additionally use cpuid instruction to detect SSE4.2 support.
2025-08-03 22:13:59 +03:00
Raul Santos
dd662f9c6a
[.NET] Fix Quaternion(Vector3, Vector3) constructor when vectors are the same.
2025-08-03 20:26:20 +02:00
Thaddeus Crews
45509c284c
Merge pull request #108029 from Joy-less/clarify-visible_characters
...
Clarify `visible_characters`
2025-08-03 10:51:18 -05:00
Thaddeus Crews
ca515cf650
Merge pull request #108373 from Nintorch/fix-sowrap-enabled
...
Fix the usage of udev and dbus with SDL joystick input driver
2025-08-03 10:51:17 -05:00
Thaddeus Crews
62dc131d74
Merge pull request #109172 from mihe/printraw-overflow
...
Fix `printraw` causing infinite recursion in `Logger._log_message`
2025-08-03 10:51:16 -05:00
Thaddeus Crews
4b23f09e2f
Merge pull request #109267 from syntaxerror247/misc
...
Android: Misc changes
2025-08-03 10:51:15 -05: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
c9096e1f98
Merge pull request #93200 from AndreiPetrov890/fix-android-microphone
...
Fix audio input gets muted after a while on android
2025-08-03 10:51:13 -05:00
Thaddeus Crews
159133e679
Merge pull request #109198 from Lielay9/fix_primitive_tex
...
Break batch on Compatibility when primitive texture changes
2025-08-03 10:51:12 -05:00
Thaddeus Crews
38f8e18303
Merge pull request #109006 from RoyBerardo/random_pitch_bias_fix
...
Fix random pitch upward bias in `AudioStreamRandomizer`
2025-08-03 10:51:11 -05:00
Thaddeus Crews
0d6c1c37e2
Merge pull request #109196 from smix8/pppedgecentered
...
Fix path post-processing edgecentered
2025-08-03 10:51:10 -05:00
Thaddeus Crews
a6e6d133ab
Merge pull request #109227 from limbonaut/harden-jni-find-class
...
Harden jni_find_class() and its setup/cleanup
2025-08-03 10:51:09 -05:00
Thaddeus Crews
a0c7127829
Merge pull request #109162 from bruvzg/android_tts
...
Fix Android TTS on-demand init.
2025-08-03 10:51:08 -05:00
Thaddeus Crews
c720789b83
Merge pull request #107748 from ydeltastar/fix-eval-properties
...
Fix `Evaluator`'s format issues caused by special characters in the expression
2025-08-03 10:51:07 -05:00
Thaddeus Crews
097247d637
Merge pull request #109058 from KoBeWi/____________________________________________
...
Prevent invalid and ambiguous tag names
2025-08-03 10:51:06 -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
Anish Mishra
ae678b4085
Android: Misc changes
2025-08-03 13:09:10 +05:30
clayjohn
6f60258545
Revert "SoftBody3D: Support physics Interpolation"
...
This reverts commit cc52fd777e .
2025-08-02 22:22:43 -07:00
Roy Berardo
3e01c8a551
Fix random pitch upwards bias in AudioStreamRandomizer
2025-08-02 04:19:03 -07:00
Serhii Snitsaruk
4749ce1637
Harden jni_find_class() and its setup/cleanup
2025-08-02 09:52:08 +02:00
Pāvels Nadtočajevs
d04483421b
[Windows] Add Intel Gen9.5 (Kaby Lake) GPUs to Angle blocklist.
2025-08-01 23:58:36 +03:00
Thaddeus Crews
c2202d36c1
Merge pull request #103838 from ebeem/master
...
Core: Fix translation remaps incorrectly falling back
2025-08-01 11:45:22 -05:00
Thaddeus Crews
cce10e0b22
Merge pull request #109181 from nikitalita/gltf-dedupe-images
...
Dedupe images during GLTF Export
2025-08-01 11:45:21 -05:00
Thaddeus Crews
b33c3de691
Merge pull request #109180 from Calinou/doc-rigidbody-center-of-mass-auto
...
Clarify the behavior of `RigidBody.CENTER_OF_MASS_MODE_AUTO`
2025-08-01 11:45:20 -05:00
Thaddeus Crews
761f8df597
Merge pull request #109016 from Rindbee/use-undo_redo-to-track-property-changes
...
Use `EditorUndoRedoManager` to track the property changes of the configured `InputEvent` in the plugin
2025-08-01 11:45:20 -05:00
Thaddeus Crews
87bb5ab681
Merge pull request #108919 from KeyboardDanni/d3d12_init_shader_model_check
...
D3D12: Fix shader model check, initialization error handling
2025-08-01 11:45:19 -05: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
ef917c2f46
Merge pull request #109199 from KoBeWi/I
...
Fix inconsistent thumbnail width
2025-08-01 11:45:17 -05:00
Thaddeus Crews
975bcaa90a
Merge pull request #109094 from Repiteo/tests/error-output-fix
...
Fix unfiltered error output in tests
2025-08-01 11:45:16 -05:00
Thaddeus Crews
de2f3d7ee2
Merge pull request #109188 from limbonaut/fix-android-find-class
...
Fix FindClass() failing to find Dictionary on Android leading to crash
2025-08-01 11:45:15 -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
Thaddeus Crews
c5d2033e98
Merge pull request #109123 from beicause/fix-img-nearest-cubic-resize-bias
...
Fix `Image` nearest and cubic resizing bias
2025-08-01 11:45:13 -05:00
Thaddeus Crews
4200cead6d
Merge pull request #109089 from Calinou/doc-checkbutton-buttongroup-add-methods
...
Add search keywords for CheckButton and ButtonGroup
2025-08-01 11:45:12 -05:00
Almarhoon Ibraheem
9add19a4ad
Core: Fix translation remaps incorrectly falling back
2025-08-01 19:23:06 +03:00
Serhii Snitsaruk
fa36abeacc
Fix FindClass() failing to find Dictionary on Android leading to crash
2025-08-01 17:46:58 +02:00
kobewi
4d9b9523c9
Fix inconsistent thumbnail width
2025-08-01 15:32:00 +02:00
Hei
ce0a74bfe2
Break batch on Compatibility when primitive texture changes.
2025-08-01 16:13:17 +03:00
smix8
a3f393a3e1
Fix path post-processing edgecentered
...
Fixes path post-processing edgecentered.
2025-08-01 15:06:30 +02:00
nikitalita
7fcc7e19f3
Dedupe images during GLTF Export
2025-07-31 17:35:04 -07:00
Hugo Locurcio
ad825a36ec
Clarify the behavior of RigidBody.CENTER_OF_MASS_MODE_AUTO
2025-08-01 00:38:33 +02:00