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
/
servers
/
physics_3d
/
body_3d_sw.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename Godot Physics classes from *SW to Godot*
PouleyKetchoupp
2021-10-18
1
-790
/
+0
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-3
/
+3
*
Merge pull request #52754 from nekomatata/dynamic-body-modes
Camille Mohr-Daurat
2021-09-28
1
-2
/
+2
|
\
|
*
Clarify RigidDynamicBody modes
PouleyKetchoupp
2021-09-16
1
-2
/
+2
*
|
Replace Vector3.to_diagonal_matrix with Basis.from_scale
Aaron Franke
2021-09-17
1
-4
/
+4
|
/
*
Proper support for custom mass properties in 2D/3D physics bodies
PouleyKetchoupp
2021-09-06
1
-101
/
+134
*
Add AnimatableBody inherited from StaticBody for moving platforms
PouleyKetchoupp
2021-08-31
1
-2
/
+4
*
Merge pull request #49471 from nekomatata/body-state-sync-callback
Juan Linietsky
2021-08-31
1
-34
/
+38
|
\
|
*
Clean physics direct body state usage in 2D and 3D physics
PouleyKetchoupp
2021-08-25
1
-34
/
+38
*
|
Fix point gravity calculation
PouleyKetchoupp
2021-08-24
1
-14
/
+7
|
/
*
Epsilon check for angular velocity in Body3DSW
LoipesMas
2021-08-16
1
-1
/
+1
*
Safe margin cleanup
PouleyKetchoupp
2021-06-04
1
-6
/
+0
*
More explanatory names for RigidBody modes
PouleyKetchoupp
2021-06-04
1
-19
/
+8
*
Rename Transform to Transform3D in core
Aaron Franke
2021-06-03
1
-6
/
+6
*
Avoid division by zero when calculating inertias for bodies with colliders wi...
Arkadiusz Marcin Kołek
2021-05-29
1
-9
/
+14
*
Godot Physics collisions and solver processed on threads
PouleyKetchoupp
2021-04-26
1
-28
/
+7
*
Unexpose _direct_state_changed in PhysicsBody
rafallus
2021-04-22
1
-7
/
+7
*
Godot Physics solver optimization
PouleyKetchoupp
2021-04-12
1
-2
/
+0
*
Fix some angular velocity calculations
e344fde6bf
2021-03-20
1
-7
/
+5
*
Fixes division by zero when 3d body does not have valid shape
Kyle
2021-03-08
1
-6
/
+14
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-3
/
+0
*
Properly pass safe margin on initialization.
Juan Linietsky
2020-07-14
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-29
/
+55
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+3
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-53
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-6
/
+6
*
More server renames for consistency after #37361
Rémi Verschelde
2020-03-28
1
-1
/
+1
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-0
/
+814