Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of github.com:lonkaars/crepe into jaro/poc-physics | jaroWMR | 2024-10-20 |
|\ | |||
| * | `make format` | Loek Le Blansch | 2024-10-17 |
| * | `make format` | Loek Le Blansch | 2024-10-17 |
| * | Merge branch 'max/POC-ECS-memory-efficient' of github.com:lonkaars/crepe | Loek Le Blansch | 2024-10-17 |
| |\ | |||
| | * | Fixed merge issue | max-001 | 2024-10-16 |
| | * | Merge remote-tracking branch 'origin/master' into max/POC-ECS-memory-efficient | max-001 | 2024-10-16 |
| | |\ | |||
| | * | | Improved test | Max-001 | 2024-10-05 |
| | * | | First setup | Max-001 | 2024-10-05 |
| | * | | Setup ecs-memory-efficient | Max-001 | 2024-10-05 |
| * | | | Make format | max-001 | 2024-10-16 |
| * | | | Added functionality for scripts | max-001 | 2024-10-16 |
| * | | | Merge remote-tracking branch 'origin/master' into max/POC-ECS-homemade | max-001 | 2024-10-16 |
| |\ \ \ | | | |/ | | |/| | |||
| | * | | update readmes | Loek Le Blansch | 2024-10-10 |
| * | | | Clang-format | max-001 | 2024-10-10 |
| * | | | Merge remote-tracking branch 'origin/master' into max/POC-ECS-homemade | max-001 | 2024-10-09 |
| |\ \ \ | |||
* | | | | | updated particle system | jaroWMR | 2024-10-20 |
* | | | | | renamed particel to particle and example uses ecs for poc | jaroWMR | 2024-10-10 |
* | | | | | Renamed files and Emitter is a component | jaroWMR | 2024-10-10 |
* | | | | | fix for build | jaroWMR | 2024-10-10 |
* | | | | | merge with master | jaroWMR | 2024-10-10 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||
| * | | | | move soloud/src to soloud | Loek Le Blansch | 2024-10-10 |
| * | | | | use find_package instead of add_subdirectory | Loek Le Blansch | 2024-10-10 |
* | | | | | quick fix | jaroWMR | 2024-10-10 |
* | | | | | merge with master | jaroWMR | 2024-10-10 |
|\| | | | | |||
| * | | | | merge `loek/scripts` into `master` | Loek Le Blansch | 2024-10-10 |
| |\ \ \ \ | |||
| | * \ \ \ | Merge branch 'master' into loek/scripts | Loek Le Blansch | 2024-10-08 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | |||
| | * | | | | update contributing.md | Loek Le Blansch | 2024-10-08 |
| | * | | | | WIP ScriptSystem | Loek Le Blansch | 2024-10-06 |
| | * | | | | `make format` | Loek Le Blansch | 2024-10-06 |
| | * | | | | move components to separate files | Loek Le Blansch | 2024-10-06 |
| | * | | | | add components_internal example | Loek Le Blansch | 2024-10-06 |
| | * | | | | code standard v3 | Loek Le Blansch | 2024-10-06 |
| | * | | | | 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 |
| | |\ \ \ \ | |||
| | * \ \ \ \ | merge master into loek/scripts | Loek Le Blansch | 2024-10-06 |
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||
| | * | | | | | 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 |
| | | |_|_|/ | | |/| | | | |||
| | * | | | | 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 p... | Max-001 | 2024-10-02 |
| | * | | | | Changed componentsManager to allow mutliple componts of the same type for one... | Max-001 | 2024-10-02 |
| | * | | | | Little fix in CMakeLists.txt and forced output to type debug | Max-001 | 2024-10-02 |