aboutsummaryrefslogtreecommitdiff
path: root/mwe/ecs-homemade/inc/ComponentManager.hpp
Commit message (Collapse)AuthorAge
* Replace push_back with emplace_backMax-0012024-10-03
|
* Added DeleteComponentsById<> methodMax-0012024-10-02
|
* DeleteComponents<> method createdMax-0012024-10-02
|
* DeleteAllComponents createdMax-0012024-10-02
|
* Refactored componentManager (it now uses smart pointer, does not return raw ↵Max-0012024-10-02
| | | | pointers (it only returns references) and it is now possible to store multiple components of the same type for the same entity)
* Changed componentsManager to allow mutliple componts of the same type for ↵Max-0012024-10-02
| | | | one entity (id)
* Made a homemade ECSMax-0012024-09-25