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-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