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
/
physics_server_3d_sw.cpp
Age
Commit message (
Expand
)
Author
2021-08-10
Remove infinite inertia and ray shapes from CharacterBody
PouleyKetchoupp
2021-08-09
Fix 3D moving platform logic
PouleyKetchoupp
2021-07-10
Add a method to set the number of physics solver iterations in 3D
Hugo Locurcio
2021-06-22
Fix and clean disabled shapes handling in godot physics servers
PouleyKetchoupp
2021-06-04
Safe margin cleanup
PouleyKetchoupp
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
2021-05-10
Dynamic BVH broadphase in 2D & 3D Godot Physics
PouleyKetchoupp
2021-04-22
Unexpose _direct_state_changed in PhysicsBody
rafallus
2021-03-18
SoftBody support in GodotPhysics 3D
PouleyKetchoupp
2021-02-27
Move removal of the constraints from bodies to Joint3DSW destructor
Eryk Dwornicki
2021-02-10
Cylinder support in Godot Physics 3D
PouleyKetchoupp
2021-02-10
Make Servers truly Thread Safe
reduz
2021-01-28
Use real_t in physics code
Aaron Franke
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-09-18
Remove the unnecessary sync() and the restrictions it imposes on 3D Physics.
Marcel Admiraal
2020-06-02
Refactor physics force and impulse code
Aaron Franke
2020-05-19
Style: Fix unnecessary semicolons that confused clang-format
Rémi Verschelde
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-04-17
Correct typo mistake of profiler_add_frame_data argument in physics 3d server
SkyJJ
2020-04-09
Rename "GodotPhysics" to "GodotPhysics{2D,3D}"
WARIO-MDMA
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-30
doc: Update classref with node renames
Rémi Verschelde
2020-03-28
More server renames for consistency after #37361
Rémi Verschelde
2020-03-27
Renaming of servers for coherency.
Juan Linietsky