summaryrefslogtreecommitdiff
path: root/servers/physics_3d
AgeCommit message (Expand)Author
2021-09-29Rename RID's `getornull()` to `get_or_null()`Hugo Locurcio
2021-09-29Don't memcpy to nullptr even if length is zeroHaoyu Qiu
2021-09-28Merge pull request #52754 from nekomatata/dynamic-body-modesCamille Mohr-Daurat
2021-09-28Merge pull request #52953 from nekomatata/fix-collision-recovery-depthRémi Verschelde
2021-09-27Improved logic for CharacterBody collision recovery depthPouleyKetchoupp
2021-09-24Added set_active(true) to all body direct state force apply/impulses. #52915Daniel
2021-09-22Port 2D improvement to move and slide 3Dfabriceci
2021-09-21Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra
2021-09-17Replace Vector3.to_diagonal_matrix with Basis.from_scaleAaron Franke
2021-09-16Clarify RigidDynamicBody modesPouleyKetchoupp
2021-09-16Merge pull request #52668 from qarmin/cppcheck_servers_physicsCamille Mohr-Daurat
2021-09-15Merge pull request #52679 from nekomatata/world-boundary-shapeCamille Mohr-Daurat
2021-09-15Initialize variables in servers/physicsqarmin
2021-09-14Rename WorldMarginShape to WorldBoundaryShapePouleyKetchoupp
2021-09-13Revert some URLs from the "Replace HTTP URLs with HTTPS" PRAaron Franke
2021-09-06Optimize raycast with large Heightmap shape dataPouleyKetchoupp
2021-09-06Proper support for custom mass properties in 2D/3D physics bodiesPouleyKetchoupp
2021-09-06Merge pull request #52271 from nekomatata/query-layer-default-maskCamille Mohr-Daurat
2021-08-31Add AnimatableBody inherited from StaticBody for moving platformsPouleyKetchoupp
2021-08-31Merge pull request #49471 from nekomatata/body-state-sync-callbackJuan Linietsky
2021-08-30Harmonize default value for collision mask in ray/shape queriesPouleyKetchoupp
2021-08-28Merge pull request #52070 from nekomatata/area-point-gravity-fixFabio Alessandrelli
2021-08-27Optimize area detection and intersect_shape queries with concave shapesPouleyKetchoupp
2021-08-27Merge pull request #51896 from nekomatata/restore-ray-shapeCamille Mohr-Daurat
2021-08-26Merge pull request #51801 from nekomatata/area-one-directional-layer-checkCamille Mohr-Daurat
2021-08-25Clean physics direct body state usage in 2D and 3D physicsPouleyKetchoupp
2021-08-24Rename RayShape to SeparationRayShapePouleyKetchoupp
2021-08-24Rename slips_on_slope to slide_on_slopePouleyKetchoupp
2021-08-24Fix CharacterBody motion with RayShapePouleyKetchoupp
2021-08-24Fix RayShape collision detectionPouleyKetchoupp
2021-08-24Restore RayShape as a regular shape typePouleyKetchoupp
2021-08-24Fix point gravity calculationPouleyKetchoupp
2021-08-23Merge pull request #51751 from jeffrey-cochran/windforceCamille Mohr-Daurat
2021-08-23Enabled area-specific wind forcesJeffrey Cochran
2021-08-22Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke
2021-08-19Fix compilation warnings in Shape2DSW/Shape3DSWPouleyKetchoupp
2021-08-17One-directional layer check for Area vs. RigidBody/SoftBody/AreaPouleyKetchoupp
2021-08-16Epsilon check for angular velocity in Body3DSWLoipesMas
2021-08-16Merge pull request #51645 from fabriceci/improve-physics-apiRémi Verschelde
2021-08-15Enabled softbody-area collision (intersection) and enabled area-specific grav...Jeffrey Cochran
2021-08-15API improvement on physics, mainly CharacterBodyfabriceci
2021-08-11Make radius & height in CapsuleShape3D independentPouleyKetchoupp
2021-08-10Remove infinite inertia and ray shapes from CharacterBodyPouleyKetchoupp
2021-08-10Merge pull request #51457 from nekomatata/moving-platforms-3dRémi Verschelde
2021-08-09Fix 3D moving platform logicPouleyKetchoupp
2021-08-09Some work on double supportAaron Franke
2021-08-09Merge pull request #51446 from nekomatata/fix-moving-platform-rotationRémi Verschelde
2021-08-09Fix applied rotation from moving platforms in move_and_slidePouleyKetchoupp
2021-08-07Fix Transform::xform(Plane) functionslawnjelly
2021-07-31Merge pull request #50625 from nekomatata/body-one-direction-layersRémi Verschelde