summaryrefslogtreecommitdiff
path: root/modules/bullet
AgeCommit message (Expand)Author
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-03-06Added some checks to prevent accessing a null colliderDuddino
2021-02-10Make Servers truly Thread Safereduz
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-28Use real_t in physics codeAaron Franke
2021-01-14Merge pull request #43923 from madmiraal/fix-43588Rémi Verschelde
2021-01-13Only remove Bullet's body constraints when removing body from spaceMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-31Add signal to inform joint that body has exited treeMarcel Admiraal
2020-12-28Merge pull request #42881 from madmiraal/fix-39767Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-19Merge pull request #43898 from madmiraal/fix-43852Rémi Verschelde
2020-12-18SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde
2020-12-15Remove Generic6DOFJoint precision propertyMarcel Admiraal
2020-11-27Fix cast_motion sometimes failingMarcel Admiraal
2020-11-26Remove any constraints connected to a Bullet body when removing itMarcel Admiraal
2020-11-25Fixed ccd enabled by default on Bullet bodiesPouleyKetchoupp
2020-11-16Merge pull request #42167 from madmiraal/fix-42108Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-19Set Bullet collision shape index to zero when using a single shapeMarcel Admiraal
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-10-15Merge pull request #42649 from madmiraal/reapply-41806Rémi Verschelde
2020-10-13Merge pull request #42592 from madmiraal/fix-42567Rémi Verschelde
2020-10-08Reapply -Avoid adding margin twice along capsule Y axisMarcel Admiraal
2020-10-08Fixed #41040 in an alternative way now that #39726 is revertedAndrea Catania
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-10-06Initialise Bullet RigidBody friction to the expected value of 1.0Marcel Admiraal
2020-10-02Updated getters and setters names for toplevelDuroxxigar
2020-10-02Check entire basis column for zero size when unscaling Bullet basis.Marcel Admiraal
2020-09-20Merge pull request #41426 from madmiraal/fix-bullet-zero-scaleRémi Verschelde
2020-09-18Remove the unnecessary sync() and the restrictions it imposes on 3D Physics.Marcel Admiraal
2020-09-14Fix RigidBodyBullet areasWhereIam element shift.Marcel Admiraal
2020-09-06Avoid adding margin twice along capsule Y axisAndrea Catania
2020-08-22Check and correct for zero scaling when unscaling Bullet basis.Marcel Admiraal
2020-08-05Merge pull request #40989 from madmiraal/fix-40739Andrea Catania
2020-08-05Fixes leak when creating bullet shapeRafał Mikrut
2020-08-03Reload Bullet space override modifier even when RigidBody is inactive.Marcel Admiraal
2020-07-27Revert "Allow Area2D and 3D mouse events without a collision layer"Rémi Verschelde
2020-07-27Merge pull request #40252 from AndreaCatania/flushRémi Verschelde
2020-07-27- Enhanced the flush mechanism by flushing only needed thing.Andrea Catania
2020-07-24Ensure Bullet HeightMapShape3D data width and depth are at least 2.Marcel Admiraal
2020-07-18Use difference in position to check whether motion in Bullet is too closeMarcel Admiraal
2020-07-14Fix overlappingObjects vector crashvolzhs
2020-07-12Set isScratchedSpaceOverrideModificator to false when removing aMarcel Admiraal
2020-07-11Merge pull request #40193 from KoBeWi/dem_pikksRémi Verschelde
2020-07-10Add override keywords.Marcel Admiraal
2020-07-10Allow Area2D and 3D mouse events without a collision layerTomasz Chabora
2020-07-08Move Bullet physics query flush from Bullet space pre-tick callback toMarcel Admiraal
2020-07-07Merge pull request #39726 from AndreaCatania/add_body_impr_physicsRémi Verschelde