summaryrefslogtreecommitdiff
path: root/modules/bullet
AgeCommit message (Expand)Author
2020-07-07Merge pull request #39735 from AndreaCatania/bullet_phy_add_apiRémi Verschelde
2020-07-06Clear a Bullet Area's overlappingObjects vector when removing an areaMarcel Admiraal
2020-07-02Merge pull request #37350 from aaronfranke/force-impulseRémi Verschelde
2020-06-24Added BulletPhysics APIs to return internal objects and fixed a typo.Andrea Catania
2020-06-24Optimized physics object spawn time and optimized shape usage when the shape ...Andrea Catania
2020-06-22Merge pull request #39747 from nekomatata/fix-crash-space-queryRémi Verschelde
2020-06-22Fix crashes with invalid shapes in BulletPhysicsDirectSpaceState queriesPouleyKetchoupp
2020-06-21Merge pull request #34236 from madmiraal/enable-bullet-debugRémi Verschelde
2020-06-21Check for motion in cast_motion() before doing Bullet convexSweepTest().Marcel Admiraal
2020-06-02Refactor physics force and impulse codeAaron Franke
2020-05-29Merge pull request #39085 from madmiraal/fix-39059Rémi Verschelde
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
2020-05-27Correct Bullet's default Area angular damp value.Marcel Admiraal
2020-05-19Style: Fix unnecessary semicolons that confused clang-formatRémi Verschelde
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-14Enforce use of bool literals instead of integersRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-10Revert "Renamed plane's d to distance"Rémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-05-10Renamed plane's d to distanceMarcus Elg
2020-04-27Better damping implementation for Bullet rigid bodiesPouleyKetchoupp
2020-04-27Update to bullet master (2.90)PouleyKetchoupp
2020-04-20DocData: Skip unexposed classesRémi Verschelde
2020-04-14Fix set_sleep_state in Bullet body direct statePouleyKetchoupp
2020-04-02Replace NULL with nullptrlupoDharkael
2020-04-02Merge pull request #37504 from qarmin/out_of_bound_cursorRémi Verschelde
2020-04-01Enable Bullet DEBUG on debug builds.Marcel Admiraal
2020-04-01Fix out of bound array access caused by unassigned variableRafał Mikrut
2020-03-30Merge pull request #37436 from akien-mga/doc-node-renamesRémi Verschelde
2020-03-30doc: Update classref with node renamesRémi Verschelde
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-09change an exclamation mark to a dotPierre Caye
2020-02-26Merge pull request #33690 from Phischermen/area-enhancementRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-24Enabled concave collision detection with Areas in Bullet.Phischermen
2020-02-23Changed default capsule axis to verticalYuri Roubinsky
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-13Remove more deprecated methods and codeRémi Verschelde
2020-02-12ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky
2020-02-11Fix code formatting issues and VS compilationRémi Verschelde
2020-02-11Modernized default 3D material, fixes material bugs.Juan Linietsky
2020-02-11Refactored RID/RID_Owner to always use O(1) allocation.Juan Linietsky
2020-02-09Make softbody completelly stiff to attachment pointAndrea Catania