DarkflameServer/dPhysics
David Markowitz 7671cc6865
CDClient cleanup and optimization (#1023)
* CDClient cleanup and optimization

- Use static function to get table name
- Remove unused GetName function
- Replace above function with a static GetTableName function
- Remove verbose comments
- Remove verbose initializers
- Remove need to specify table name when getting a table by name
- Remove unused typedef for mac and linux

* Re-add unused table

Convert tables to singletons

- Convert all CDClient tables to singletons
- Move Singleton.h to dCommon
- Reduce header clutter in CDClientManager
2023-03-17 07:36:21 -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 Modularize gargantuan objects (#797) 2022-10-31 17:32:17 -05:00
dpEntity.h format codebase 2022-07-28 08:39:57 -05:00
dpGrid.cpp Add support to reload the config (#868) 2022-12-04 16:25:58 -06: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 format codebase 2022-07-28 08:39:57 -05:00
dpShapeBox.h format codebase 2022-07-28 08:39:57 -05: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