summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #73587 from YuriSizov/rtl-the-underlinerRémi Verschelde2023-02-221-9/+9
|\ \ \ \
| * | | | 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 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 MewPurPur/add-missing-queue-redraw--oh-wait-th...Rémi Verschelde2023-02-201-0/+2
|\ \ \ \
| * | | | 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 CPUParticlesAlbin2023-02-192-4/+4
| | |/ / / | |/| | |
* / | | | 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 EditorFileDialogYuri Sizov2023-02-172-2/+0
* | | | | Fix shader parameter assignJuan Linietsky2023-02-181-1/+9
* | | | | 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 Bone2DYuri Sizov2023-02-172-16/+0
* | | | | | Merge pull request #73508 from nongvantinh/reorder-emitted-signalsYuri Sizov2023-02-171-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | 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 itemsMarius Hanl2023-01-271-6/+8
* | | | | | | 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 editorJames Mintram2023-02-161-1/+3
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #70515 from stmSi/fix-hanging-audio-pitch-scaleRémi Verschelde2023-02-173-3/+3
|\ \ \ \ \ \ \
| * | | | | | | 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 eventsMarkus Sauermann2023-02-171-4/+0
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Remove unexposed ProxyTexture, mark AnimatedTexture as deprecatedRémi Verschelde2023-02-172-90/+0
* | | | | | | | Merge pull request #73428 from smix8/navigation_tweak_agent3d_4.xRémi Verschelde2023-02-173-20/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | Tweak NavigationAgent3D defaultssmix82023-02-163-20/+20
* | | | | | | | | Set RTL minimal dash size to 2.0, add invalid dash size error to the `draw_da...bruvzg2023-02-172-4/+5
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #73464 from clayjohn/VoxelGI-emissionRémi Verschelde2023-02-171-14/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | 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
|\ \ \ \ \ \ \ \
| * | | | | | | | Prevent saving files with no name and only an extension.Nong Van Tinh2023-02-171-4/+5
| |/ / / / / / /
* | | | | | | | Merge pull request #72764 from Sauermann/fix-color-pickingRémi Verschelde2023-02-175-52/+107
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix Color PickingMarkus Sauermann2023-02-095-52/+107
* | | | | | | | | Merge pull request #49102 from ANamelessGhoul/masterRémi Verschelde2023-02-171-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 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.bruvzg2023-02-161-2/+3
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #73396 from KoBeWi/sorryRémi Verschelde2023-02-161-0/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | 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 labelsPedro J. Estébanez2023-02-161-7/+9
* | | | | | | | | Merge pull request #73229 from smix8/navlink_global_positions_4.xRémi Verschelde2023-02-166-0/+120
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add NavigationLink helper functions for global positionssmix82023-02-146-0/+120
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #73370 from timothyqiu/tiles-i18nRémi Verschelde2023-02-161-24/+24
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Add missing i18n in tiles editorHaoyu Qiu2023-02-151-24/+24