DarkflameServer/dPhysics
David Markowitz 68a5cc1d89 Use better API terminology for radii
- SetProximityRadius just calls AddProximityRadius so its clear what is going on.
- created struct BoxDimensions for clear reading of what the floats are
2023-06-17 02:01:42 -07:00
..
CMakeLists.txt Modularize CMakeLists for submodules (#736) 2022-08-18 19:23:42 -07:00
dpCollisionChecks.cpp format codebase 2022-07-28 08:39:57 -05:00
dpCollisionChecks.h format codebase 2022-07-28 08:39:57 -05:00
dpEntity.cpp Use better API terminology for radii 2023-06-17 02:01:42 -07:00
dpEntity.h Use better API terminology for radii 2023-06-17 02:01:42 -07:00
dpGrid.cpp Fix out of bounds access in dpGrid (#1106) 2023-06-03 16:28:27 -07:00
dpGrid.h Add support to reload the config (#868) 2022-12-04 16:25:58 -06:00
dpShapeBase.cpp format codebase 2022-07-28 08:39:57 -05:00
dpShapeBase.h format codebase 2022-07-28 08:39:57 -05:00
dpShapeBox.cpp Use better API terminology for radii 2023-06-17 02:01:42 -07:00
dpShapeBox.h Use better API terminology for radii 2023-06-17 02:01:42 -07:00
dpShapeSphere.cpp format codebase 2022-07-28 08:39:57 -05:00
dpShapeSphere.h format codebase 2022-07-28 08:39:57 -05:00
dpWorld.cpp Add support to reload the config (#868) 2022-12-04 16:25:58 -06:00
dpWorld.h Add support to reload the config (#868) 2022-12-04 16:25:58 -06:00
main.cpp format codebase 2022-07-28 08:39:57 -05:00