summaryrefslogtreecommitdiff
path: root/scene/resources
AgeCommit message (Expand)Author
2023-01-06Merge pull request #70547 from TokageItLab/pingpong-wrapRémi Verschelde
2023-01-05Merge pull request #65609 from dalexeev/animated-spriteRémi Verschelde
2023-01-05One Copyright Update to rule them allRémi Verschelde
2023-01-05Merge pull request #70824 from smix8/fix_navpoly_errormsg_4.xRémi Verschelde
2023-01-05`AnimatedSprite{2D,3D}` improvementsDanil Alexeev
2023-01-03Merge pull request #70840 from MewPurPur/get-point-count-instead-of-pointsRémi Verschelde
2023-01-03Merge pull request #70864 from timothyqiu/scroll-marginRémi Verschelde
2023-01-03Merge pull request #69972 from adamscott/add-server-checks-before-freeRémi Verschelde
2023-01-03Merge pull request #70519 from bruvzg/font_hashRémi Verschelde
2023-01-03Fix scroll grabber can't reach ends in default themeHaoyu Qiu
2023-01-03Merge pull request #70585 from Chaosus/vs_customYuri Rubinsky
2023-01-02Merge pull request #67853 from Zylann/fix_lods_with_doublesClay John
2023-01-02Rename get_points_count() to get_point_count() internallyVolTer
2023-01-02Fix NavigationPolygon error msgsmix8
2023-01-01Change binding type of PlaceholderTexture2D.set/get_size to Vector2James Mintram
2022-12-29Add safety-checks before some servers `free()`Adam Scott
2022-12-26Add missing CUSTOM inputs for the spatial/vertex mode of visual shaderYuri Rubinsky
2022-12-25Fix pingpong with loop wrap is not workingSilc Renew
2022-12-24[Font] Use key structure instead of raw hash for LRU cache to avoid collisions.bruvzg
2022-12-23Merge pull request #69797 from TokageItLab/time-edit-inspector-pluginRémi Verschelde
2022-12-22Remove deprecated NavigationMesh compatibility partssmix8
2022-12-22Add inspector plugin for key time edit & Change find key argumentSilc Renew
2022-12-21Add fallback values for font and scale to the default themeYuri Sizov
2022-12-20Change GridMap navigation_layers to be per mesh_library itemsmix8
2022-12-20Merge pull request #61239 from Calinou/tubetrailmesh-add-cap-propertiesRémi Verschelde
2022-12-20Merge pull request #70244 from DarkKilauea/nav-fix-abbrev-compatRémi Verschelde
2022-12-20Fix typo and ensure backwards compatibility for changed property namesJosh Jones
2022-12-19Add properties to disable top/bottom cap generation in TubeTrailMeshHugo Locurcio
2022-12-19TileSet Simplify tile shape polygonskleonc
2022-12-18Merge pull request #70227 from kleonc/atlas-texture-flipping-fixRémi Verschelde
2022-12-17AtlasTexture Fix calculating rects when flippingkleonc
2022-12-17Fix Navigation API abbreviations inconsistencysmix8
2022-12-17Move NavigationPolygon to dedicated resource filesmix8
2022-12-16Switch surface indexing to start at 0 so string name matches integer indexclayjohn
2022-12-15Queue redraw when MultiMesh instance transform changesbmolyneaux
2022-12-15[RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg
2022-12-15Fix typos with codespellRémi Verschelde
2022-12-14Merge pull request #69726 from xiongyaohua/tweak_curveRémi Verschelde
2022-12-14Fix Curve2D::get_closest_offsetYaohua Xiong
2022-12-14Handle corner cases for curve bakingYaohua Xiong
2022-12-13Use buffer to speed up copying/transcribing when renaming dependenciesRindbee
2022-12-12VariantParser make readahead optionallawnjelly
2022-12-11Optimize a code generation of visual shader particlesYuri Rubinsky
2022-12-09Merge pull request #69661 from Mickeon/fix-editor-cannot-disconnect-signalRémi Verschelde
2022-12-08Fix unable to disconnect signal in Editor once createdMicky
2022-12-06Merge pull request #69506 from adamscott/move-gdscript-uninit-to-finalizeRémi Verschelde
2022-12-06Move GDScript uninitialization to `GDScriptLanguage::finalize()`Adam Scott
2022-12-06Fix Path2D fish bone directionYaohua Xiong
2022-12-05Use circular fade instead of linear fade for distance fadeHugo Locurcio
2022-12-05Refactor baking code for Curve2DYaohua Xiong