summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #74282 from timothyqiu/news-anchorRémi Verschelde2023-03-051-0/+1
|\
| * Notify child controls when BackBufferCopy's rect changedHaoyu Qiu2023-03-031-0/+1
* | Merge pull request #74251 from MarcusElg/positiongroupRémi Verschelde2023-03-052-8/+8
|\ \
| * | Fix Camera2D position smoothing properties not being groupedMarcus Elg2023-03-032-8/+8
| |/
* | Merge pull request #74212 from bruvzg/bmp_def_outRémi Verschelde2023-03-031-0/+6
|\ \
| * | [Bitmap font] Assume outline size is `1` if it's not set, but channel for out...bruvzg2023-03-021-0/+6
* | | Merge pull request #74112 from KoBeWi/from_mismatch_to_matchRémi Verschelde2023-03-032-0/+7
|\ \ \
| * | | Check for type mismatch in PropertyTweener.from()kobewi2023-02-282-0/+7
| |/ /
* | | Merge pull request #73749 from fabriceci/expose-apply-floor-snapRémi Verschelde2023-03-034-4/+29
|\ \ \ | |_|/ |/| |
| * | Exposes the apply_floor_snap function to allow a snap to be made regardless o...fabriceci2023-02-224-4/+29
* | | Merge pull request #73365 from bruvzg/no_transient_childrenRémi Verschelde2023-03-021-2/+5
|\ \ \
| * | | Automatically reparent editor message dialogs to avoid error spam.bruvzg2023-02-211-2/+5
| |/ /
* | | Merge pull request #73713 from SirQuartz/graph-node-close-buttonRémi Verschelde2023-03-021-1/+1
|\ \ \ | |_|/ |/| |
| * | Modify the default theme GraphNode close_h_offsetNicholas Huelin2023-02-221-1/+1
| |/
* | [MP] Fix orphan StringName on close.Fabio Alessandrelli2023-02-271-1/+1
* | [TextEdit / IME] Check selection before deleting to avoid unnecessary error m...bruvzg2023-02-271-1/+1
* | Add warnings for unsupported features in mobile and gl_compatibility backendsclayjohn2023-02-2616-40/+80
* | Revert "Reordering emitted signals in PopupMenu" and fix editor selection iss...bruvzg2023-02-241-3/+3
* | Merge pull request #73847 from smix8/fix_shapecast3d_exception_functions_4.xRémi Verschelde2023-02-242-16/+10
|\ \
| * | Fix ShapeCast3D add and remove exception functionssmix82023-02-232-16/+10
* | | Fix custom viewports in Camera2Dkobewi2023-02-241-4/+8
|/ /
* | Merge pull request #73814 from lyuma/importer_mesh_convexRémi Verschelde2023-02-232-0/+39
|\ \
| * | import: Fix uv2 by avoiding premature ImporterMesh::get_mesh()Lyuma2023-02-232-0/+39
* | | Revert Label text reshaping fix #71553 and subsequent regression fixesRémi Verschelde2023-02-232-132/+107
|/ /
* | Revert "Fix visible_lines calculation"Rémi Verschelde2023-02-221-1/+4
* | Merge pull request #73736 from helviett/fix_visible_lines_calculationRémi Verschelde2023-02-221-4/+1
|\ \
| * | Fix visible_lines calculationhelviett2023-02-221-4/+1
| |/
* | 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
|\ \ \ \ \