Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #74282 from timothyqiu/news-anchor | Rémi Verschelde | 2023-03-05 | 1 | -0/+1 |
|\ | | | | | | | Notify child controls when `BackBufferCopy`'s rect changed | ||||
| * | Notify child controls when BackBufferCopy's rect changed | Haoyu Qiu | 2023-03-03 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #74251 from MarcusElg/positiongroup | Rémi Verschelde | 2023-03-05 | 2 | -8/+8 |
|\ \ | | | | | | | | | | Fix Camera2D position smoothing properties not being grouped | ||||
| * | | Fix Camera2D position smoothing properties not being grouped | Marcus Elg | 2023-03-03 | 2 | -8/+8 |
| |/ | |||||
* | | Merge pull request #74212 from bruvzg/bmp_def_out | Rémi Verschelde | 2023-03-03 | 1 | -0/+6 |
|\ \ | | | | | | | | | | [Bitmap font] Assume outline size is `1` if it's not set, but channel for outline is defined. | ||||
| * | | [Bitmap font] Assume outline size is `1` if it's not set, but channel for ↵ | bruvzg | 2023-03-02 | 1 | -0/+6 |
| | | | | | | | | | | | | outline is defined. | ||||
* | | | Merge pull request #74112 from KoBeWi/from_mismatch_to_match | Rémi Verschelde | 2023-03-03 | 2 | -0/+7 |
|\ \ \ | | | | | | | | | | | | | Check for type mismatch in `PropertyTweener.from()` | ||||
| * | | | Check for type mismatch in PropertyTweener.from() | kobewi | 2023-02-28 | 2 | -0/+7 |
| |/ / | |||||
* | | | Merge pull request #73749 from fabriceci/expose-apply-floor-snap | Rémi Verschelde | 2023-03-03 | 4 | -4/+29 |
|\ \ \ | |_|/ |/| | | | | | Exposes the apply_floor_snap function to allow manual snap | ||||
| * | | Exposes the apply_floor_snap function to allow a snap to be made regardless ↵ | fabriceci | 2023-02-22 | 4 | -4/+29 |
| | | | | | | | | | | | | of velocity. | ||||
* | | | Merge pull request #73365 from bruvzg/no_transient_children | Rémi Verschelde | 2023-03-02 | 1 | -2/+5 |
|\ \ \ | | | | | | | | | | | | | Automatically reparent editor message dialogs to avoid error spam. | ||||
| * | | | Automatically reparent editor message dialogs to avoid error spam. | bruvzg | 2023-02-21 | 1 | -2/+5 |
| |/ / | |||||
* | | | Merge pull request #73713 from SirQuartz/graph-node-close-button | Rémi Verschelde | 2023-03-02 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | | | | Fix Graph Node close rect default position | ||||
| * | | Modify the default theme GraphNode close_h_offset | Nicholas Huelin | 2023-02-22 | 1 | -1/+1 |
| |/ | | | | | | | Modifies the close_h_offset to be 12 instead of 22. This better aligns the default position. | ||||
* | | [MP] Fix orphan StringName on close. | Fabio Alessandrelli | 2023-02-27 | 1 | -1/+1 |
| | | | | | | | | Use a static StringName for the registered default interface name. | ||||
* | | [TextEdit / IME] Check selection before deleting to avoid unnecessary error ↵ | bruvzg | 2023-02-27 | 1 | -1/+1 |
| | | | | | | | | messages. | ||||
* | | Add warnings for unsupported features in mobile and gl_compatibility backends | clayjohn | 2023-02-26 | 16 | -40/+80 |
| | | |||||
* | | Revert "Reordering emitted signals in PopupMenu" and fix editor selection ↵ | bruvzg | 2023-02-24 | 1 | -3/+3 |
| | | | | | | | | issue in the safer way. | ||||
* | | Merge pull request #73847 from smix8/fix_shapecast3d_exception_functions_4.x | Rémi Verschelde | 2023-02-24 | 2 | -16/+10 |
|\ \ | | | | | | | | | | Fix ShapeCast3D add and remove exception functions | ||||
| * | | Fix ShapeCast3D add and remove exception functions | smix8 | 2023-02-23 | 2 | -16/+10 |
| | | | | | | | | | | | | Fixes that ShapeCast3D would accept any parameter object and silently return when it was not a CollisionObject3D. | ||||
* | | | Fix custom viewports in Camera2D | kobewi | 2023-02-24 | 1 | -4/+8 |
|/ / | |||||
* | | Merge pull request #73814 from lyuma/importer_mesh_convex | Rémi Verschelde | 2023-02-23 | 2 | -0/+39 |
|\ \ | | | | | | | | | | import: Fix uv2 by avoiding premature ImporterMesh::get_mesh() | ||||
| * | | import: Fix uv2 by avoiding premature ImporterMesh::get_mesh() | Lyuma | 2023-02-23 | 2 | -0/+39 |
| | | | | | | | | | | | | | | | | | | Implements create_convex_shape in ImpoterMesh. Note: ImporterMeshInstance3D::get_mesh() is safe. The only dangerous function with side effects is ImpoterMesh::get_mesh() | ||||
* | | | Revert Label text reshaping fix #71553 and subsequent regression fixes | Rémi Verschelde | 2023-02-23 | 2 | -132/+107 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Revert "Fix visible_lines calculation" | Rémi Verschelde | 2023-02-22 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | This reverts commit ceee405cec171506dde7bc62033dc52ac3797599. This caused regressions, see #73736 and #73780. Fixes #73780. | ||||
* | | Merge pull request #73736 from helviett/fix_visible_lines_calculation | Rémi Verschelde | 2023-02-22 | 1 | -4/+1 |
|\ \ | | | | | | | | | | Fix visible_lines calculation | ||||
| * | | Fix visible_lines calculation | helviett | 2023-02-22 | 1 | -4/+1 |
| |/ | |||||
* | | Merge pull request #73587 from YuriSizov/rtl-the-underliner | Rémi Verschelde | 2023-02-22 | 1 | -9/+9 |
|\ \ | | | | | | | | | | Ensure minimal thickness for `RichTextLabel` underlines | ||||
| * | | Ensure minimal thickness for RichTextLabel underlines | Yuri Sizov | 2023-02-19 | 1 | -9/+9 |
| | | | |||||
* | | | Merge pull request #73741 from dalexeev/fix-sprite-frames-convert | Rémi Verschelde | 2023-02-22 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | | | | | Fix `SpriteFrames` data loss on 3-to-4 conversion | ||||
| * | | | Fix `SpriteFrames` data loss on 3-to-4 conversion | Danil Alexeev | 2023-02-22 | 1 | -0/+2 |
| | |/ | |/| | |||||
* / | | Fix reset_state() in TileSet | kobewi | 2023-02-21 | 2 | -1/+5 |
|/ / | |||||
* | | Fix crash when reparenting SoftBody3D with pinned points | PrecisionRender | 2023-02-20 | 2 | -3/+13 |
| | | |||||
* | | Merge pull request #73597 from ↵ | Rémi Verschelde | 2023-02-20 | 1 | -0/+2 |
|\ \ | | | | | | | | | | | | | | | | MewPurPur/add-missing-queue-redraw--oh-wait-that-barely-narrows-it-down Fix Indent/Unindent without a selection not causing a redraw | ||||
| * | | Fix Indent/Unindent without a selection not causing a redraw | VolTer | 2023-02-19 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #73585 from YuriSizov/particles-remove-damping-limit | Yuri Sizov | 2023-02-19 | 2 | -4/+4 |
|\ \ \ | | | | | | | | | Remove visual limit for damping in CPUParticles | ||||
| * | | | Remove visual limit for damping in CPUParticles | Albin | 2023-02-19 | 2 | -4/+4 |
| | |/ | |/| | | | | | | | | | | | | | | | | 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 | ||||
* / | | Fix ctrl+backspace crash with multicarets on the same line | Paulb23 | 2023-02-19 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #73526 from YuriSizov/branded-project-llc | Rémi Verschelde | 2023-02-19 | 2 | -2/+0 |
|\ \ | | | | | | | | | | Add a custom icon for the `project.godot` file in the `EditorFileDialog` | ||||
| * | | Add a custom icon for the `project.godot` file in the EditorFileDialog | Yuri Sizov | 2023-02-17 | 2 | -2/+0 |
| | | | |||||
* | | | Fix shader parameter assign | Juan Linietsky | 2023-02-18 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | -Make sure the remap is created properly if never assigned before. Fixes #72923. Supersedes #73066. | ||||
* | | | Merge pull request #65353 from QbieShay/qbee/fix-billboard-nonuniform-scale | Yuri Sizov | 2023-02-18 | 2 | -3/+9 |
|\ \ \ | |||||
| * | | | make particle billboard take into account non-uniform scale | QbieShay | 2023-02-13 | 2 | -3/+9 |
| | | | | |||||
* | | | | Merge pull request #73513 from YuriSizov/bone2d-remove-deprecated-methods | Yuri Sizov | 2023-02-18 | 2 | -16/+0 |
|\ \ \ \ | |_|/ / |/| | | | Remove deprecated methods from Bone2D | ||||
| * | | | Remove deprecated methods from Bone2D | Yuri Sizov | 2023-02-17 | 2 | -16/+0 |
| | | | | | | | | | | | | | | | | - also add them to the project convertor | ||||
* | | | | Merge pull request #73508 from nongvantinh/reorder-emitted-signals | Yuri Sizov | 2023-02-17 | 1 | -3/+3 |
|\ \ \ \ | |/ / / |/| | | | Reordering emitted signals in PopupMenu | ||||
| * | | | Reordering emitted signals in PopupMenu | Nong Van Tinh | 2023-02-17 | 1 | -3/+3 |
| | | | | |||||
* | | | | Merge pull request #72184 from Maran23/item-list-index-out-of-bounds | Rémi Verschelde | 2023-02-17 | 1 | -6/+8 |
|\ \ \ \ | | | | | | | | | | | | | | | | ItemList: Check if the index is out bounds before accessing the internal items | ||||
| * | | | | ItemList: Check if the index is out bounds before accessing the internal items | Marius Hanl | 2023-01-27 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following keys may lead to the exception described above under certain conditions: - ui_page_up - ui_page_down - ui_left - ui_right | ||||
* | | | | | Merge pull request #70781 from jamesmintram/jamesm/bugfix/fix-minimap-oob | Rémi Verschelde | 2023-02-17 | 1 | -1/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix error spam when hovering minimap in the script editor |