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
/
shape_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
Restore RayShape as a regular shape type
PouleyKetchoupp
2021-08-22
Replace HTTP links with HTTPS for sites with HTTPS versions
Aaron Franke
2021-08-11
Make radius & height in CapsuleShape3D independent
PouleyKetchoupp
2021-08-10
Remove infinite inertia and ray shapes from CharacterBody
PouleyKetchoupp
2021-08-09
Some work on double support
Aaron Franke
2021-07-21
Use is_equal_approx in more places
Aaron Franke
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
2021-05-22
Replace QuickHull with Bullet's convex hull computer.
Morris Tabor
2021-04-20
Merge pull request #47347 from nekomatata/heightmap-support
Rémi Verschelde
2021-04-06
Ensure ConvexPolygonShape3D support count variable is initialised
Marcel Admiraal
2021-03-25
Heightmap collision shape support in Godot Physics
PouleyKetchoupp
2021-03-22
[Godot Physics]: Correct typo in moment of inertia calculations.
Josh Jones
2021-03-18
Disable backface collision with ConcavePolygonShape by default
PouleyKetchoupp
2021-03-02
Change CapsuleShape3D's collision detection axis to vertical
Riteo Siuga
2021-02-10
Cylinder support in Godot Physics 3D
PouleyKetchoupp
2021-01-28
Use real_t in physics code
Aaron Franke
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-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-05-27
Split `Geometry` singleton into `Geometry2D` and `Geometry3D`
Andrii Doroshenko (Xrayez)
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-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