summaryrefslogtreecommitdiff
path: root/scene/resources
AgeCommit message (Expand)Author
2023-04-24Fix blurry borders on antialiased FlatStyleBoxDavid Giardi
2023-04-24Remove unnecessary zero multiplicationsMichael Alexsander
2023-04-24Use angle_rand to calculate base_angle in particles process materialclayjohn
2023-04-24Don't apply scale to autohide theme propertyNinni Pipping
2023-04-24Write out render_mode even when mode is set to default in VisualShadersclayjohn
2023-04-07Warn if a concave shape is assigned to ConvexPolygonShape2DZiya Erkoc
2023-04-07[RTL] Fix fill align and trim with enabled dropcap.bruvzg
2023-03-27Make `Gradient` resort points on `reverse`Ninni Pipping
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-14Use linear filtering without mipmaps for ProceduralSkyMaterial and PhysicalSk...clayjohn
2023-03-13Set properties of ImageTexture3D when creatingclayjohn
2023-03-13[Bitmap font] Assume outline size is `1` if it's not set, but channel for out...bruvzg
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-26Add warnings for unsupported features in mobile and gl_compatibility backendsclayjohn
2023-02-23import: Fix uv2 by avoiding premature ImporterMesh::get_mesh()Lyuma
2023-02-22Merge pull request #73741 from dalexeev/fix-sprite-frames-convertRémi Verschelde
2023-02-22Fix `SpriteFrames` data loss on 3-to-4 conversionDanil Alexeev
2023-02-21Fix reset_state() in TileSetkobewi
2023-02-18Fix shader parameter assignJuan Linietsky
2023-02-18Merge pull request #65353 from QbieShay/qbee/fix-billboard-nonuniform-scaleYuri Sizov
2023-02-17Remove unexposed ProxyTexture, mark AnimatedTexture as deprecatedRémi Verschelde
2023-02-16Fix AnimatedTexture inconsistency when setting frameTecelli Akıntuğ
2023-02-15Add missing i18n in tiles editorHaoyu Qiu
2023-02-14Prevent crash in ImmediateMesh.create_outline by ensuringChris Hutchinson
2023-02-13make particle billboard take into account non-uniform scaleQbieShay
2023-02-13Merge pull request #72225 from MinusKube/shaped_text_invalidated_bugRémi Verschelde
2023-02-12Fix SurfaceTool crash with invalid bone/weight countRémi Verschelde
2023-02-11Check for CanvasItem instead of Control and Node2DAaron Franke
2023-02-09Merge pull request #69550 from Rindbee/fix-script-editor-not-reload-via-lspRémi Verschelde
2023-02-08Mark fma function as high end so it isn't used with the gl_compatibility rend...clayjohn
2023-02-07Fix sub-resource IDs resetting when preloadedkobewi
2023-02-05Avoid returning self from `_get_base_font_or_default()`Patrick Dawson
2023-02-04Merge pull request #72655 from smix8/navigationmesh_bake_aabb_fix_4.xRémi Verschelde
2023-02-03Prevent preview error for the instance parameter in visual shaderYuri Rubinsky
2023-02-03Fix NavigationMesh baking AABB Editor handling and visualssmix8
2023-02-02Add a property hint for PrimitiveMesh's `uv2_padding`Hugo Locurcio
2023-02-01More codespell fixes, do more changes from previous ignore listRémi Verschelde
2023-02-01Merge pull request #71936 from akien-mga/remove-some-unused-signalsRémi Verschelde
2023-02-01Merge pull request #71479 from raulsntos/virtual-return-typeRémi Verschelde
2023-02-01Merge pull request #70446 from akien-mga/meshoptimizer-4a287848fRémi Verschelde
2023-02-01Merge pull request #72485 from BastiaanOlij/add_eye_matrix_accessRémi Verschelde
2023-02-01Merge pull request #72459 from KoBeWi/debindsRémi Verschelde
2023-02-01Merge pull request #72075 from Maran23/extents-to-sizeRémi Verschelde
2023-01-31meshoptimizer: Sync with upstream commit 4a287848fRémi Verschelde
2023-02-01Add unbinds to scnkobewi
2023-02-01Expose EYE_OFFSET to gdshader codeBastiaan Olij
2023-01-31Merge pull request #72436 from Chaosus/vs_switch_improvementYuri Rubinsky