summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #73587 from YuriSizov/rtl-the-underlinerRémi Verschelde2023-02-221-9/+9
|\ \ \ \ | | | | | | | | | | | | | | | Ensure minimal thickness for `RichTextLabel` underlines
| * | | | Ensure minimal thickness for RichTextLabel underlinesYuri Sizov2023-02-191-9/+9
| | | | |
* | | | | Merge pull request #73741 from dalexeev/fix-sprite-frames-convertRémi Verschelde2023-02-221-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix `SpriteFrames` data loss on 3-to-4 conversion
| * | | | | Fix `SpriteFrames` data loss on 3-to-4 conversionDanil Alexeev2023-02-221-0/+2
| | |/ / / | |/| | |
* / | | | Fix reset_state() in TileSetkobewi2023-02-212-1/+5
|/ / / /
* | | | Fix crash when reparenting SoftBody3D with pinned pointsPrecisionRender2023-02-202-3/+13
| | | |
* | | | Merge pull request #73597 from ↵Rémi Verschelde2023-02-201-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 redrawVolTer2023-02-191-0/+2
| | | | |
* | | | | Merge pull request #73585 from YuriSizov/particles-remove-damping-limitYuri Sizov2023-02-192-4/+4
|\ \ \ \ \ | | | | | | | | | | | | Remove visual limit for damping in CPUParticles
| * | | | | Remove visual limit for damping in CPUParticlesAlbin2023-02-192-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 linePaulb232023-02-191-0/+1
|/ / / /
* | | | Merge pull request #73526 from YuriSizov/branded-project-llcRémi Verschelde2023-02-192-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 EditorFileDialogYuri Sizov2023-02-172-2/+0
| | | | |
* | | | | Fix shader parameter assignJuan Linietsky2023-02-181-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-scaleYuri Sizov2023-02-182-3/+9
|\ \ \ \ \
| * | | | | make particle billboard take into account non-uniform scaleQbieShay2023-02-132-3/+9
| | | | | |
* | | | | | Merge pull request #73513 from YuriSizov/bone2d-remove-deprecated-methodsYuri Sizov2023-02-182-16/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Remove deprecated methods from Bone2D
| * | | | | Remove deprecated methods from Bone2DYuri Sizov2023-02-172-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | - also add them to the project convertor
* | | | | | Merge pull request #73508 from nongvantinh/reorder-emitted-signalsYuri Sizov2023-02-171-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Reordering emitted signals in PopupMenu
| * | | | | Reordering emitted signals in PopupMenuNong Van Tinh2023-02-171-3/+3
| | | | | |
* | | | | | Merge pull request #72184 from Maran23/item-list-index-out-of-boundsRémi Verschelde2023-02-171-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 itemsMarius Hanl2023-01-271-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-oobRémi Verschelde2023-02-171-1/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix error spam when hovering minimap in the script editor
| * | | | | | | Fix error spam when hovering minimap in the script editorJames Mintram2023-02-161-1/+3
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #70515 from stmSi/fix-hanging-audio-pitch-scaleRémi Verschelde2023-02-173-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix hanging if audiostream's pitch_scale is NaN
| * | | | | | | Fix Editor hanging if audiostream's pitch_scale is NaNstmSi2022-12-243-3/+3
| | | | | | | |
* | | | | | | | Merge pull request #73470 from Sauermann/fix-touch-screen-button-emulatedYuri Sizov2023-02-171-4/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove device-id restriction from `TouchScreenButton` input events
| * | | | | | | | Remove device-id restriction from `TouchScreenButton` input eventsMarkus Sauermann2023-02-171-4/+0
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the restriction that only devices with id 0 are used for `TouchScreenButton`-Input events. This allows emulated events to be used for TouchScreenButton.
* | | | | | | | Remove unexposed ProxyTexture, mark AnimatedTexture as deprecatedRémi Verschelde2023-02-172-90/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | Merge pull request #73428 from smix8/navigation_tweak_agent3d_4.xRémi Verschelde2023-02-173-20/+20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Tweak NavigationAgent3D defaults
| * | | | | | | | Tweak NavigationAgent3D defaultssmix82023-02-163-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tweaks default values for NavigationAgent3D to work better out of the box within a new 3D project.
* | | | | | | | | Set RTL minimal dash size to 2.0, add invalid dash size error to the ↵bruvzg2023-02-172-4/+5
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | `draw_dashed_line`.
* | | | | | | | Merge pull request #73464 from clayjohn/VoxelGI-emissionRémi Verschelde2023-02-171-14/+18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Only include emission when enabled in material during VoxelGI bake
| * | | | | | | | Only include emission when enabled in material during VoxelGI bakeclayjohn2023-02-161-14/+18
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #69801 from nongvantinh/fix-invalid-scene-nameRémi Verschelde2023-02-171-4/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed scene name can be saved as extension only
| * | | | | | | | Prevent saving files with no name and only an extension.Nong Van Tinh2023-02-171-4/+5
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #69768. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* | | | | | | | Merge pull request #72764 from Sauermann/fix-color-pickingRémi Verschelde2023-02-175-52/+107
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Color Picking
| * | | | | | | | Fix Color PickingMarkus Sauermann2023-02-095-52/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the 4.x-introduction of Windows the previous method for color picking was no longer working. This PR uses the following approach to reintroduce color-picking. When the Color-Picking-Button is pressed, a quasi-screenshot of the Window-content is created and displayed in a new Popup-Window. This new Window allows selecting colors by Mouse-Click. A Preview of the targeted Color is also displayed.
* | | | | | | | | Merge pull request #49102 from ANamelessGhoul/masterRémi Verschelde2023-02-171-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix AnimatedTexture inconsistency when setting frame
| * | | | | | | | | Fix AnimatedTexture inconsistency when setting frameTecelli Akıntuğ2023-02-161-0/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #73444 from bruvzg/dash_checksRémi Verschelde2023-02-171-2/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | Add dash and step size checks to draw_dashed_line.
| * | | | | | | | Add dash and step size checks to draw_dashed_line.bruvzg2023-02-161-2/+3
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #73396 from KoBeWi/sorryRémi Verschelde2023-02-161-0/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix crash with AspectRatioContainer and TextureRect
| * | | | | | | | Fix crash with AspectRatioContainer and TextureRectkobewi2023-02-161-0/+12
| | | | | | | | |
* | | | | | | | | Merge pull request #73426 from RandomShaper/label_strikes_againRémi Verschelde2023-02-161-7/+9
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | Fix width determination of non-trimmed, non-wrapped labels
| * | | | | | | | Fix width determination of non-trimmed, non-wrapped labelsPedro J. Estébanez2023-02-161-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | Merge pull request #73229 from smix8/navlink_global_positions_4.xRémi Verschelde2023-02-166-0/+120
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add NavigationLink helper functions for global positions
| * | | | | | | | | Add NavigationLink helper functions for global positionssmix82023-02-146-0/+120
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds helper functions to set the links start and end position with global positions or get them as global positions. Adds global start and end position for the navigation link to the 'link_reached' signal of NavigationAgent. That signal gets emitted when a navigation link waypoint is reached. Requires that 'owner' meta data is enabled on the NavigationAgent.
* | | | | | | | | Merge pull request #73370 from timothyqiu/tiles-i18nRémi Verschelde2023-02-161-24/+24
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | Add missing i18n in tiles editor
| * | | | | | | | Add missing i18n in tiles editorHaoyu Qiu2023-02-151-24/+24
| | | | | | | | |