summaryrefslogtreecommitdiff
path: root/modules/bullet/collision_object_bullet.h
AgeCommit message (Expand)Author
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-18Refactor MethodBind to use variadic templatesreduz
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-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-08Fixed RigidBody stuttering when changing collision layer/maskPouleyKetchoupp
2019-05-07Add transform support to deal with Bullets centering of shapesBastiaan Olij
2019-04-23Allow adding disabled shapesShyRed
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-07Optimitzed area overlap checksAndrea Catania
2018-10-06Improved code that handles collision shapes, fixes #21945Andrea Catania
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-06Optimized in case is used just 1 shape with no transformAndrea Catania
2018-01-08Fixed Bullet collision shapes scaleAndreaCatania
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Merge pull request #13257 from AndreaCatania/masterRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-23Fixed kinematic movement stuck, Changed how shape scale works, OptimizedAndreaCatania
2017-12-08Fixed bullet get_transform scaleAndreaCatania
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-11-04Bullet physics engine implementationAndreaCatania