summaryrefslogtreecommitdiffstats
path: root/modules/bullet/shape_bullet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-2/+1
* Revert "Revert "Implemented terrain raycast acceleration""Rémi Verschelde2019-05-161-1/+7
* Revert "Implemented terrain raycast acceleration"Rémi Verschelde2019-04-231-7/+1
* Merge pull request #25543 from Zylann/optimize_bullet_heightfield_raycast2Hein-Pieter van Braam2019-04-231-1/+7
|\
| * Implemented terrain raycast acceleration using Bresenham traversal and 1 leve...Marc Gilleron2019-02-011-1/+7
* | Fix wrong heights data used to compute min and max heightsMarc Gilleron2019-04-041-4/+5
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix size in HeightMapShapeBullet::set_dataRémi Verschelde2018-12-271-1/+1
* Merge pull request #20745 from Zylann/heightmap_from_imageRémi Verschelde2018-12-091-14/+43
|\
| * Allow to create a heightmap collision shape from an imageMarc Gilleron2018-08-051-14/+43
* | Improved code that handles collision shapes, fixes #21945Andrea Catania2018-10-061-1/+2
* | Improved trimesh stabilityAndrea Catania2018-10-051-4/+10
* | Fixing trimesh precisionAndrea Catania2018-09-061-1/+6
* | Fixed crash if convex has 0 verticesAndrea Catania2018-08-291-0/+3
* | Merge pull request #20101 from panzergame/shape_marginRémi Verschelde2018-08-211-19/+26
|\ \ | |/ |/|
| * Expose bullet shape margin to UI.Tristan Porteries2018-08-161-19/+26
* | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* | added cylinder shape supportmuiroc2018-07-011-0/+37
|/
* Merge pull request #17806 from Zylann/fix_heightmap_shape_size_checkRémi Verschelde2018-04-051-11/+43
|\
| * Make heightmap shape usable from PhysicsServerMarc Gilleron2018-03-281-11/+43
* | Fix of a possible memory leak: ConcavePolygonShapeBullet::setup was able to e...Alexander Alekseev2018-04-021-2/+2
|/
* Improved ray shape (2D and 3D) by addiing the possibility to act as regular s...Andrea Catania2018-02-191-7/+17
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* Removed useless error print on bullet shapesAndreaCatania2018-01-081-1/+1
* Fixed Bullet collision shapes scaleAndreaCatania2018-01-081-5/+0
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-5/+10
* Merge pull request #13257 from AndreaCatania/masterRémi Verschelde2018-01-041-17/+38
|\
| * Fixed kinematic movement stuck, Changed how shape scale works, OptimizedAndreaCatania2017-12-231-17/+38
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-16/+18
* Removed shape marginAndreaCatania2017-11-231-0/+1
* Bullet physics engine implementationAndreaCatania2017-11-041-0/+435