summaryrefslogtreecommitdiff
path: root/servers/physics_3d/gjk_epa.cpp
AgeCommit message (Expand)Author
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-10-18Rename Godot Physics classes from *SW to Godot*PouleyKetchoupp
2021-09-15Initialize variables in servers/physicsqarmin
2021-09-13Revert some URLs from the "Replace HTTP URLs with HTTPS" PRAaron Franke
2021-08-22Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-03-20Merge pull request #46937 from nekomatata/soft-body-supportRémi Verschelde
2021-03-18SoftBody support in GodotPhysics 3DPouleyKetchoupp
2021-03-16Fix Cylinder shape collision with margins when using GJK-EPAPouleyKetchoupp
2021-02-10Cylinder support in Godot Physics 3DPouleyKetchoupp
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky