summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-2749-97/+1253
|\
| * Merge pull request #98035 from WhalesState/scroll-bar-grapper-areaThaddeus Crews2024-11-271-7/+9
| |\ | | | | | | | | | Fix `ScrollBar` grabber mouse input ignores scroll content margins.
| | * Fix `ScrollBar` grabber mouse input.Mounir Tohami2024-11-271-7/+9
| | |
| * | Merge pull request #98012 from syntaxerror247/lineEdit-bug-fixThaddeus Crews2024-11-272-3/+9
| |\ \ | | | | | | | | | | | | Fix uneditable `LineEdit`, `TextEdit` and `CodeEdit` virtual keyboard popup on mobile
| | * | Fix uneditable LineEdit, TexEdit and CodeEdit Virtual Keyboard popupAnish Mishra2024-10-172-3/+9
| | | |
| * | | Merge pull request #80965 from Calinou/viewport-add-get-stretch-scale-factorThaddeus Crews2024-11-272-0/+6
| |\ \ \ | | | | | | | | | | | | | | | Add a Viewport method to get automatically computed 2D stretch transform
| | * | | Add a Viewport method to get automatically computed 2D stretch transformHugo Locurcio2024-11-192-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `Viewport.get_stretch_transform()` returns the automatically computed 2D stretch transform. Combined with `Transform2D.get_scale()`, this is useful when using the `canvas_items` stretch mode in a project. There are many situations where knowing this factor is useful: - Divide Camera2D zoom to keep the size of the 2D game world identical regardless of the 2D scale factor (so that UI elements can still be scaled). - Make certain controls always drawn at 1:1 scale (e.g. for the crosshair in a FPS). This is done by dividing the Control node's scale by the scale factor.
| * | | | Merge pull request #85443 from smix8/gridmap_castshadowsThaddeus Crews2024-11-272-0/+38
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Add ShadowCastingSetting to MeshLibrary / GridMap items
| | * | | | Add ShadowCastingSetting to MeshLibrary / GridMap itemssmix82024-11-272-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | Adds ShadowCastingSetting to MeshLibrary / GridMap items.
| * | | | | Merge pull request #98489 from Flarkk/fix_project_positionThaddeus Crews2024-11-271-2/+5
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix Camera3D::project_position() when depth=zfar
| | * | | | | Fix Camera3D::project_position() when depth=zfarFlorent Guiocheau2024-10-241-2/+5
| | | | | | |
| * | | | | | Merge pull request #99743 from clayjohn/material-texture-maskThaddeus Crews2024-11-271-7/+7
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use Vector4 for texture mask in BaseMaterial to avoid converting to and from Plane
| | * | | | | | Use Vector4 for texture mask in BaseMaterial to avoid converting to and from ↵clayjohn2024-11-261-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plane
| * | | | | | | Ensure primitive meshes are created before connected to changed signal.Trevor Davenport2024-11-261-0/+3
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Primitive meshes are special in that they aren't created until calling one of their methods which cause it to actually create the mesh resources. If this is not done early enough, a changed signal can be triggered from an unexpected thread resulting in a threading warning. This follows the pattern of mesh_instance_3d which also does this before connecting to the change signal. Future cleanup could provide a better means to populate the meshes.
| * | | | | | Merge pull request #99516 from KoBeWi/quantum_entanglement_of_source_filesThaddeus Crews2024-11-263-34/+28
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Untangle ColorPicker includes
| | * | | | | | Untangle ColorPicker includeskobewi2024-11-223-34/+28
| | | | | | | |
| * | | | | | | Merge pull request #99619 from TokageItLab/flippableThaddeus Crews2024-11-261-4/+10
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Make flipping flag consider influence in LookAtModifier3D
| | * | | | | | | Make flipping flag consider influence in LookAtModifier3DSilc Lizard (Tokage) Renew2024-11-251-4/+10
| | | | | | | | |
| * | | | | | | | Merge pull request #97824 from TokageItLab/retarget-modifierThaddeus Crews2024-11-2610-3/+578
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add RetargetModifier3D for realtime retarget to keep original rest
| | * | | | | | | | Add RetargetModifier3D for realtime retarget to keep original restSilc Lizard (Tokage) Renew2024-11-1810-3/+578
| | | | | | | | | |
| * | | | | | | | | Merge pull request #99613 from TokageItLab/scl-fwThaddeus Crews2024-11-261-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `forward_vector` scale to handle `safe_margin` correctly in LookAtModifier
| | * | | | | | | | | Fix forward_vector scale to handle safe_margin in LookAtModifierSilc Lizard (Tokage) Renew2024-11-241-1/+1
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #99612 from TokageItLab/lkat-bnThaddeus Crews2024-11-262-7/+61
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make LookAtModifier3D adopt the bone name method
| | * | | | | | | | | Make LookAtModifier3D adopt to bone name methodSilc Lizard (Tokage) Renew2024-11-252-7/+61
| | |/ / / / / / / /
| * | | | | | | | | Merge pull request #90644 from BattyBovine/cs3d_debug_colourThaddeus Crews2024-11-2622-12/+471
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add CollisionShape3D custom debug colors
| | * | | | | | | | | Add CollisionShape3D custom debug coloursJamie Greunbaum2024-11-2622-12/+471
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows changing the display colour of a CollisionShape3D node on a per-shape basis. It also adds the ability to display a solid coloured preview of a CollisionShape3D. Closes https://github.com/godotengine/godot-proposals/issues/906
| * | | | | | | | | | Merge pull request #99585 from TokageItLab/start-end-eachThaddeus Crews2024-11-262-17/+23
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | Make start/end can be retrieved from each PlaybackData on AnimationPlayer
| | * | | | | | | | | Make start/end can be retrieved from each PlaybackData on AnimPlayerSilc Lizard (Tokage) Renew2024-11-232-17/+23
| | |/ / / / / / / /
* | | | | | | | | | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-2629-105/+582
|\| | | | | | | | |
| * | | | | | | | | Add VoxelGI bake cancelling and progress UI improvementBad Sector2024-11-234-29/+109
| | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #97388 from tetrapod00/visualshader-linear-srgbThaddeus Crews2024-11-222-1/+28
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VisualShader: Add LinearToSRGB and SRGBToLinear to ColorFunc node
| | * | | | | | | | VisualShader: Add LinearToSRGB and SRGBToLinear to ColorFunc nodetetrapod002024-10-192-1/+28
| | | | | | | | | |
| * | | | | | | | | Merge pull request #95711 from TokageItLab/warn-oneshot-propThaddeus Crews2024-11-228-7/+31
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add hint for oneshot property & warning when it will be updated continuously by Force Continuous in `AnimationMixer`
| | * | | | | | | | | Add hint for oneshot & warning when it will be updated continuouslySilc Lizard (Tokage) Renew2024-11-118-7/+31
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge pull request #99394 from TokageItLab/root-localThaddeus Crews2024-11-223-33/+107
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `root_motion_local` option to AnimationMixer to pre-multiply root motion rotation accumulator before blending
| | * | | | | | | | | Add root_motion_local option to AnimationMixerSilc Lizard (Tokage) Renew2024-11-193-33/+107
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #99498 from carsonetb/mesh-gen-optimizationThaddeus Crews2024-11-221-0/+169
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optimize mesh generation by preventing unneeded shape recalculations
| | * | | | | | | | | | Optimize mesh generation by preventing unneeded shape recalculationsCarson Bates2024-11-211-0/+169
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Sequoia Haynes <supersequoia11@gmail.com>
| * | | | | | | | | | Merge pull request #97061 from YeldhamDev/rtl_l18n_fixThaddeus Crews2024-11-222-13/+32
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `RichTextLabel`'s modified stack being wiped on translation changes
| | * | | | | | | | | | Fix `RichTextLabel`'s modified stack being wiped on translation changesMichael Alexsander2024-11-222-13/+32
| | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge pull request #99483 from badsectoracula/cancel_lightmap_bakeThaddeus Crews2024-11-222-0/+3
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add lightmap bake cancelling
| | * | | | | | | | | | Add lightmap bake cancellingBad Sector2024-11-212-0/+3
| | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge pull request #99348 from TokageItLab/explicit_elapseThaddeus Crews2024-11-222-1/+22
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `explicit_elapse` option to AnimationNodeTimeSeek to handle some processes
| | * | | | | | | | | | Add explicit_elapse option to NodeSeek to handle some processesSilc Lizard (Tokage) Renew2024-11-202-1/+22
| | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge pull request #99461 from beicause/color-picker-fix-68286Thaddeus Crews2024-11-222-21/+42
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ColorPicker: fix OKHSL circle in HSV mode
| | * | | | | | | | | ColorPicker: fix OKHSL circle in HSV modeLuoZhihao2024-11-212-21/+42
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #86481 from Illauriel/add-animlib-foldingThaddeus Crews2024-11-212-0/+13
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add persistent folding to Animation Library Editor
| | * | | | | | | | | Add persistent folding to Animation Library EditorIllauriel2024-11-192-0/+13
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #99270 from Sauermann/fix-svc-drop-configThaddeus Crews2024-11-213-0/+25
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce a `SubViewportContainer` config for drag-and-drop target locations
| | * | | | | | | | | | Introduce a `SubViewportContainer` config for drag-and-drop targetsMarkus Sauermann2024-11-193-0/+25
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the drag-and-drop rewrite, `SubViewportContainer` nodes were no longer available as drop-locations. This PR introduces a configuration option, that allows `SubViewportContainer` to be considered as drop-location, but disables the `Control` nodes inside its `SubViewport` children as drop-location.