index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
bullet
/
space_bullet.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improved kinematic test_body_motion code
Andrea Catania
2018-05-27
1
-48
/
+34
*
Avoid converting Quat to Euler angles when not necessary.
tagcup
2018-04-14
1
-3
/
+3
*
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
*
Merge pull request #17959 from AndreaCatania/kinfix2
Rémi Verschelde
2018-04-04
1
-1
/
+1
|
\
|
*
Fixed kinematic sliding on trimesh
Andrea Catania
2018-04-04
1
-1
/
+1
*
|
physics area added monitorable check
Andrea Catania
2018-04-01
1
-1
/
+4
|
/
*
Fixed kinematic char sliding
Andrea Catania
2018-02-25
1
-10
/
+5
*
Fix typos with codespell
luz.paz
2018-02-21
1
-1
/
+1
*
Improved kinematic body 2D and 3D, Now can move rigid body
Andrea Catania
2018-02-20
1
-26
/
+6
*
Added return true o collide when no rusult is NULL
Andrea Catania
2018-02-14
1
-0
/
+2
*
Fix inconsistencies and typos in argument names
Paolo Perkovic
2018-02-01
1
-2
/
+2
*
Fixed Bullet collision shapes scale
AndreaCatania
2018-01-08
1
-54
/
+47
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-10
/
+16
*
Merge pull request #13257 from AndreaCatania/master
Rémi Verschelde
2018-01-04
1
-105
/
+124
|
\
|
*
Fixed kinematic movement stuck, Changed how shape scale works, Optimized
AndreaCatania
2017-12-23
1
-105
/
+124
*
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
|
/
*
Ray cast return shape id. Fixes #14473
AndreaCatania
2017-12-10
1
-1
/
+1
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
1
-26
/
+27
*
Merge pull request #13202 from AndreaCatania/master
Rémi Verschelde
2017-11-23
1
-0
/
+1
|
\
|
*
Space override scratching when body is add to world
AndreaCatania
2017-11-23
1
-0
/
+1
*
|
Removed type_mask and fixed some variable name
AndreaCatania
2017-11-21
1
-18
/
+18
|
/
*
bullet cast_motion: reordered null check
muiroc
2017-11-20
1
-3
/
+3
*
Added null check in Bullet cast_motion API
AndreaCatania
2017-11-19
1
-10
/
+12
*
Fixed gravity scale
AndreaCatania
2017-11-19
1
-1
/
+2
*
Removed dynamic_cast from Bullet Server
AndreaCatania
2017-11-19
1
-14
/
+18
*
Fixed kinematic movement on concave shape
AndreaCatania
2017-11-19
1
-60
/
+91
*
Rewritten kinematic system
AndreaCatania
2017-11-07
1
-220
/
+158
*
Bullet physics engine implementation
AndreaCatania
2017-11-04
1
-0
/
+1163