summaryrefslogtreecommitdiffstats
path: root/scene/3d
Commit message (Expand)AuthorAgeFilesLines
* Fix WorldEnvironment node warning about unset resourcesPedro J. Estébanez2021-12-031-2/+2
* Merge pull request #55474 from akien-mga/copy-operators-no-referenceRémi Verschelde2021-12-022-3/+2
|\
| * Don't return reference on copy assignment operatorsRémi Verschelde2021-11-302-3/+2
* | Merge pull request #53287 from Chaosus/sprite3d_fixRémi Verschelde2021-12-021-0/+2
|\ \
| * | Add `texture_changed` signal to `Sprite3D`Yuri Roubinsky2021-10-011-0/+2
* | | Fixed texture animation speed when using random lifetime ( Particle2D gpu + c...Raffaele Picca2021-11-261-11/+11
| |/ |/|
* | Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-235-5/+5
* | Fix horizontal velocity being always reset when the body hit a wall in 3dfabriceci2021-11-231-2/+9
* | Merge pull request #55202 from fabriceci/fix-wall-acceleration-in-3dCamille Mohr-Daurat2021-11-221-3/+6
|\ \
| * | Fix wall acceleration in move and slide (3D)fabriceci2021-11-211-3/+6
* | | Fix body stuck in some 3d advanced scenariofabriceci2021-11-221-2/+6
|/ /
* | Remove outdated comments related to the 20-layer editor limitationHugo Locurcio2021-11-182-6/+0
* | Rename built-in `SGN()` macro to `SIGN()`Hugo Locurcio2021-11-162-5/+5
* | Merge pull request #54810 from nekomatata/area-separate-override-modesCamille Mohr-Daurat2021-11-112-30/+112
|\ \
| * | Separate space override modes for gravity/damping in AreaPouleyKetchoupp2021-11-092-30/+112
* | | Add raycast options to hit when starting inside / hit back facesPouleyKetchoupp2021-11-102-6/+24
* | | Merge pull request #54847 from nekomatata/fix-test-move-regressionRémi Verschelde2021-11-101-1/+11
|\ \ \
| * | | Fix test_move reporting collision when touching another bodyPouleyKetchoupp2021-11-101-1/+11
| |/ /
* / / Fix errors in CharacterBody when floor is destroyed or removedPouleyKetchoupp2021-11-101-0/+4
|/ /
* | Rename `GradientTexture` to `GradientTexture1D`Andrii Doroshenko (Xrayez)2021-11-071-1/+1
* | Merge pull request #54573 from nekomatata/query-parametersRémi Verschelde2021-11-054-7/+47
|\ \
| * | Use parameter classes instead of arguments for all physics queriesPouleyKetchoupp2021-11-044-7/+47
* | | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-0311-27/+27
* | | Merge pull request #54072 from KoBeWi/hrcr_is_dedRémi Verschelde2021-11-032-8/+8
|\ \ \ | |/ / |/| |
| * | Remove node_hrcr hackkobewi2021-10-282-8/+8
* | | Merge pull request #54104 from Scony/improve-navigation-obstaclesRémi Verschelde2021-11-032-12/+70
|\ \ \
| * | | Improve NavigationObstacle3D usabilityPawel Lampe2021-10-252-12/+70
* | | | Merge pull request #54471 from rafallus/callable_area_monitorRémi Verschelde2021-11-021-7/+4
|\ \ \ \
| * | | | Use `Callable` in Area monitor callbackrafallus2021-11-011-7/+4
* | | | | Validate fog volume propertiesclayjohn2021-11-011-0/+1
|/ / / /
* | | | Merge pull request #37880 from nekomatata/rigid-body-damping-overrideCamille Mohr-Daurat2021-11-012-12/+104
|\ \ \ \
| * | | | Improved RigidDynamicBody linear/angular damping overridePouleyKetchoupp2021-10-252-12/+104
* | | | | Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-302-2/+2
* | | | | Fix crashing of `FogVolume`s when `WorldEnvironment` was addedYuri Roubinsky2021-10-291-1/+3
* | | | | Merge pull request #53353 from clayjohn/VULKAN-fog-volumesRémi Verschelde2021-10-292-0/+191
|\ \ \ \ \
| * | | | | Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFogclayjohn2021-10-282-0/+191
* | | | | | Fix crash due to reentrancy in AudioStreamPlayer* finished signal.Lyuma2021-10-281-1/+3
|/ / / / /
* | | | | Merge pull request #54350 from akien-mga/clang-format-dont-align-operandsRémi Verschelde2021-10-284-25/+15
|\ \ \ \ \
| * | | | | clang-format: Enable `BreakBeforeTernaryOperators`Rémi Verschelde2021-10-282-18/+9
| * | | | | clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-2/+2
| * | | | | clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-283-7/+6
* | | | | | Merge pull request #54222 from JFonS/instance-fadeRémi Verschelde2021-10-282-8/+48
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Implement distance fade and transparencyJFonS2021-10-252-8/+48
| |/ / / /
* | | | | Merge pull request #54157 from bjauny/fix_potential_nullpointer_collision3dCamille Mohr-Daurat2021-10-271-1/+3
|\ \ \ \ \
| * | | | | Fix potential null pointer use, based on #54094 fixBastien JAUNY2021-10-271-1/+3
* | | | | | Fix properties being displayed when they shouldn't in DirectionalLight3DHugo Locurcio2021-10-251-3/+4
* | | | | | Merge pull request #54084 from reduz/node3d-rotation-optionsRémi Verschelde2021-10-2519-10/+164
|\ \ \ \ \ \
| * | | | | | Refactored Node3D rotation modesreduz2021-10-2519-10/+164
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #54147 from Calinou/editor-directionallight-3d-only-show-r...Rémi Verschelde2021-10-252-13/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Only show relevant properties in the DirectionalLight3D inspectorHugo Locurcio2021-10-252-13/+22