summaryrefslogtreecommitdiffstats
path: root/servers/physics_3d/gjk_epa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Analytic collision normalsPeter Eastman2023-01-181-2/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-9/+9
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename Godot Physics classes from *SW to Godot*PouleyKetchoupp2021-10-181-14/+14
* Initialize variables in servers/physicsqarmin2021-09-151-1/+1
* Revert some URLs from the "Replace HTTP URLs with HTTPS" PRAaron Franke2021-09-131-1/+1
* Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-221-1/+1
* 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