Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pull src/makefile from loek/cleanup | Loek Le Blansch | 10 days |
| | |||
* | changed doxygen comment of friend class | WBoerenkamps | 10 days |
| | |||
* | ran make format | WBoerenkamps | 11 days |
| | |||
* | cleanup code | WBoerenkamps | 13 days |
| | |||
* | changed variables | WBoerenkamps | 13 days |
| | |||
* | update makefile | jaroWMR | 2024-11-07 |
| | |||
* | added physics system | jaroWMR | 2024-11-07 |
| | |||
* | Moved Matadata to api folder (because it may be used by the game programmer) | max-001 | 2024-11-06 |
| | |||
* | Big cleanup setup | max-001 | 2024-11-06 |
| | |||
* | start cleanup | Loek Le Blansch | 2024-11-05 |
| | |||
* | `make format` | Loek Le Blansch | 2024-10-24 |
| | |||
* | `make format` + clang-tidy | Loek Le Blansch | 2024-10-05 |
| | |||
* | remove lazy.mk and update readme | Loek Le Blansch | 2024-09-21 |
| | |||
* | 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>`. |