index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
bullet
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #20381 from AndreaCatania/phymat_2
Juan Linietsky
2018-08-07
5
-76
/
+2
|
\
|
*
Removed physics material combination mode. Added rough and absorbent paramete...
Andrea Catania
2018-08-07
5
-76
/
+2
*
|
Fixed SoftBody pinned point offset calculation
Andrea Catania
2018-08-03
1
-1
/
+1
*
|
Merge pull request #15643 from organicpencil/bullet_contact_impulse
Rémi Verschelde
2018-07-26
3
-4
/
+12
|
\
\
|
*
|
Expose PhysicsDirectBodyState.get_contact_impulse
Lee Pugh
2018-01-12
3
-4
/
+12
*
|
|
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
7
-35
/
+35
*
|
|
Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respecti...
Tiger Caldwell
2018-07-24
4
-0
/
+38
*
|
|
Implemented Soft body
AndreaCatania
2018-07-23
8
-211
/
+603
|
|
/
|
/
|
*
|
Merge pull request #12403 from AndreaCatania/phymat
Juan Linietsky
2018-07-23
5
-1
/
+82
|
\
\
|
*
|
Implemented physics material
AndreaCatania
2018-05-11
5
-1
/
+82
*
|
|
-Fix disable_3d flag
Juan Linietsky
2018-07-21
1
-1
/
+4
*
|
|
added cylinder shape support
muiroc
2018-07-01
4
-0
/
+62
*
|
|
SCons: Pass env to modules can_build method
Rémi Verschelde
2018-05-30
1
-1
/
+1
*
|
|
Improved kinematic test_body_motion code
Andrea Catania
2018-05-27
1
-48
/
+34
|
/
/
*
|
Merge pull request #17559 from simedis/joint_motors
Rémi Verschelde
2018-05-08
1
-0
/
+13
|
\
\
|
*
|
Implemented interface for bullet joint motors
Geoffrey
2018-03-16
1
-0
/
+13
*
|
|
Implemented ragdoll
AndreaCatania
2018-05-07
1
-1
/
+1
*
|
|
Merge pull request #18204 from tagcup/quat_scale
Rémi Verschelde
2018-04-18
2
-5
/
+5
|
\
\
\
|
*
|
|
Avoid converting Quat to Euler angles when not necessary.
tagcup
2018-04-14
2
-5
/
+5
*
|
|
|
Removed useless check
Andrea Catania
2018-04-12
1
-8
/
+2
|
/
/
/
*
|
|
Fixed wrong function call
Andrea Catania
2018-04-12
1
-1
/
+1
*
|
|
Rigidbody wake up when hitten by a kinematic body
Andrea Catania
2018-04-12
1
-1
/
+4
*
|
|
Fixed area overlap cleaning
Andrea Catania
2018-04-09
3
-16
/
+14
*
|
|
Merge pull request #17899 from AndreaCatania/area_cleaning
Rémi Verschelde
2018-04-06
3
-8
/
+8
|
\
\
\
|
*
|
|
Fixed physics server area cleaning
Andrea Catania
2018-04-06
3
-8
/
+8
|
|
/
/
*
|
|
Merge pull request #17806 from Zylann/fix_heightmap_shape_size_check
Rémi Verschelde
2018-04-05
2
-14
/
+47
|
\
\
\
|
*
|
|
Make heightmap shape usable from PhysicsServer
Marc Gilleron
2018-03-28
2
-14
/
+47
|
|
/
/
*
|
|
Corrected physics query max result checking
Andrea Catania
2018-04-04
1
-3
/
+10
*
|
|
Merge pull request #17959 from AndreaCatania/kinfix2
Rémi Verschelde
2018-04-04
3
-11
/
+5
|
\
\
\
|
*
|
|
Fixed kinematic sliding on trimesh
Andrea Catania
2018-04-04
3
-11
/
+5
|
|
/
/
*
|
|
Merge pull request #17900 from AndreaCatania/area_mon
Rémi Verschelde
2018-04-03
1
-1
/
+4
|
\
\
\
|
*
|
|
physics area added monitorable check
Andrea Catania
2018-04-01
1
-1
/
+4
|
|
/
/
*
/
/
Fix of a possible memory leak: ConcavePolygonShapeBullet::setup was able to e...
Alexander Alekseev
2018-04-02
1
-2
/
+2
|
/
/
*
|
Fixed leak in BulletPhysicsServer
Wilson E. Alvarez
2018-03-13
1
-1
/
+3
*
|
doc: Remove status from hardcoded version string
Rémi Verschelde
2018-02-27
2
-2
/
+2
*
|
Merge pull request #17021 from AndreaCatania/kinfix
Rémi Verschelde
2018-02-27
3
-28
/
+17
|
\
\
|
*
|
Fixed kinematic char sliding
Andrea Catania
2018-02-25
3
-28
/
+17
*
|
|
Implemented Bullet method omit forces
Andrea Catania
2018-02-27
3
-9
/
+26
|
/
/
*
|
Fix typos with codespell
luz.paz
2018-02-21
4
-4
/
+4
*
|
Merge pull request #16757 from AndreaCatania/kinpush
Rémi Verschelde
2018-02-20
6
-37
/
+22
|
\
\
|
*
|
Improved kinematic body 2D and 3D, Now can move rigid body
Andrea Catania
2018-02-20
6
-37
/
+22
*
|
|
Merge pull request #16530 from AndreaCatania/rays
Rémi Verschelde
2018-02-19
5
-12
/
+34
|
\
\
\
|
*
|
|
Improved ray shape (2D and 3D) by addiing the possibility to act as regular s...
Andrea Catania
2018-02-19
5
-12
/
+34
*
|
|
|
Merge pull request #16751 from AndreaCatania/moreAPIs
Rémi Verschelde
2018-02-19
2
-0
/
+10
|
\
\
\
\
|
*
|
|
|
Added Physics state APIs
Andrea Catania
2018-02-16
2
-0
/
+10
|
|
|
/
/
|
|
/
|
|
*
/
|
|
doc: Update version string in header
Rémi Verschelde
2018-02-19
2
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #16681 from AndreaCatania/kin_t
Rémi Verschelde
2018-02-14
1
-0
/
+2
|
\
\
\
|
*
|
|
Added return true o collide when no rusult is NULL
Andrea Catania
2018-02-14
1
-0
/
+2
*
|
|
|
Merge pull request #16547 from Dar13/kinematic_gravity_fix
Rémi Verschelde
2018-02-14
1
-1
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fixes gravity calculation for kinematic bodies in Bullet
Neil Moore
2018-02-13
1
-1
/
+2
|
|
/
/
[next]