summaryrefslogtreecommitdiff
path: root/modules/bullet/soft_body_bullet.h
AgeCommit message (Expand)Author
2022-03-09Remove unused Bullet module and thirdparty codeRémi Verschelde
2022-01-04Style: Remove inconsistently used `@author` docstringsRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-10-01Remove scene code in physics serversPouleyKetchoupp
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-03-18SoftBody support in GodotPhysics 3DPouleyKetchoupp
2021-02-10Make Servers truly Thread Safereduz
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-10-08Revert "Optimized physics object spawn time and optimized shape usage when th...Andrea Catania
2020-10-08Revert "- Enhanced the flush mechanism by flushing only needed thing."Andrea Catania
2020-07-27- Enhanced the flush mechanism by flushing only needed thing.Andrea Catania
2020-06-24Optimized physics object spawn time and optimized shape usage when the shape ...Andrea Catania
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-07Optimitzed area overlap checksAndrea Catania
2018-07-23Implemented Soft bodyAndreaCatania
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-11-04Bullet physics engine implementationAndreaCatania