summaryrefslogtreecommitdiffstats
path: root/modules/bullet
Commit message (Expand)AuthorAgeFilesLines
...
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* change an exclamation mark to a dotPierre Caye2020-03-091-1/+1
* Merge pull request #33690 from Phischermen/area-enhancementRémi Verschelde2020-02-261-3/+0
|\
| * Enabled concave collision detection with Areas in Bullet.Phischermen2020-02-241-3/+0
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-2/+2
* | Changed default capsule axis to verticalYuri Roubinsky2020-02-232-3/+3
* | Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-202-2/+2
* | PoolVector is gone, replaced by VectorJuan Linietsky2020-02-184-28/+28
* | Remove more deprecated methods and codeRémi Verschelde2020-02-134-20/+32
* | ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-128-20/+19
* | Fix code formatting issues and VS compilationRémi Verschelde2020-02-111-1/+1
* | Modernized default 3D material, fixes material bugs.Juan Linietsky2020-02-111-12/+12
* | Refactored RID/RID_Owner to always use O(1) allocation.Juan Linietsky2020-02-114-203/+203
* | Make softbody completelly stiff to attachment pointAndrea Catania2020-02-091-0/+1
* | Add do..while(0) wrappers to macros without one.Marcel Admiraal2020-02-052-2/+2
* | Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-053-10/+10
* | Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-052-8/+8
* | Update docs to version 4.0clayjohn2020-01-312-2/+2
* | doc: Drop unused 'category' property from headerRémi Verschelde2020-01-262-2/+2
* | Bullet: Prevent potential division by zeroRémi Verschelde2020-01-211-2/+2
* | Merge pull request #34225 from madmiraal/fix-34210Rémi Verschelde2020-01-111-2/+2
|\ \
| * | Add check for zero length motion at beginning of each sweep test loopMarcel Admiraal2019-12-101-2/+2
* | | bullet: Sync with upstream 2.89Rémi Verschelde2020-01-081-6/+20
* | | Update copyright statements to 2020Rémi Verschelde2020-01-0147-94/+94
|/ /
* / Check that motion is not zero before doing a sweep test.Marcel Admiraal2019-12-091-2/+2
|/
* Fix some crashes and using null pointersRafał Mikrut2019-10-283-10/+10
* Call activate function when setting RigidBodyBullet activation state.Marcel Admiraal2019-10-141-1/+1
* Fixed RigidBody stuttering when changing collision layer/maskPouleyKetchoupp2019-10-083-10/+25
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-127-24/+12
* Fixed KinematicCollision.get_local_shape() - the local shape id was never set...PouleyKetchoupp2019-08-072-4/+6
* Update some dead links in the codebaseMichael Alexsander Silva Dias2019-07-231-1/+1
* Fix some code found by Coverity Scan and PVS Studioqarmin2019-07-231-0/+4
* Fixes minor issues found by static analyzerqarmin2019-07-071-2/+2
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-1/+1
* Merge pull request #29980 from Dentrax/directed-by-qarminRémi Verschelde2019-07-011-2/+2
|\
| * fix some crashesFurkan Türkal2019-07-011-2/+2
* | Merge pull request #29938 from jonri/fix-collisionshape-scaleRémi Verschelde2019-06-241-1/+1
|\ \ | |/ |/|
| * Fix updating of collision shape when the transform is setJon Ring2019-06-201-1/+1
* | Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-193-3/+4
|/
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-115-6/+6
* bullet: Sync with current upstream master branchRémi Verschelde2019-06-111-1/+5
* Fix typos with codespellRémi Verschelde2019-05-191-2/+2
* Merge pull request #28595 from godotengine/AndreaCatania-patch-1Max Hilbrunner2019-05-161-6/+4
|\
| * Improved CCD calculation algorithmAndrea Catania2019-05-161-6/+4
* | Revert "Revert "Implemented terrain raycast acceleration""Rémi Verschelde2019-05-161-1/+7
* | Merge pull request #28326 from BastiaanOlij/center_heightmapRémi Verschelde2019-05-132-2/+23
|\ \
| * | Add transform support to deal with Bullets centering of shapesBastiaan Olij2019-05-072-2/+23
* | | Change "ID" to lowercase "id"Aaron Franke2019-05-092-6/+6
|/ /
* | Merge pull request #27415 from aqnuep/kinematicbody_fixesRémi Verschelde2019-05-026-104/+225
|\ \ | |/ |/|