Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | wrap lines at column 95 instead of 80 | Loek Le Blansch | 7 days |
| | |||
* | Make format | max-001 | 2024-10-16 |
| | |||
* | Added functionality for scripts | max-001 | 2024-10-16 |
| | |||
* | Clang-format | max-001 | 2024-10-10 |
| | |||
* | Removed the std::pair to improve test | Max-001 | 2024-10-05 |
| | |||
* | DeleteAllComponents created | Max-001 | 2024-10-02 |
| | |||
* | Refactored componentManager (it now uses smart pointer, does not return raw ↵ | Max-001 | 2024-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-001 | 2024-10-02 |
| | | | | one entity (id) | ||
* | Made a homemade ECS | Max-001 | 2024-09-25 |