Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | save | WBoerenkamps | 8 days |
| | |||
* | Merge branch 'master' of https://github.com/lonkaars/crepe into ↵ | WBoerenkamps | 8 days |
|\ | | | | | | | wouter/text-component | ||
| * | Merge pull request #68 from lonkaars/max/AI | Max-001 | 8 days |
| |\ | | | | | | | Max/ai | ||
| | * | Implemented feedback | max-001 | 8 days |
| | | | |||
| | * | Clarified 0.75f | max-001 | 8 days |
| | | | |||
| | * | Make format | max-001 | 8 days |
| | | | |||
| | * | Corrected constexpr | max-001 | 8 days |
| | | | |||
| | * | Merge remote-tracking branch 'origin/master' into max/AI | max-001 | 8 days |
| | |\ | | |/ | |/| | |||
| * | | add SaveManager to LoopManager | Loek Le Blansch | 9 days |
| | | | |||
| * | | use opaque type instead of forward declared DB for unique_ptr in SaveManager | Loek Le Blansch | 9 days |
| | | | |||
| * | | merge master | Loek Le Blansch | 9 days |
| |\ \ | |||
| | * \ | Merge branch 'master' into loek/scripts | Loek Le Blansch | 9 days |
| | |\ \ | |||
| | * \ \ | Merge branch 'master' into loek/scripts | Loek Le Blansch | 10 days |
| | |\ \ \ | |||
| | * \ \ \ | Merge branch 'master' into loek/scripts | Loek Le Blansch | 10 days |
| | |\ \ \ \ | |||
| | * | | | | | add doxygen comments | Loek Le Blansch | 12 days |
| | | | | | | | |||
| | * | | | | | merge with master | Loek Le Blansch | 12 days |
| | |\ \ \ \ \ | |||
| | * | | | | | | `make format` | Loek Le Blansch | 12 days |
| | | | | | | | | |||
| | * | | | | | | more script utilities | Loek Le Blansch | 12 days |
| | | | | | | | | |||
| | * | | | | | | add more fetching functions to ComponentManager | Loek Le Blansch | 13 days |
| | | | | | | | | |||
| * | | | | | | | merge master | Loek Le Blansch | 9 days |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | |||
| | * | | | | | | fix AudioSystem bug + add regression test | Loek Le Blansch | 9 days |
| | | | | | | | | |||
| | * | | | | | | add ResourceManager to LoopManager | Loek Le Blansch | 9 days |
| | | | | | | | | |||
| | * | | | | | | process feedback on #60 | Loek Le Blansch | 9 days |
| | | | | | | | | |||
| | * | | | | | | Merge branch 'master' into loek/audio | Loek Le Blansch | 10 days |
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | | |||
| | * | | | | | | Merge branch 'master' into loek/audio | Loek Le Blansch | 10 days |
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | | |||
| | * | | | | | | merge master | Loek Le Blansch | 12 days |
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | | |||
| | * | | | | | | `make format` | Loek Le Blansch | 2024-12-05 |
| | | | | | | | | |||
| | * | | | | | | Merge branch 'master' into loek/audio | Loek Le Blansch | 2024-12-05 |
| | |\ \ \ \ \ \ | |||
| | * | | | | | | | add unit test | Loek Le Blansch | 2024-12-05 |
| | | | | | | | | | |||
| | * | | | | | | | remove copy/move constructor/operator from base Resource | Loek Le Blansch | 2024-12-04 |
| | | | | | | | | | |||
| | * | | | | | | | Merge branch 'master' into loek/audio | Loek Le Blansch | 2024-12-04 |
| | |\ \ \ \ \ \ \ | |||
| | * \ \ \ \ \ \ \ | Merge branch 'master' into loek/audio | Loek Le Blansch | 2024-12-04 |
| | |\ \ \ \ \ \ \ \ | |||
| * | \ \ \ \ \ \ \ \ | Merge branch 'master' into loek/savemgr | Loek Le Blansch | 10 days |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | | | |||
| * | | | | | | | | | | Merge branch 'master' into loek/savemgr | Loek Le Blansch | 10 days |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | | | |||
| * | | | | | | | | | | minor cleanup | Loek Le Blansch | 12 days |
| | | | | | | | | | | | |||
| * | | | | | | | | | | `make format` | Loek Le Blansch | 12 days |
| | | | | | | | | | | | |||
| * | | | | | | | | | | add SaveManager to Script | Loek Le Blansch | 12 days |
| | | | | | | | | | | | |||
| * | | | | | | | | | | make SaveManager no longer a singleton | Loek Le Blansch | 12 days |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||
| | | | | | | | | * | Added Doxygen | max-001 | 8 days |
| | | | | | | | | | | |||
| | | | | | | | | * | Removed magic numbers | max-001 | 8 days |
| | | | | | | | | | | |||
| | | | | | | | | * | Implemented feedback | max-001 | 9 days |
| | | | | | | | | | | |||
| | | | | | | | | * | Passing transform by reference | max-001 | 9 days |
| | | | | | | | | | | |||
| | | | | | | | | * | Replaced xor | max-001 | 9 days |
| | | | | | | | | | | |||
| | | | | | | | | * | Replaced copy by reference | max-001 | 9 days |
| | | | | | | | | | | |||
| | | | | | | | | * | Implemented feedback | max-001 | 9 days |
| | | | | | | | | | | |||
| | | | | | | | | * | Deleted header | max-001 | 10 days |
| | | | | | | | | | | |||
| | | | | | | | | * | Implemented oval path | max-001 | 10 days |
| | | | | | | | | | | |||
| | | | | | | | | * | Added comments | max-001 | 10 days |
| | | | | | | | | | | |||
| | | | | | | | | * | Fixed merge issue | max-001 | 10 days |
| | | | | | | | | | | |||
| | | | | | | | | * | Fixed merge issue | max-001 | 10 days |
| | | | | | | | | | |