summaryrefslogtreecommitdiffstats
path: root/modules/bullet/rigid_body_bullet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix RigidBodyBullet areasWhereIam element shift.Marcel Admiraal2020-09-141-2/+2
* Reload Bullet space override modifier even when RigidBody is inactive.Marcel Admiraal2020-08-031-2/+1
* - Enhanced the flush mechanism by flushing only needed thing.Andrea Catania2020-07-271-49/+56
* Set isScratchedSpaceOverrideModificator to false when removing aMarcel Admiraal2020-07-121-0/+1
* Merge pull request #39726 from AndreaCatania/add_body_impr_physicsRémi Verschelde2020-07-071-5/+7
|\
| * Optimized physics object spawn time and optimized shape usage when the shape ...Andrea Catania2020-06-241-5/+7
* | Refactor physics force and impulse codeAaron Franke2020-06-021-17/+17
|/
* Style: Fix unnecessary semicolons that confused clang-formatRémi Verschelde2020-05-191-5/+0
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-20/+40
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-19/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-19/+1
* Better damping implementation for Bullet rigid bodiesPouleyKetchoupp2020-04-271-20/+20
* Fix set_sleep_state in Bullet body direct statePouleyKetchoupp2020-04-141-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-10/+10
* doc: Update classref with node renamesRémi Verschelde2020-03-301-35/+35
* Renaming of servers for coherency.Juan Linietsky2020-03-271-63/+63
* change an exclamation mark to a dotPierre Caye2020-03-091-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-1/+1
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-2/+2
* Add do..while(0) wrappers to macros without one.Marcel Admiraal2020-02-051-1/+1
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-3/+3
* Bullet: Prevent potential division by zeroRémi Verschelde2020-01-211-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix some crashes and using null pointersRafał Mikrut2019-10-281-7/+7
* Call activate function when setting RigidBodyBullet activation state.Marcel Admiraal2019-10-141-1/+1
* Fixed RigidBody stuttering when changing collision layer/maskPouleyKetchoupp2019-10-081-0/+2
* Fixes minor issues found by static analyzerqarmin2019-07-071-2/+2
* fix some crashesFurkan Türkal2019-07-011-2/+2
* Improved CCD calculation algorithmAndrea Catania2019-05-161-6/+4
* Fix missing re-activation of bullet physics sleep featureShyRed2019-04-061-0/+2
* Avoid inertia calculation for empty shape - BulletAndrea Catania2019-01-301-1/+2
* Fixed Rigidbody first frame center spawnAndrea Catania2019-01-281-0/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Improved algorithm that check collisionAndrea Catania2018-11-221-0/+21
* Fix some undefined behaviour in Bullet module.Ibrahn Sahir2018-11-161-1/+4
* Optimitzed area overlap checksAndrea Catania2018-10-071-11/+16
* Improved code that handles collision shapes, fixes #21945Andrea Catania2018-10-061-8/+7
* Fix warnings about wrong member initialization order [-Wreorder]Rémi Verschelde2018-09-281-5/+5
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-8/+6
* Added automatically set velocity when rigid is kinematicAndrea Catania2018-09-191-1/+4
* Misc. typosluz.paz2018-09-121-1/+1
* Fiex bullet crashAndrea Catania2018-09-101-2/+5
* Fixed crash during raycast and CCD radius calculationAndrea Catania2018-09-071-4/+9
* Fixing trimesh precisionAndrea Catania2018-09-061-1/+2
* Optimized in case is used just 1 shape with no transformAndrea Catania2018-09-061-5/+12
* Merge pull request #20381 from AndreaCatania/phymat_2Juan Linietsky2018-08-071-18/+0
|\
| * Removed physics material combination mode. Added rough and absorbent paramete...Andrea Catania2018-08-071-18/+0
* | Merge pull request #15643 from organicpencil/bullet_contact_impulseRémi Verschelde2018-07-261-1/+6
|\ \
| * | Expose PhysicsDirectBodyState.get_contact_impulseLee Pugh2018-01-121-1/+6