| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | updated components to have an ID | jaroWMR | 2024-10-20 | 
| | | |||
| * | 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 | max-001 | 2024-10-16 | 
| | | | |||
| | * | update readmes | Loek Le Blansch | 2024-10-10 | 
| | | | |||
| * | | 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 | 
| |\| | |||
| | * | 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 | 
| |\| | |||
| | * | 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 | 
| | | | |||
| * | | added sdl2 include | jaroWMR | 2024-10-09 | 
| | | | |||
| * | | merge with master | jaroWMR | 2024-10-09 | 
| |\ \ | |||
| | * | | fix feedback | Loek Le Blansch | 2024-10-08 | 
| | |/ | |||
| | * | `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 | 
| | | | |||
| | * | 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 Audio API + facade | Loek Le Blansch | 2024-09-25 | 
| | | | |||
| * | | improved particle system from 90ms to ~ 0.7ms | jaroWMR | 2024-10-07 | 
| | | | |||
| * | | updated system | jaroWMR | 2024-10-07 | 
| | | | |||
| * | | created a particel system | jaroWMR | 2024-10-07 | 
| | | | |||
| * | | particle direction is random | jaroWMR | 2024-10-07 | 
| | | | |||
| * | | particle POC | jaroWMR | 2024-10-01 | 
| |/ | |||
| * | remove lazy.mk and update readme | Loek Le Blansch | 2024-09-21 | 
| | | |||
| * | add googletest unit testing setup | Loek Le Blansch | 2024-09-03 | 
| | | |||
| * | shuffle files | Loek Le Blansch | 2024-09-03 | 
| Moving all code into src/crepe allows you to add the src folder as SYSTEM INTERFACE, resulting in includes that look like `<crepe/xyz.h>`. | |||