Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | | | | | | | 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 | |
| | |\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | update contributing.md | Loek Le Blansch | 2024-10-09 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Clang-format | max-001 | 2024-10-10 | |
* | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into max/POC-ECS-homemade | max-001 | 2024-10-09 | |
|\| | | | | | | | | | | |/ / / / / / / / / |/| | | | | | | | | | ||||
| * | | | | | | | | | Merge branch 'loek/cleanup' of github.com:lonkaars/crepe | Loek Le Blansch | 2024-10-08 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | fix feedback | Loek Le Blansch | 2024-10-08 | |
| | | |/ / / / / / / | | |/| | | | | | | | ||||
| | * | | | | | | | | update code style | Loek Le Blansch | 2024-10-05 | |
| | * | | | | | | | | `make format` + clang-tidy | Loek Le Blansch | 2024-10-05 | |
| | * | | | | | | | | add doxygen comments to Asset class | Loek Le Blansch | 2024-10-05 | |
| | * | | | | | | | | move Asset from crepe::api to crepe | Loek Le Blansch | 2024-10-05 | |
| | * | | | | | | | | rename Resource to Asset | Loek Le Blansch | 2024-10-05 | |
| | * | | | | | | | | restructure unit tests and dummies | Loek Le Blansch | 2024-10-05 | |
| | | |_|_|_|_|_|/ | | |/| | | | | | | ||||
| | * | | | | | | | `make format` | Loek Le Blansch | 2024-10-01 | |
| | * | | | | | | | rename SoundSystem to SoundContext (2/2) | Loek Le Blansch | 2024-10-01 | |
| | * | | | | | | | rename SoundSystem to SoundContext (1/2) | Loek Le Blansch | 2024-10-01 | |
| | * | | | | | | | implement remaining Sound functions | Loek Le Blansch | 2024-10-01 | |
| | * | | | | | | | fix audio segfault | Loek Le Blansch | 2024-10-01 | |
| * | | | | | | | | add clangd extension recommendation | Loek Le Blansch | 2024-10-07 | |
| * | | | | | | | | Merge branch 'master' of pipeframe.xyz:school/project-spc | Loek Le Blansch | 2024-10-03 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| / / / / / / | | |/ / / / / / | ||||
| | * | / / / / | `make format` | Loek Le Blansch | 2024-10-01 | |
| | | |/ / / / | | |/| | | | | ||||
| | * | | | | | fixed merge conflict | WBoerenkamps | 2024-09-27 | |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | ||||
| | * | | | | | update | WBoerenkamps | 2024-09-26 | |
| * | | | | | | WIP cleanup (broken, but more like the class diagram) | Loek Le Blansch | 2024-09-29 | |
| * | | | | | | implement audio poc using facade classes | Loek Le Blansch | 2024-09-29 | |
| * | | | | | | implement debug logging functions and fix sound system segfault | Loek Le Blansch | 2024-09-29 | |
| * | | | | | | more WIP audio facade | Loek Le Blansch | 2024-09-28 | |
| * | | | | | | WIP ExternalProject test | Loek Le Blansch | 2024-09-28 | |
| * | | | | | | WIP Audio API + facade | Loek Le Blansch | 2024-09-25 | |
| | |/ / / / | |/| | | | | ||||
* | | | | | | 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 |