aboutsummaryrefslogtreecommitdiff
path: root/src/shared/lua_api/phys/bshape.cpp
Commit message (Collapse)AuthorAge
* Various progress for 1klutzAlexander2020-06-10
| | | | | Added convext shape casts, still a little broken, but it might be just broken bullet side.
* Add a shape castAlexander2020-06-02
Add a raycast like function, which can cast shapes. phys.shapecast(), along with a shape structure needed to call this function.