Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-23 | Merge pull request #73814 from lyuma/importer_mesh_convex | Rémi Verschelde | |
import: Fix uv2 by avoiding premature ImporterMesh::get_mesh() | |||
2023-02-23 | import: Fix uv2 by avoiding premature ImporterMesh::get_mesh() | Lyuma | |
Implements create_convex_shape in ImpoterMesh. Note: ImporterMeshInstance3D::get_mesh() is safe. The only dangerous function with side effects is ImpoterMesh::get_mesh() | |||
2023-02-23 | Revert Label text reshaping fix #71553 and subsequent regression fixes | Rémi Verschelde | |
Despite a lot of great work from Pedro to try to improve the Label text reshaping logic and fix subsequent regressions, we found ourselves still chasing more edge cases, such as #73736 (which got reverted already due to it causing yet another regression). In parallel, it seems like the crash scenario that #71553 was addressing got solved differently in the master branch, so it appears like this change is no longer necessary at all (at least not urgently), so we decided to revert to the previous known "ok" state of Label. - Revert #71553 "Prevent infinite cascade of re-layout after label text reshaping" This reverts commit ed8c5cd52f7914daf6f1aa309581ca3b9b048a2e. - Revert #72387 "Enhance label sizing algorithm" This reverts commit 5131b81a4db89d2ef05f7cff7b4b5ea93b140aec. - Revert #73234 "Fix blank non-autowrapping labels" This reverts commit 3ccabee9ae8f261aa7b0110482fbb5d2500d2e38. - Revert #73343 "Make label sizing algorithm more robust" This reverts commit 4f7f1ef60bdbb0c6d6096d3d99f3e967af7d7a39. - Revert #73426 "Fix width determination of non-trimmed, non-wrapped labels" This reverts commit 73b6c0b972150c7cee3975080bedc510f1088adb. | |||
2023-02-22 | Revert "Fix visible_lines calculation" | Rémi Verschelde | |
This reverts commit ceee405cec171506dde7bc62033dc52ac3797599. This caused regressions, see #73736 and #73780. Fixes #73780. | |||
2023-02-22 | Merge pull request #73736 from helviett/fix_visible_lines_calculation | Rémi Verschelde | |
Fix visible_lines calculation | |||
2023-02-22 | Fix visible_lines calculation | helviett | |
2023-02-22 | Merge pull request #73587 from YuriSizov/rtl-the-underliner | Rémi Verschelde | |
Ensure minimal thickness for `RichTextLabel` underlines | |||
2023-02-22 | Merge pull request #73741 from dalexeev/fix-sprite-frames-convert | Rémi Verschelde | |
Fix `SpriteFrames` data loss on 3-to-4 conversion | |||
2023-02-22 | Fix `SpriteFrames` data loss on 3-to-4 conversion | Danil Alexeev | |
2023-02-21 | Fix reset_state() in TileSet | kobewi | |
2023-02-20 | Fix crash when reparenting SoftBody3D with pinned points | PrecisionRender | |
2023-02-20 | Merge pull request #73597 from ↵ | Rémi Verschelde | |
MewPurPur/add-missing-queue-redraw--oh-wait-that-barely-narrows-it-down Fix Indent/Unindent without a selection not causing a redraw | |||
2023-02-19 | Fix Indent/Unindent without a selection not causing a redraw | VolTer | |
2023-02-19 | Merge pull request #73585 from YuriSizov/particles-remove-damping-limit | Yuri Sizov | |
Remove visual limit for damping in CPUParticles | |||
2023-02-19 | Ensure minimal thickness for RichTextLabel underlines | Yuri Sizov | |
2023-02-19 | Fix ctrl+backspace crash with multicarets on the same line | Paulb23 | |
2023-02-19 | Remove visual limit for damping in CPUParticles | Albin | |
Issue #56324 notes that you may can't set the damping property of CPUParticles2D to anything more that 100 in the editor inspector while you may set it to anything in code, this is considered a bug and changed in this commit | |||
2023-02-19 | Merge pull request #73526 from YuriSizov/branded-project-llc | Rémi Verschelde | |
Add a custom icon for the `project.godot` file in the `EditorFileDialog` | |||
2023-02-18 | Fix shader parameter assign | Juan Linietsky | |
-Make sure the remap is created properly if never assigned before. Fixes #72923. Supersedes #73066. | |||
2023-02-18 | Merge pull request #65353 from QbieShay/qbee/fix-billboard-nonuniform-scale | Yuri Sizov | |
2023-02-18 | Merge pull request #73513 from YuriSizov/bone2d-remove-deprecated-methods | Yuri Sizov | |
Remove deprecated methods from Bone2D | |||
2023-02-17 | Add a custom icon for the `project.godot` file in the EditorFileDialog | Yuri Sizov | |
2023-02-17 | Merge pull request #73508 from nongvantinh/reorder-emitted-signals | Yuri Sizov | |
Reordering emitted signals in PopupMenu | |||
2023-02-17 | Remove deprecated methods from Bone2D | Yuri Sizov | |
- also add them to the project convertor | |||
2023-02-17 | Reordering emitted signals in PopupMenu | Nong Van Tinh | |
2023-02-17 | Merge pull request #72184 from Maran23/item-list-index-out-of-bounds | Rémi Verschelde | |
ItemList: Check if the index is out bounds before accessing the internal items | |||
2023-02-17 | Merge pull request #70781 from jamesmintram/jamesm/bugfix/fix-minimap-oob | Rémi Verschelde | |
Fix error spam when hovering minimap in the script editor | |||
2023-02-17 | Merge pull request #70515 from stmSi/fix-hanging-audio-pitch-scale | Rémi Verschelde | |
Fix hanging if audiostream's pitch_scale is NaN | |||
2023-02-17 | Merge pull request #73470 from Sauermann/fix-touch-screen-button-emulated | Yuri Sizov | |
Remove device-id restriction from `TouchScreenButton` input events | |||
2023-02-17 | Remove unexposed ProxyTexture, mark AnimatedTexture as deprecated | Rémi Verschelde | |
According to reduz: > [AnimatedTexture] should be removed together with ProxyTexture, its just > not efficient at all in Vulkan and causes invalidation of all descriptor > sets depending on it > it was needed mostly for animated tilemaps, but nowadays there is not a lot > of reason for it Marking AnimatedTexture as deprecated accordingly, until we reach consensus for removing it completely. | |||
2023-02-17 | Merge pull request #73428 from smix8/navigation_tweak_agent3d_4.x | Rémi Verschelde | |
Tweak NavigationAgent3D defaults | |||
2023-02-17 | Set RTL minimal dash size to 2.0, add invalid dash size error to the ↵ | bruvzg | |
`draw_dashed_line`. | |||
2023-02-17 | Remove device-id restriction from `TouchScreenButton` input events | Markus Sauermann | |
Remove the restriction that only devices with id 0 are used for `TouchScreenButton`-Input events. This allows emulated events to be used for TouchScreenButton. | |||
2023-02-17 | Merge pull request #73464 from clayjohn/VoxelGI-emission | Rémi Verschelde | |
Only include emission when enabled in material during VoxelGI bake | |||
2023-02-17 | Merge pull request #69801 from nongvantinh/fix-invalid-scene-name | Rémi Verschelde | |
Fixed scene name can be saved as extension only | |||
2023-02-17 | Merge pull request #72764 from Sauermann/fix-color-picking | Rémi Verschelde | |
Fix Color Picking | |||
2023-02-17 | Merge pull request #49102 from ANamelessGhoul/master | Rémi Verschelde | |
Fix AnimatedTexture inconsistency when setting frame | |||
2023-02-17 | Merge pull request #73444 from bruvzg/dash_checks | Rémi Verschelde | |
Add dash and step size checks to draw_dashed_line. | |||
2023-02-17 | Prevent saving files with no name and only an extension. | Nong Van Tinh | |
Fixes #69768. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2023-02-16 | Only include emission when enabled in material during VoxelGI bake | clayjohn | |
2023-02-16 | Fix AnimatedTexture inconsistency when setting frame | Tecelli Akıntuğ | |
2023-02-16 | Fix error spam when hovering minimap in the script editor | James Mintram | |
2023-02-16 | Merge pull request #73396 from KoBeWi/sorry | Rémi Verschelde | |
Fix crash with AspectRatioContainer and TextureRect | |||
2023-02-16 | Merge pull request #73426 from RandomShaper/label_strikes_again | Rémi Verschelde | |
Fix width determination of non-trimmed, non-wrapped labels | |||
2023-02-16 | Add dash and step size checks to draw_dashed_line. | bruvzg | |
2023-02-16 | Fix crash with AspectRatioContainer and TextureRect | kobewi | |
2023-02-16 | Tweak NavigationAgent3D defaults | smix8 | |
Tweaks default values for NavigationAgent3D to work better out of the box within a new 3D project. | |||
2023-02-16 | Fix width determination of non-trimmed, non-wrapped labels | Pedro J. Estébanez | |
In other words, exclude trimmable labels from the special logic used for non-wrapping ones, since they are not expected to dictate their width authoritatively. | |||
2023-02-16 | Merge pull request #73229 from smix8/navlink_global_positions_4.x | Rémi Verschelde | |
Add NavigationLink helper functions for global positions | |||
2023-02-16 | Merge pull request #73370 from timothyqiu/tiles-i18n | Rémi Verschelde | |
Add missing i18n in tiles editor |