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
/
collision_solver_3d_sw.cpp
Age
Commit message (
Expand
)
Author
2021-08-27
Optimize area detection and intersect_shape queries with concave shapes
PouleyKetchoupp
2021-08-24
Rename RayShape to SeparationRayShape
PouleyKetchoupp
2021-08-24
Rename slips_on_slope to slide_on_slope
PouleyKetchoupp
2021-08-24
Fix RayShape collision detection
PouleyKetchoupp
2021-08-24
Restore RayShape as a regular shape type
PouleyKetchoupp
2021-08-15
Enabled softbody-area collision (intersection) and enabled area-specific grav...
Jeffrey Cochran
2021-08-10
Remove infinite inertia and ray shapes from CharacterBody
PouleyKetchoupp
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
2021-03-18
SoftBody support in GodotPhysics 3D
PouleyKetchoupp
2021-02-10
Cylinder support in Godot Physics 3D
PouleyKetchoupp
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
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