summaryrefslogtreecommitdiffstats
path: root/scene/resources
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #97824 from TokageItLab/retarget-modifierThaddeus Crews2024-11-264-0/+15
|\
| * Add RetargetModifier3D for realtime retarget to keep original restSilc Lizard (Tokage) Renew2024-11-184-0/+15
* | Add CollisionShape3D custom debug coloursJamie Greunbaum2024-11-2620-12/+351
* | Merge pull request #97388 from tetrapod00/visualshader-linear-srgbThaddeus Crews2024-11-222-1/+28
|\ \
| * | VisualShader: Add LinearToSRGB and SRGBToLinear to ColorFunc nodetetrapod002024-10-192-1/+28
* | | Merge pull request #99498 from carsonetb/mesh-gen-optimizationThaddeus Crews2024-11-221-0/+169
|\ \ \
| * | | Optimize mesh generation by preventing unneeded shape recalculationsCarson Bates2024-11-211-0/+169
* | | | Allow `SCREEN_UV` to be used in light function of spatial shaderChaosus2024-11-191-0/+1
* | | | Merge pull request #86195 from GreenCrowDev/curve3d_closeThaddeus Crews2024-11-182-24/+94
|\ \ \ \
| * | | | Implement closed path for Curve3dmatricola7872024-11-162-24/+94
* | | | | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-175-16/+16
| |/ / / |/| | |
* | | | Curve: Check for finiteness before performing calculations in `sample_baked()...JWeisberg2024-11-121-0/+21
* | | | Merge pull request #98767 from jadeharley2/masterThaddeus Crews2024-11-111-1/+1
|\ \ \ \
| * | | | Fix inability to set TextureLayeredRD as TEXTURE_TYPE_CUBE or TEXTURE_TYPE_CU...jadeharley22024-11-111-1/+1
* | | | | Merge pull request #97352 from reduz/uids-everywhereThaddeus Crews2024-11-112-0/+5
|\ \ \ \ \
| * | | | | Universalize UID support in all resource typesJuan2024-11-112-0/+5
| |/ / / /
* | | | | Merge pull request #92986 from Repiteo/core/ref-instantiate-integrationThaddeus Crews2024-11-115-8/+8
|\ \ \ \ \
| * | | | | Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-105-8/+8
| |/ / / /
* / / / / Improve `NavMeshGenerator2D::generator_bake_from_source_geometry_data` perfor...Kiro2024-11-111-0/+2
|/ / / /
* | | | Merge pull request #98036 from bruvzg/para_btn_spacingThaddeus Crews2024-11-102-8/+37
|\ \ \ \
| * | | | [TextParagraph/Button] Add support for line spacing.bruvzg2024-10-102-8/+37
* | | | | Merge pull request #98773 from KeyboardDanni/tileset_collision_priorityThaddeus Crews2024-11-102-0/+33
|\ \ \ \ \
| * | | | | Add collision priority property to TileSet physics layersDanni2024-11-022-0/+33
* | | | | | Merge pull request #96841 from maidopi-usagi/tree_item_height_cacheThaddeus Crews2024-11-102-0/+6
|\ \ \ \ \ \
| * | | | | | replace computed height with cached item minimum sizeMaidOpi2024-11-072-0/+6
* | | | | | | Merge pull request #86600 from nikitalita/fix-missing-resourcesThaddeus Crews2024-11-102-15/+16
|\ \ \ \ \ \ \
| * | | | | | | Fix missing resource properties being dropped on savenikitalita2024-11-052-15/+16
* | | | | | | | Merge pull request #94889 from rune-scape/no-const-list-eraseThaddeus Crews2024-11-101-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Avoid const_cast in List::erase by requiring mutable elementsrune-scape2024-11-081-1/+1
* | | | | | | | | Merge pull request #98717 from nikitalita/fix-save-to-wav-capsThaddeus Crews2024-11-101-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix save to wavnikitalita2024-11-011-1/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #98317 from YYF233333/vformatThaddeus Crews2024-11-071-3/+7
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Optimize TileSetAtlasSource::_get_property_listYufeng Ying2024-10-191-3/+7
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #98801 from zeux/my-final-formThaddeus Crews2024-11-054-23/+92
|\ \ \ \ \ \ \ \
| * | | | | | | | Rewrite index optimization code for maximum efficiencyArseny Kapoulkine2024-11-044-23/+92
* | | | | | | | | Merge pull request #98571 from timothyqiu/pname-no-editorThaddeus Crews2024-11-052-6/+6
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Don't mark `PROPERTY_USAGE_NO_EDITOR` properties for translationHaoyu Qiu2024-10-262-6/+6
* | | | | | | | | Merge pull request #93401 from Repiteo/style/clang-tidy-fixesThaddeus Crews2024-11-043-19/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-17/+17
| * | | | | | | | | Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-042-2/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #96705 from elmajime/camera_from_external_feedThaddeus Crews2024-11-041-4/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Added external camera feed from external plugin on Androidmaxime.chambefort2024-10-301-4/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED`Michael Alexsander2024-11-022-4/+5
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #69197 from aaronfranke/fix-tiny-convexThaddeus Crews2024-10-311-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Fix debug line drawing with tiny convex hull mesh collidersAaron Franke2024-10-301-1/+1
* | | | | | | Merge pull request #98303 from Chaosus/vs_transparency_previewYuri Rubinsky2024-10-311-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Add alpha channel display to vec4 previews of visual shader nodesChaosus2024-10-181-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #98620 from zeux/lodgen-cleanupClay John2024-10-302-294/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | LOD: Remove "Raycast Normals" and associated "Normal Split Angle" settingsArseny Kapoulkine2024-10-282-294/+5
* | | | | | | Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-2910-21/+21
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |