Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into max/POC-ECS-memory-efficient | max-001 | 2024-10-16 |
|\ | |||
| * | WIP more code style enforcements | Loek Le Blansch | 2024-10-06 |
| | | |||
| * | copy homemade ECS to crepe + correct code style | Loek Le Blansch | 2024-10-06 |
| | | |||
| * | Merge branch 'loek/cleanup' into loek/scripts | Loek Le Blansch | 2024-10-06 |
| |\ | |||
| | * | `make format` | Loek Le Blansch | 2024-10-01 |
| | | | |||
| | * | WIP ExternalProject test | Loek Le Blansch | 2024-09-28 |
| | | | |||
| * | | merge master into loek/scripts | Loek Le Blansch | 2024-10-06 |
| |\ \ | |||
| | * | | `make format` | Loek Le Blansch | 2024-10-01 |
| | | | | |||
| | * | | fixed merge conflict | WBoerenkamps | 2024-09-27 |
| | |\| | |||
| * | | | Removed the std::pair to improve test | Max-001 | 2024-10-05 |
| | | | | |||
| * | | | Improved test | Max-001 | 2024-10-05 |
| | | | | |||
| * | | | Added some time testing for comparison | Max-001 | 2024-10-05 |
| | | | | |||
* | | | | Improved test | Max-001 | 2024-10-05 |
| | | | | |||
* | | | | First setup | Max-001 | 2024-10-05 |
| | | | | |||
* | | | | Setup ecs-memory-efficient | Max-001 | 2024-10-05 |
|/ / / | |||
* | | | Replace push_back with emplace_back | Max-001 | 2024-10-03 |
| | | | |||
* | | | Modified test | Max-001 | 2024-10-02 |
| | | | |||
* | | | Added DeleteAllComponentsOfId methode | Max-001 | 2024-10-02 |
| | | | |||
* | | | Added DeleteComponentsById<> method | Max-001 | 2024-10-02 |
| | | | |||
* | | | DeleteComponents<> method created | Max-001 | 2024-10-02 |
| | | | |||
* | | | DeleteAllComponents created | Max-001 | 2024-10-02 |
| | | | |||
* | | | Added Colider component | Max-001 | 2024-10-02 |
| | | | |||
* | | | Improved tests | 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) | ||
* | | | Little fix in CMakeLists.txt and forced output to type debug | Max-001 | 2024-10-02 |
| | | | |||
* | | | Made a homemade ECS | Max-001 | 2024-09-25 |
| | | | |||
* | | | Setup CMake | Max-001 | 2024-09-25 |
| |/ |/| | |||
* | | add soloud audio POCpoc/audio-soloud | Loek Le Blansch | 2024-09-22 |
| | | |||
* | | remove lazy.mk and update readme | Loek Le Blansch | 2024-09-21 |
| | | |||
* | | `make format` | Loek Le Blansch | 2024-09-21 |
| | | |||
* | | move gameloop poc to mwe | Loek Le Blansch | 2024-09-21 |
|/ | |||
* | add dynamic linking test (tested on linux) | Loek Le Blansch | 2024-09-04 |