Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | check code standard | Loek Le Blansch | 2024-11-07 |
| | |||
* | merge `master` into `loek/savemgr`loek/savemgr | Loek Le Blansch | 2024-11-05 |
|\ | |||
| * | create facade folder | Loek Le Blansch | 2024-11-05 |
| | | |||
| * | move systems + update contributing.md | Loek Le Blansch | 2024-11-05 |
| | | |||
* | | WIP db facade | Loek Le Blansch | 2024-10-27 |
| | | |||
* | | fix valuebroker/proxy system | Loek Le Blansch | 2024-10-27 |
| | | |||
* | | WIP save manager | Loek Le Blansch | 2024-10-26 |
|/ | |||
* | rename SdlContext -> SDLContext | Loek Le Blansch | 2024-10-23 |
| | |||
* | initial nitpicking | Loek Le Blansch | 2024-10-23 |
| | |||
* | merge with niels/rendering | jaroWMR | 2024-10-23 |
|\ | |||
| * | rendering and assetmanager | heavydemon21 | 2024-10-23 |
| | | |||
| * | Merge branch 'jaro/poc-physics' into niels/rendering | heavydemon21 | 2024-10-23 |
| |\ | |||
| * \ | Merge branch 'master' into niels/rendering | heavydemon21 | 2024-10-23 |
| |\ \ | |||
* | | | | merge with niels/rendering | jaroWMR | 2024-10-23 |
|\| | | | |||
| * | | | fixed everything and can now work with new compiler, example rendering and ↵ | heavydemon21 | 2024-10-22 |
| | | | | | | | | | | | | | | | | made it work with component manager | ||
* | | | | moved transform | jaroWMR | 2024-10-23 |
| | | | | |||
* | | | | moved particleEmitter | jaroWMR | 2024-10-23 |
| | | | | |||
* | | | | merge with master | jaroWMR | 2024-10-23 |
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| | | |||
| * | | move user-facing classes to api namespace | Loek Le Blansch | 2024-10-23 |
| |/ | |||
| * | fix user script implementation | Loek Le Blansch | 2024-10-16 |
| | | |||
* | | merged Cmakelist | jaroWMR | 2024-10-23 |
| | | |||
* | | added collision system and circlecollider | jaroWMR | 2024-10-20 |
| | | |||
* | | updated components to have an ID | jaroWMR | 2024-10-20 |
| | | |||
* | | 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 |
|\| | |||
| * | WIP ScriptSystem | Loek Le Blansch | 2024-10-06 |
| | | |||
| * | move components to separate files | Loek Le Blansch | 2024-10-06 |
| | | |||
| * | copy homemade ECS to crepe + correct code style | Loek Le Blansch | 2024-10-06 |
| | | |||
* | | merge with master | jaroWMR | 2024-10-09 |
|\| | |||
| * | move Asset from crepe::api to crepe | Loek Le Blansch | 2024-10-05 |
| | | |||
| * | rename SoundSystem to SoundContext (2/2) | Loek Le Blansch | 2024-10-01 |
| | | |||
| * | 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 |
| | | |||
* | | created a particel system | jaroWMR | 2024-10-07 |
| | | |||
* | | particle direction is random | jaroWMR | 2024-10-07 |
| | | |||
* | | particle POC | jaroWMR | 2024-10-01 |
|/ | |||
* | 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>`. |