summaryrefslogtreecommitdiff
path: root/src/entities.hpp
AgeCommit message (Expand)Author
2024-01-10checkpoint - handle breaking ECS changes - compilesJonathan Bradley
2024-01-04refactor to allow unloading a single EntityTypeJonathan Bradley
2024-01-03checkpoint - EntityTypeDetails arrayJonathan Bradley
2023-12-28EntityType falls back to a default texture if not providedJonathan Bradley
2023-12-27assets are global and stored in the project fileJonathan Bradley
2023-12-11replace handles with union structJonathan Bradley
2023-11-15buggy - add custom btOverlapFilterCallbackJonathan Bradley
2023-11-15use convex polyhedron for debug wireframe - buggy but functionalJonathan Bradley
2023-11-15default and instance-specific massJonathan Bradley
2023-11-15use model for collision + refactor physics init and rigidbody creationJonathan Bradley
2023-11-03rebuild instance buffers as they become oversizedJonathan Bradley
2023-10-31add a new method for getting an EntityType's index by EntityHandleJonathan Bradley
2023-10-04checkpoint - first pass add instances to save fileJonathan Bradley
2023-09-27checkpoint - EntityType descriptor pool and descriptor setsJonathan Bradley
2023-09-25entities - expose method to find EntityType by typeCodeJonathan Bradley
2023-09-25save current scene stateJonathan Bradley
2023-09-14Load model textures checkpoint.Jonathan Bradley
2023-09-12load gltf files - no shaders yetJonathan Bradley
2023-09-08EntityType cleanupJonathan Bradley
2023-09-07entities and memory allocation checkpointJonathan Bradley