summaryrefslogtreecommitdiff
path: root/scene/resources
AgeCommit message (Expand)Author
2021-09-30Fix AtlasTexture get_data() crashboruok
2021-09-29Add half frame to floor()Metin Celik
2021-09-29Improve TileMap physics for moving platforms and conveyor belts like movementsGilles Roudière
2021-09-29Fix crash in headless modeHaoyu Qiu
2021-09-29Merge pull request #53189 from AnilBK/use-class-specific-funcsRémi Verschelde
2021-09-29Merge pull request #53186 from groud/tiles_fixesRémi Verschelde
2021-09-29Use functions defined in the their classes.Anilforextra
2021-09-28Various tiles-related fixesGilles Roudière
2021-09-28Merge pull request #53180 from boruok/4.0-fix-atlas-texture-return-nullRémi Verschelde
2021-09-284.0 fix atlas texture return nullboruok
2021-09-28Fixes the normals of SphereMesh when the radius is different from 1Duarte David
2021-09-27QuadMesh remove format ARRAY_FORMAT_INDEXBrian Semrau
2021-09-27Validate before passing indices to meshoptimizerHaoyu Qiu
2021-09-26Merge duplicate branch conditions to one.Anilforextra
2021-09-24Merge pull request #52430 from AnilBK/vector2-replacementsRémi Verschelde
2021-09-23Construct values only when necessary.Anilforextra
2021-09-23Implement animated tilesGilles Roudière
2021-09-22Fill variation coordinates dictionary with default values when FontData is se...bruvzg
2021-09-21Added search colors to TextEdit and CodeEdit themePaulb23
2021-09-21Merge pull request #52775 from gyroninja/fix-instantiated-root-node-crashRémi Verschelde
2021-09-21Merge pull request #52466 from tcoxon/fix_43733_4.0Rémi Verschelde
2021-09-21Prevent shaders from generating code before the constructor finishes.Tom Coxon
2021-09-20Merge pull request #52151 from CaptainProton42/fix-y-billboard-shearRémi Verschelde
2021-09-20Add FontData cache index check, remove excessive loop.bruvzg
2021-09-18Fail at instantiating if the root node is instantiatedgyroninja
2021-09-16Merge pull request #52681 from nekomatata/rename-rigid-bodyCamille Mohr-Daurat
2021-09-16Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBodyPouleyKetchoupp
2021-09-15Merge pull request #52679 from nekomatata/world-boundary-shapeCamille Mohr-Daurat
2021-09-14Clean convex hull decomposition codePouleyKetchoupp
2021-09-14Rename WorldMarginShape to WorldBoundaryShapePouleyKetchoupp
2021-09-14Merge pull request #52266 from AndreaCatania/collRémi Verschelde
2021-09-14Merge pull request #52658 from groud/some_tilemap_fixesGilles Roudière
2021-09-14Fix transform of TileMap nodes and tilemap selectionGilles Roudière
2021-09-14Remove unused ImageTexture functionsHaoyu Qiu
2021-09-13Merge pull request #51805 from skysphr/scrollbar-icons-pressedHugo Locurcio
2021-09-13Merge pull request #52298 from DeleteSystem32/meshlib-transformRémi Verschelde
2021-09-108 uvs for glTF2, URI decode and Vertex Custom api.Lyuma
2021-09-10Merge pull request #52433 from groud/document_tilesMax Hilbrunner
2021-09-09Merge pull request #50383 from Calinou/standardmaterial3d-improve-simple-para...Juan Linietsky
2021-09-09Merge pull request #52284 from Calinou/tscn-groups-write-single-lineJuan Linietsky
2021-09-09implement individual mesh transform for meshlibrary itemsVincent
2021-09-08Tiles renames/bugfixing and documentationGilles Roudière
2021-09-08Improve collision generation usability in the new 3D scene import workflow.AndreaCatania
2021-09-07Merge pull request #52237 from ellenhp/polyphonyJuan Linietsky
2021-09-07Add polyphony to Audio Stream Player nodesEllen Poe
2021-09-07Implement properties arrays in the Inspector.Gilles Roudière
2021-09-07Use builtin Vector2 functions for calculation of angles.Anilforextra
2021-08-31Write node groups one a single line when saving a `.tscn` fileHugo Locurcio
2021-08-29Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez
2021-08-28Merge pull request #49664 from nekomatata/fix-editable-duplicatedMax Hilbrunner