summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Expand)Author
2023-04-03[TextEdit] Fix block caret size at the end of the line.bruvzg
2023-04-03Fixed property hint for platform layers on 3D physics bodyBrennen Shaughnessy
2023-03-30Update GPUParticles2D/3D speed scale on ENTER_TREEBrian Long
2023-03-30Exposes the apply_floor_snap function to allow a snap to be made regardless o...fabriceci
2023-03-27More i18n improvementsHaoyu Qiu
2023-03-27Port robust signal (dis)connection to ShapeCast2DRicardo Buring
2023-03-27Fix `AnimatedSprite2D` autoplay warningNinni Pipping
2023-03-27CanvasItem Fix ENTER_CANVAS / VISIBILITY_CHANGED notifications order when ent...kleonc
2023-03-27Make `Gradient` resort points on `reverse`Ninni Pipping
2023-03-27Fix get_drag_data not overridable in some Controlskobewi
2023-03-27Open up bounds of `Shape3D.margin` to support other physics enginesMikael Hermansson
2023-03-27Fix ndc calculation for LinearSceneDepth VS node in GLES3Patrick
2023-03-27Add dedicated setter for `ImageTextureLayered::_images` to fix `create_from_i...RedworkDE
2023-03-27Fixes  gutter set width results in receiving only half of the desired sizeNong Van Tinh
2023-03-27Fix IME position in the single window mode sub-windows.bruvzg
2023-03-27Fix `GraphNode` resizing when its bottom border is too thinMichael Alexsander
2023-03-27Improve layout direction/locale automatic selection.bruvzg
2023-03-27Fix some ways to create inconsistent Viewport sizesMarkus Sauermann
2023-03-27Fix scrolling behaviour with low page valuePaweł
2023-03-16Fix NavigationAgent3D debug path duplicated pointssmix8
2023-03-16Allow negative NavigationAgent2D path debug line_width for thin linessmix8
2023-03-14Use linear filtering without mipmaps for ProceduralSkyMaterial and PhysicalSk...clayjohn
2023-03-14Fix exported type for Menubar start_indexjustchen1369
2023-03-14Fix buffer overrun in CPUParticles3DRedworkDE
2023-03-14Fixed incorrect ERROR message when setting new PrimitiveMeshJohan Aires Rastén
2023-03-14FBX: Disable importer when canceling FBX2glTF setupRémi Verschelde
2023-03-13Set properties of ImageTexture3D when creatingclayjohn
2023-03-13[TextEdit] Do not draw virtual spaces (word break / justification points).bruvzg
2023-03-13Notify child controls when BackBufferCopy's rect changedHaoyu Qiu
2023-03-13Check for type mismatch in PropertyTweener.from()kobewi
2023-03-13[Bitmap font] Assume outline size is `1` if it's not set, but channel for out...bruvzg
2023-03-13Don't autocomplete numbers in GDScriptArman Elgudzhyan
2023-03-13Fix Camera2D position smoothing properties not being groupedMarcus Elg
2023-03-13Automatically reparent editor message dialogs to avoid error spam.bruvzg
2023-03-13Fix RichTextLabel crash with out of bound exceptionPaweł Fertyk
2023-03-13Generate empty textures for theme icons if the SVG module is disabledYuri Sizov
2023-03-13Modify the default theme GraphNode close_h_offsetNicholas Huelin
2023-02-27[MP] Fix orphan StringName on close.Fabio Alessandrelli
2023-02-27[TextEdit / IME] Check selection before deleting to avoid unnecessary error m...bruvzg
2023-02-26Add warnings for unsupported features in mobile and gl_compatibility backendsclayjohn
2023-02-24Revert "Reordering emitted signals in PopupMenu" and fix editor selection iss...bruvzg
2023-02-24Merge pull request #73847 from smix8/fix_shapecast3d_exception_functions_4.xRémi Verschelde
2023-02-24Fix custom viewports in Camera2Dkobewi
2023-02-23Fix ShapeCast3D add and remove exception functionssmix8
2023-02-23Merge pull request #73814 from lyuma/importer_mesh_convexRémi Verschelde
2023-02-23import: Fix uv2 by avoiding premature ImporterMesh::get_mesh()Lyuma
2023-02-23Revert Label text reshaping fix #71553 and subsequent regression fixesRémi Verschelde
2023-02-22Revert "Fix visible_lines calculation"Rémi Verschelde
2023-02-22Merge pull request #73736 from helviett/fix_visible_lines_calculationRémi Verschelde
2023-02-22Fix visible_lines calculationhelviett