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