summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Add dedicated setter for `ImageTextureLayered::_images` to fix `create_from_i...RedworkDE2023-03-092-1/+7
* Merge pull request #67910 from pkowal1982/scroll_barRémi Verschelde2023-03-081-4/+8
|\
| * Fix scrolling behaviour with low page valuePaweł2022-10-261-4/+8
* | Merge pull request #68325 from pfertyk/issue-68242-rich-text-label-crashYuri Sizov2023-03-081-1/+1
|\ \
| * | Fix RichTextLabel crash with out of bound exceptionPaweł Fertyk2023-02-281-1/+1
* | | Merge pull request #74555 from RedworkDE/cpuparticles3d-update-buffer-overrunRémi Verschelde2023-03-081-1/+1
|\ \ \
| * | | Fix buffer overrun in CPUParticles3DRedworkDE2023-03-071-1/+1
* | | | Merge pull request #74551 from YuriSizov/theme-abyss-looks-back-at-youRémi Verschelde2023-03-081-0/+4
|\ \ \ \
| * | | | Generate empty textures for theme icons if the SVG module is disabledYuri Sizov2023-03-071-0/+4
* | | | | Merge pull request #74347 from JohanAR/masterRémi Verschelde2023-03-081-1/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed incorrect ERROR message when setting new PrimitiveMeshJohan Aires Rastén2023-03-041-1/+3
* | | | | Merge pull request #73188 from Sauermann/fix-inconsistent-viewport-sizeRémi Verschelde2023-03-074-14/+26
|\ \ \ \ \
| * | | | | Fix some ways to create inconsistent Viewport sizesMarkus Sauermann2023-02-134-14/+26
* | | | | | Merge pull request #74521 from clayjohn/ImageTexture3D-propertiesRémi Verschelde2023-03-071-0/+6
|\ \ \ \ \ \
| * | | | | | Set properties of ImageTexture3D when creatingclayjohn2023-03-061-0/+6
| | |_|/ / / | |/| | | |
* / | | | | Don't autocomplete numbers in GDScriptArman Elgudzhyan2023-03-061-0/+6
|/ / / / /
* | | | | [TextEdit] Do not draw virtual spaces (word break / justification points).bruvzg2023-03-061-1/+1
* | | | | Merge pull request #73716 from bruvzg/improve_locale_selectionRémi Verschelde2023-03-062-21/+53
|\ \ \ \ \
| * | | | | Improve layout direction/locale automatic selection.bruvzg2023-02-222-21/+53
* | | | | | Merge pull request #74472 from bruvzg/ime_single_posRémi Verschelde2023-03-062-6/+20
|\ \ \ \ \ \
| * | | | | | Fix IME position in the single window mode sub-windows.bruvzg2023-03-062-6/+20
* | | | | | | Merge pull request #74293 from akien-mga/fbx-dialog-disable-importerRémi Verschelde2023-03-061-2/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | FBX: Disable importer when canceling FBX2glTF setupRémi Verschelde2023-03-031-2/+3
| | |_|/ / / | |/| | | |
* | | | | | 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
| |/ / /