DarkflameServer/dPhysics
jadebenn 06e7d57e0d
chore: Remove dpEntity pointers from collision checking (#1529)
* chore: Remove dpEntity pointers from collision checking

* Update fn documentation in ProximityMonitorComponent.h

* use more idiomatic method to calculate vector index

* feedback

* missed a ranges::find replacement

* adjust for feedback. last changes tonight.

* okay, also remove unneeded include. then sleep.

* for real tho

* update to use unordered_set instead of set
2024-04-05 00:52:26 -05:00
..
CMakeLists.txt fix: Dissolve more CMake dependencies (#1387) 2024-03-05 20:13:24 -06: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 chore: Remove dpEntity pointers from collision checking (#1529) 2024-04-05 00:52:26 -05:00
dpEntity.h chore: Remove dpEntity pointers from collision checking (#1529) 2024-04-05 00:52:26 -05:00
dpGrid.cpp chore: supress warnings on external library headers and actually get rid of the last old-style casts (#1502) 2024-03-17 20:48:09 -05:00
dpGrid.h Use vector instead of forward_list for dpGrid 2024-02-04 06:10:07 -08:00
dpShapeBase.cpp Remove std::couts littered throughout the base (#1313) 2023-11-21 18:04:23 -08:00
dpShapeBase.h format codebase 2022-07-28 08:39:57 -05:00
dpShapeBox.cpp Remove std::couts littered throughout the base (#1313) 2023-11-21 18:04:23 -08:00
dpShapeBox.h format codebase 2022-07-28 08:39:57 -05:00
dpShapeSphere.cpp Remove std::couts littered throughout the base (#1313) 2023-11-21 18:04:23 -08:00
dpShapeSphere.h format codebase 2022-07-28 08:39:57 -05:00
dpWorld.cpp refactor: Change TryParse implementation (#1442) 2024-02-10 05:05:25 -06:00
dpWorld.h remove singleton for dpWorld (#1427) 2024-01-19 15:12:05 -06:00