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_shape_3d.cpp
Age
Commit message (
Expand
)
Author
2023-01-21
Use range iterators in LocalVector loops
kobewi
2023-01-07
Merge pull request #70858 from Malcolmnixon/fast-concave-support
Rémi Verschelde
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2023-01-02
Micro-optimizations of the GodotConvexPolygonShape3D::get_support function. S...
Malcolm Nixon
2022-12-11
Merge pull request #69852 from rburing/heightmap_shape_typo_bugfix
Rémi Verschelde
2022-12-10
Fix typo bug in heightmap shape
Ricardo Buring
2022-12-06
Fix collision detection for degenerate capsules
Ricardo Buring
2022-10-18
Optimized support function for large meshes
Peter Eastman
2022-10-13
Optimize Convex Collision
Juan Linietsky
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-09-28
GodotCylinderShape3D::get_supports: delete dead code
Ricardo Buring
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-03
Rename Basis get_axis to get_column, remove redundant methods
Aaron Franke
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-02-16
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-01-20
Rename or refactor macros to avoid leading underscores
Omar Polo
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-17
Fix contact generation with backface collision disabled
PouleyKetchoupp
2021-11-16
Rename built-in `SGN()` macro to `SIGN()`
Hugo Locurcio
2021-11-10
Add raycast options to hit when starting inside / hit back faces
PouleyKetchoupp
2021-10-18
Rename Godot Physics classes from *SW to Godot*
PouleyKetchoupp