summaryrefslogtreecommitdiff
path: root/scene/3d
AgeCommit message (Expand)Author
2023-04-24Use angle_rand to calculate base_angle in particles process materialclayjohn
2023-04-07Fix NavigationObstacles not being added to avoidance simulationsmix8
2023-04-07Expose NavigationAgent path postprocessing and pathfinding algorithm optionssmix8
2023-04-03Fixed property hint for platform layers on 3D physics bodyBrennen Shaughnessy
2023-03-30Update GPUParticles2D/3D speed scale on ENTER_TREEBrian Long
2023-03-30Exposes the apply_floor_snap function to allow a snap to be made regardless o...fabriceci
2023-03-27Port robust signal (dis)connection to ShapeCast2DRicardo Buring
2023-03-16Fix NavigationAgent3D debug path duplicated pointssmix8
2023-03-14Fix buffer overrun in CPUParticles3DRedworkDE
2023-03-14Fixed incorrect ERROR message when setting new PrimitiveMeshJohan Aires Rastén
2023-02-26Add warnings for unsupported features in mobile and gl_compatibility backendsclayjohn
2023-02-23Fix ShapeCast3D add and remove exception functionssmix8
2023-02-20Fix crash when reparenting SoftBody3D with pinned pointsPrecisionRender
2023-02-19Remove visual limit for damping in CPUParticlesAlbin
2023-02-17Merge pull request #70515 from stmSi/fix-hanging-audio-pitch-scaleRémi Verschelde
2023-02-17Merge pull request #73428 from smix8/navigation_tweak_agent3d_4.xRémi Verschelde
2023-02-16Only include emission when enabled in material during VoxelGI bakeclayjohn
2023-02-16Tweak NavigationAgent3D defaultssmix8
2023-02-16Merge pull request #73229 from smix8/navlink_global_positions_4.xRémi Verschelde
2023-02-14Add NavigationLink helper functions for global positionssmix8
2023-02-13Clamp Decal size to positive valuesHugo Locurcio
2023-02-13Merge pull request #72225 from MinusKube/shaped_text_invalidated_bugRémi Verschelde
2023-02-12Merge pull request #73136 from clayjohn/LightmapGI-exrRémi Verschelde
2023-02-11Set Default compression to VRAM uncompressed for LightmapGIclayjohn
2023-02-11Strip name prefix of navigation agent debug properties in the inspectorHaoyu Qiu
2023-02-09Improve some editor strings for localizationHaoyu Qiu
2023-02-09Merge pull request #72947 from DarkKilauea/nav-fix-avoidance-callbackRémi Verschelde
2023-02-08Fix missing avoidance updates when using same velocityJosh Jones
2023-02-08Fix NavigationAgent debug functions bindings in release buildssmix8
2023-02-07Some code simplificationsMarkus Sauermann
2023-02-02Improve consistency of NavigationAgent settersJosh Jones
2023-02-01More codespell fixes, do more changes from previous ignore listRémi Verschelde
2023-02-01Merge pull request #70446 from akien-mga/meshoptimizer-4a287848fRémi Verschelde
2023-02-01Merge pull request #72075 from Maran23/extents-to-sizeRémi Verschelde
2023-02-01Merge pull request #72473 from aXu-AP/animatablebody3d-editor-move-fixRémi Verschelde
2023-01-31meshoptimizer: Sync with upstream commit 4a287848fRémi Verschelde
2023-01-31Fix AnimatableBody3D not being movable in editoraXu-AP
2023-01-31Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...Marius Hanl
2023-01-31Add NavigationAgent Path Debug Visualizationsmix8
2023-01-31BoneAttachment3D: Remove duplicate override_poseLyuma
2023-01-31Merge pull request #72441 from bruvzg/lbl3d_aaaRémi Verschelde
2023-01-31Merge pull request #72357 from aaronfranke/area-gravity-unit-distRémi Verschelde
2023-01-31[Sprite3D/Label3D] Expose alpha antialiasing properties.bruvzg
2023-01-30Merge pull request #71964 from bruvzg/mat_keyRémi Verschelde
2023-01-29Replace Area gravity point distance scale with unit distanceAaron Franke
2023-01-29Fix AnimatedSprite play() don't redraw immediatelySilc Renew
2023-01-28Merge pull request #72228 from DarkKilauea/nav-agent-callableRémi Verschelde
2023-01-28Implement blending audio feature to AnimationTreeSilc Renew
2023-01-27Use Callable for Navigation Agent callbacksJosh Jones
2023-01-28Mark dirty flags when shaped texts are invalidatedMinusKube