summaryrefslogtreecommitdiffstats
path: root/servers/physics_3d/gjk_epa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-12/+12
* Merge pull request #46937 from nekomatata/soft-body-supportRémi Verschelde2021-03-201-2/+2
|\
| * SoftBody support in GodotPhysics 3DPouleyKetchoupp2021-03-181-2/+2
* | Fix Cylinder shape collision with margins when using GJK-EPAPouleyKetchoupp2021-03-161-31/+64
|/
* Cylinder support in Godot Physics 3DPouleyKetchoupp2021-02-101-35/+64
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-23/+0
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-23/+62
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-3/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-7/+7
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* Renaming of servers for coherency.Juan Linietsky2020-03-271-0/+946