Age | Commit message (Expand) | Author |
2019-10-28 | Fix some crashes and using null pointers | Rafał Mikrut |
2019-10-14 | Call activate function when setting RigidBodyBullet activation state. | Marcel Admiraal |
2019-10-08 | Fixed RigidBody stuttering when changing collision layer/mask | PouleyKetchoupp |
2019-08-12 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' | Robin Hübner |
2019-08-07 | Fixed KinematicCollision.get_local_shape() - the local shape id was never set... | PouleyKetchoupp |
2019-07-23 | Update some dead links in the codebase | Michael Alexsander Silva Dias |
2019-07-23 | Fix some code found by Coverity Scan and PVS Studio | qarmin |
2019-07-07 | Fixes minor issues found by static analyzer | qarmin |
2019-07-03 | SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines | Rémi Verschelde |
2019-07-01 | Merge pull request #29980 from Dentrax/directed-by-qarmin | Rémi Verschelde |
2019-07-01 | fix some crashes | Furkan Türkal |
2019-06-24 | Merge pull request #29938 from jonri/fix-collisionshape-scale | Rémi Verschelde |
2019-06-20 | Fix updating of collision shape when the transform is set | Jon Ring |
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight |
2019-06-11 | Fix error macro calls not ending with semicolon | Rémi Verschelde |
2019-06-11 | bullet: Sync with current upstream master branch | Rémi Verschelde |
2019-05-19 | Fix typos with codespell | Rémi Verschelde |
2019-05-16 | Merge pull request #28595 from godotengine/AndreaCatania-patch-1 | Max Hilbrunner |
2019-05-16 | Improved CCD calculation algorithm | Andrea Catania |
2019-05-16 | Revert "Revert "Implemented terrain raycast acceleration"" | Rémi Verschelde |
2019-05-13 | Merge pull request #28326 from BastiaanOlij/center_heightmap | Rémi Verschelde |
2019-05-09 | Change "ID" to lowercase "id" | Aaron Franke |
2019-05-07 | Add transform support to deal with Bullets centering of shapes | Bastiaan Olij |
2019-05-02 | Merge pull request #27415 from aqnuep/kinematicbody_fixes | Rémi Verschelde |
2019-04-30 | SCons: Always use env.Prepend for CPPPATH | Rémi Verschelde |
2019-04-30 | Merge pull request #27371 from ShyRed/fixdisabled2dcollisions | Rémi Verschelde |
2019-04-24 | SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS | Rémi Verschelde |
2019-04-23 | Allow adding disabled shapes | ShyRed |
2019-04-23 | Revert "Implemented terrain raycast acceleration" | Rémi Verschelde |
2019-04-23 | Merge pull request #25543 from Zylann/optimize_bullet_heightfield_raycast2 | Hein-Pieter van Braam |
2019-04-23 | Merge pull request #27730 from ShyRed/fix3dphyscansleep | Hein-Pieter van Braam |
2019-04-19 | doc: Drop unused <demos> tag | Rémi Verschelde |
2019-04-06 | Fix missing re-activation of bullet physics sleep feature | ShyRed |
2019-04-04 | Fix wrong heights data used to compute min and max heights | Marc Gilleron |
2019-04-01 | doc: Bump version to 3.2 | Rémi Verschelde |
2019-03-27 | KinematicBody performance and quality improvements | Daniel Rakos |
2019-02-22 | Revert "Optimized area check" | Rémi Verschelde |
2019-02-21 | Fix warnings seen with -Wignored-qualifiers. | marxin |
2019-02-21 | Merge pull request #26111 from AndreaCatania/areaopti | Rémi Verschelde |
2019-02-21 | Optimized area check | Andrea Catania |
2019-02-20 | Fix RayShape collision jitter when used with a RigidBody | Daniel Rakos |
2019-02-19 | Merge pull request #25788 from aqnuep/rayshape_fix | Rémi Verschelde |
2019-02-19 | Fix RayShape collision when used with a KinematicBody (Bullet Physics) | Daniel Rakos |
2019-02-18 | Merge pull request #26014 from AndreaCatania/bugfix | Rémi Verschelde |
2019-02-18 | Fixed area collision report with concave | Andrea Catania |
2019-02-18 | Merge pull request #26011 from AndreaCatania/bugfix | Rémi Verschelde |
2019-02-18 | Added support to scale areas | Andrea Catania |
2019-02-12 | Merge pull request #25481 from hpvb/fix-ubsan-asan-reports | Rémi Verschelde |
2019-02-09 | [Core] Rename Matrix3 file to Basis | Aaron Franke |
2019-02-08 | Disable BT_DEBUG, works around #25476 and #25431 | Daniel Abbott |