aboutsummaryrefslogtreecommitdiff
path: root/src/crepe
Commit message (Expand)AuthorAge
* use unique_ptr instead of manual memory management in behaviorscriptloek/scriptsLoek Le Blansch9 hours
* properly clean up Script instanceLoek Le Blansch10 hours
* fix user script implementationLoek Le Blansch10 hours
* WIP behavior script (problems)Loek Le Blansch3 days
* fix constructor/destructor member visibility for component managerLoek Le Blansch4 days
* use find_package instead of add_subdirectoryLoek Le Blansch7 days
* WIP ScriptSystemLoek Le Blansch10 days
* `make format`Loek Le Blansch11 days
* move components to separate filesLoek Le Blansch11 days
* add components_internal exampleLoek Le Blansch11 days
* code standard v3Loek Le Blansch11 days
* WIP more code style enforcementsLoek Le Blansch11 days
* copy homemade ECS to crepe + correct code styleLoek Le Blansch11 days
* `make format` + clang-tidyLoek Le Blansch12 days
* add doxygen comments to Asset classLoek Le Blansch12 days
* move Asset from crepe::api to crepeLoek Le Blansch12 days
* rename Resource to AssetLoek Le Blansch12 days
* restructure unit tests and dummiesLoek Le Blansch12 days
* `make format`loek/audioLoek Le Blansch2024-10-01
* rename SoundSystem to SoundContext (2/2)Loek Le Blansch2024-10-01
* rename SoundSystem to SoundContext (1/2)Loek Le Blansch2024-10-01
* implement remaining Sound functionsLoek Le Blansch2024-10-01
* fix audio segfaultLoek Le Blansch2024-10-01
* WIP cleanup (broken, but more like the class diagram)Loek Le Blansch2024-09-29
* implement audio poc using facade classesLoek Le Blansch2024-09-29
* implement debug logging functions and fix sound system segfaultLoek Le Blansch2024-09-29
* more WIP audio facadeLoek Le Blansch2024-09-28
* WIP Audio API + facadeLoek Le Blansch2024-09-25
* shuffle filesLoek Le Blansch2024-09-03