summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix freeze on non-thread-safe custom importersHunter Loftis2024-10-1517-7/+29
* Merge pull request #92441 from Chaosus/shader_custom_func_overloadsThaddeus Crews2024-10-143-128/+244
|\
| * Implement custom function overloading in shading languageYuri Rubinsky2024-10-083-128/+244
* | Merge pull request #97560 from SaracenOne/fix_anim_library_popupThaddeus Crews2024-10-141-2/+2
|\ \
| * | Fix positioning of popup menu in AnimationLibrary editor.Saracen2024-09-281-2/+2
* | | Merge pull request #97938 from fire/GODOT_rest_transformThaddeus Crews2024-10-141-5/+1
|\ \ \
| * | | Assign the correct bone rest transform to nodes with matrix in GLTFK. S. Ernest (iFire) Lee2024-10-071-5/+1
| | |/ | |/|
* | | Merge pull request #97582 from BlueCube3310/basisu-hdrThaddeus Crews2024-10-1463-737/+17059
|\ \ \
| * | | BasisU: Update to 1.50.0 and add HDR supportBlueCube33102024-10-1263-737/+17059
* | | | Merge pull request #97295 from BlueCube3310/betsy-bc4Thaddeus Crews2024-10-147-26/+221
|\ \ \ \
| * | | | Betsy: Implement BC4 compressionBlueCube33102024-09-227-26/+221
* | | | | Merge pull request #97770 from tdaven/fix-94151Thaddeus Crews2024-10-142-0/+15
|\ \ \ \ \
| * | | | | Fix immediate mesh modifications that don't call set_meshTrevor Davenport2024-10-032-0/+15
* | | | | | Merge pull request #97833 from AtlaStar/Fix-issue-97832Thaddeus Crews2024-10-141-5/+7
|\ \ \ \ \ \
| * | | | | | Allow seconds snapping to use minimum intervals of 0.0001 once moreDerrick Melton2024-10-101-5/+7
* | | | | | | Merge pull request #97996 from timothyqiu/rtl-arrowThaddeus Crews2024-10-141-1/+3
|\ \ \ \ \ \ \
| * | | | | | | Fix ControlEditorPopupButton arrow position in RTL languageHaoyu Qiu2024-10-091-1/+3
* | | | | | | | Merge pull request #98059 from zaevi/fix_csharp_unhandled_GD0303Thaddeus Crews2024-10-142-1/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | C#: Fix unhandled GD0303 error for nested generic attribute typesZae2024-10-112-1/+14
* | | | | | | | | Merge pull request #97929 from timothyqiu/rtl-checkbuttonThaddeus Crews2024-10-141-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix CheckButton mirrored icon in editor themeHaoyu Qiu2024-10-071-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #97961 from timothyqiu/force-tooltipThaddeus Crews2024-10-141-5/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Allow `Control` to show custom tooltip when tooltip text is emptyHaoyu Qiu2024-10-081-5/+5
* | | | | | | | | | Merge pull request #97830 from BlueCube3310/teximport-hdr-losslessThaddeus Crews2024-10-142-1/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix 3D HDR texture import with lossless compressionBlueCube33102024-10-042-1/+5
* | | | | | | | | | | Merge pull request #97122 from adamscott/fix-trackpad-code-completion-scrollingThaddeus Crews2024-10-141-2/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix trackpad code completion scrollingAdam Scott2024-09-171-2/+4
* | | | | | | | | | | | Merge pull request #96740 from ryevdokimov/collision_repositionThaddeus Crews2024-10-142-17/+72
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Use collision detection ray to reposition an object already in the sceneRobert Yevdokimov2024-10-042-17/+72
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #94371 from KoBeWi/insane_particle_unification_😱Thaddeus Crews2024-10-1414-1820/+1192
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Unify particle editorskobewi2024-10-0414-1820/+1192
* | | | | | | | | | | | | Merge pull request #97538 from detomon/optimize-skeleton3d-global-poseThaddeus Crews2024-10-142-14/+138
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Improve performance of global bone pose calculation in `Skeleton3D`detomon2024-10-122-14/+138
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #93025 from kleonc/y-sort-physics-interpolationThaddeus Crews2024-10-142-61/+96
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Don't recalculate final render transforms for Y-sorted canvas itemskleonc2024-09-052-75/+91
| * | | | | | | | | | | | Account for physics interpolation and transform snapping when Y-sortingkleonc2024-09-052-9/+28
* | | | | | | | | | | | | Merge pull request #97979 from BlueCube3310/fix-thumb-genThaddeus Crews2024-10-101-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix crash when creating thumbnails for 3d texturesBlueCube33102024-10-091-2/+7
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #97940 from syntaxerror247/a_refreshing_bugThaddeus Crews2024-10-101-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Refresh Filesystem Dock after android build template is createdAnish Mishra2024-10-081-1/+2
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #97563 from SaracenOne/key_sub_pathsThaddeus Crews2024-10-101-1/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix keying of property subpaths.Saracen2024-09-281-1/+12
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #97873 from BlueCube3310/image-decompress-4-fixThaddeus Crews2024-10-101-13/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix decompressing textures with dimensions that are not multiples of 4BlueCube33102024-10-061-13/+22
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #97744 from Nazarwadim/use_local_vector_for_skeletonThaddeus Crews2024-10-108-74/+73
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Use local vector for skeletonNazarii2024-10-028-74/+73
* | | | | | | | | | | | | | Merge pull request #97835 from krm01/typo-docs-packedvector2arrayThaddeus Crews2024-10-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | fix typo on PackedVector2Array docsKenton M2024-10-041-1/+1
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #96329 from Delsin-Yu/dotnet-replace-array-with-ros-in-bin...Thaddeus Crews2024-10-103-20/+120
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Add ReadOnlySpan API OverloadsDE YU2024-10-093-20/+120
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |