summaryrefslogtreecommitdiffstats
path: root/scene/3d
Commit message (Expand)AuthorAgeFilesLines
* Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-042-2/+2
* Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-304-0/+19
* Merge pull request #98289 from BlueCube3310/lightmap-clenaupThaddeus Crews2024-10-292-75/+99
|\
| * LightmapGI: Clean up and improve lightmap atlas storageBlueCube33102024-10-182-75/+99
* | Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-294-15/+15
|\ \
| * | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-254-15/+15
* | | Implement array based hash mapnazarii2024-10-241-1/+2
|/ /
* | Merge pull request #85338 from EMBYRDEV/shadow-caster-maskThaddeus Crews2024-10-242-1/+18
|\ \
| * | Add `shadow_caster_mask` to Light3D.Hannah Crawford2024-08-122-1/+18
* | | Merge pull request #98201 from AThousandShips/lightmap_compile_fixThaddeus Crews2024-10-211-9/+6
|\ \ \
| * | | Fix unreachable code in `lightmap_gi.cpp`A Thousand Ships2024-10-151-9/+6
* | | | Merge pull request #98009 from TokageItLab/init-skel-skinClay John2024-10-172-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix initial skin update timing in Skeleton3DSilc Lizard (Tokage) Renew2024-10-162-2/+4
* | | | Merge pull request #94371 from KoBeWi/insane_particle_unification_😱Thaddeus Crews2024-10-141-0/+1
|\ \ \ \
| * | | | Unify particle editorskobewi2024-10-041-0/+1
| |/ / /
* | | / Improve performance of global bone pose calculation in `Skeleton3D`detomon2024-10-122-14/+138
| |_|/ |/| |
* | | Merge pull request #97744 from Nazarwadim/use_local_vector_for_skeletonThaddeus Crews2024-10-102-42/+42
|\ \ \
| * | | Use local vector for skeletonNazarii2024-10-022-42/+42
| |/ /
* / / Fix implementation of property_can_revert() in various classeskobewi2024-10-041-10/+12
|/ /
* | Check RenderingDevice availability to display LightmapGI configuration warningsHugo Locurcio2024-09-281-2/+11
* | Merge pull request #97489 from TokageItLab/deferred-skin-registrationRémi Verschelde2024-09-271-2/+2
|\ \
| * | Move skin registration process into deferred on readySilc Lizard (Tokage) Renew2024-09-261-2/+2
* | | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-253-0/+3
* | | Fix physics platform behaviour regressionlawnjelly2024-09-231-2/+7
* | | Fix AudioStreamPlayer3D still processing when out of rangeWierdox2024-09-192-1/+11
* | | Add units to VehicleWheel3D suspension stiffness and dampingAaron Franke2024-09-171-3/+3
* | | Merge pull request #97007 from TokageItLab/fix-sync-physical-boneRémi Verschelde2024-09-172-1/+8
|\ \ \
| * | | Fix syncing PhysicalBone internal poses individuallySilc Lizard (Tokage) Renew2024-09-152-1/+8
| |/ /
* | | Merge pull request #87150 from demolke/bonesRémi Verschelde2024-09-172-0/+74
|\ \ \
| * | | Add per-bone meta to Skeleton3Ddemolke2024-09-162-0/+74
* | | | Fixed SoftBody3D handles not being clickable in 3D Editor ViewportJoel Fortier2024-09-163-10/+68
|/ / /
* | | Merge pull request #96708 from bruvzg/lbl3d_osRémi Verschelde2024-09-121-7/+7
|\ \ \
| * | | [Label3D] Fix updating labels in subvieports on oversampling change.bruvzg2024-09-081-7/+7
* | | | Do not defer PathFollow3D transform updatesYaohua Xiong2024-09-102-29/+26
* | | | Merge pull request #93353 from AThousandShips/config_warning_fixRémi Verschelde2024-09-0817-19/+19
|\ \ \ \ | |/ / / |/| | |
| * | | Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-0517-19/+19
* | | | Merge pull request #96114 from BlueCube3310/sh-lightmap-packingRémi Verschelde2024-09-062-0/+24
|\ \ \ \
| * | | | LightmapGI: Pack L1 SH coefficients for directional lightmapsBlueCube33102024-09-052-0/+24
| | |/ / | |/| |
* | | | Add warning if XRHandModifier3D used with OpenXR and hand-tracking isn't enab...Malcolm Nixon2024-09-052-0/+14
| |/ / |/| |
* | | Merge pull request #94886 from gturri/devRémi Verschelde2024-09-041-3/+4
|\ \ \
| * | | Add error checks for bad configuration in `PathFollow2D/3D` `set_progress_ratio`Guillaume Turri2024-09-041-3/+4
| |/ /
* / / Add option to bake a mesh from animated skeleton posesmix82024-09-032-0/+168
|/ /
* | Merge pull request #96292 from AThousandShips/null_check_ref_fixRémi Verschelde2024-09-032-5/+5
|\ \
| * | Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-312-5/+5
* | | Merge pull request #96270 from TokageItLab/physical-bone-updateRémi Verschelde2024-09-032-41/+9
|\ \ \
| * | | Fix physical bone update without simulatingSilc Lizard (Tokage) Renew2024-08-292-41/+9
| | |/ | |/|
* | | Add cone angle control to particle emission ring shapeKasper Arnklit Frandsen2024-09-022-5/+27
| |/ |/|
* | Expose `AudioStreamPlayer{2D,3D}::set_playing` and remove `AudioStreamPlayer:...Raul Santos2024-08-301-7/+2
* | Merge pull request #93900 from TestSubject06/10106/raycast_info_on_wheelsRémi Verschelde2024-08-292-0/+14
|\ \
| * | Expose contact point and contact normal on VehicleWheel3DTestSubject062024-08-282-0/+14