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
/
godot_soft_body_3d.cpp
Age
Commit message (
Expand
)
Author
2022-05-25
use ERR_FAIL_INDEX when preferred
Nathan Franke
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-03-15
Create GDExtension clases for PhysicsServer3D
reduz
2022-01-27
Fix triangular area calculation
TechnoPorg
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-17
Fix applied gravity on soft bodies
PouleyKetchoupp
2021-11-11
Merge pull request #54810 from nekomatata/area-separate-override-modes
Camille Mohr-Daurat
2021-11-10
Add raycast options to hit when starting inside / hit back faces
PouleyKetchoupp
2021-11-09
Separate space override modes for gravity/damping in Area
PouleyKetchoupp
2021-10-28
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-21
Fix SoftDynamicBody3D crash when setting disable mode
PouleyKetchoupp
2021-10-18
Rename Godot Physics classes from *SW to Godot*
PouleyKetchoupp