| Commit message (Expand) | Author | Age |
... | |
| | * | | | | | | | | | | | | Merge branch 'loek/unit-test' of github.com:lonkaars/crepe | Loek Le Blansch | 2024-11-20 |
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|/ / /
| | |/| | | | | | | | | | | |
|
| | | * | | | | | | | | | | | convert more examples to unit tests | Loek Le Blansch | 2024-11-20 |
| | | * | | | | | | | | | | | turn examples into unit tests | Loek Le Blansch | 2024-11-20 |
| | | | |_|_|_|_|_|_|/ / /
| | | |/| | | | | | | | | |
|
| | * / | | | | | | | | | | remove copy/move constructors/operators on all components | Loek Le Blansch | 2024-11-20 |
| | |/ / / / / / / / / / |
|
| * | | | | | | | | | | | replace more vector<reference_wrapper<T>> with RefVector | Loek Le Blansch | 2024-11-20 |
| * | | | | | | | | | | | merge `master` into `loek/util` | Loek Le Blansch | 2024-11-20 |
| |\| | | | | | | | | | |
|
| | * | | | | | | | | | | `make format` | Loek Le Blansch | 2024-11-20 |
| | * | | | | | | | | | | merge `master` into `max/unit-tests` | Loek Le Blansch | 2024-11-20 |
| | |\ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|/ / /
| | | |/| | | | | | | | |
|
| | * | | | | | | | | | | Added SceneManager tests | max-001 | 2024-11-20 |
| | * | | | | | | | | | | Added ECS tests | max-001 | 2024-11-20 |
| | | |_|_|_|_|_|_|_|/
| | |/| | | | | | | | |
|
| * | | | | | | | | | | process feedback on #39 | Loek Le Blansch | 2024-11-20 |
| * | | | | | | | | | | `make format` | Loek Le Blansch | 2024-11-20 |
| * | | | | | | | | | | merge `master` into `loek/util` | Loek Le Blansch | 2024-11-20 |
| |\ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / /
| | |/| | | | | | | | |
|
| | * | | | | | | | | | Merge branch 'master' into niels/sorting_rendering | Loek Le Blansch | 2024-11-20 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | update contributing.md | Loek Le Blansch | 2024-11-20 |
| | | | |_|_|_|_|_|/ /
| | | |/| | | | | | | |
|
| | * | | | | | | | | | `make format` | Loek Le Blansch | 2024-11-20 |
| | * | | | | | | | | | show private members in doxygen | Loek Le Blansch | 2024-11-20 |
| | * | | | | | | | | | implemented feedback from @lonkaars | heavydemon21 | 2024-11-20 |
| | * | | | | | | | | | Merge remote-tracking branch 'origin/master' into niels/sorting_rendering | heavydemon21 | 2024-11-20 |
| | |\| | | | | | | | |
|
| | | * | | | | | | | | split format/lint | Loek Le Blansch | 2024-11-20 |
| | | |/ / / / / / / |
|
| | | * | | | | / / | add some more doxygen | Loek Le Blansch | 2024-11-19 |
| | | | |_|_|_|/ /
| | | |/| | | | | |
|
| | * | | | | | | | implemented feedback | heavydemon21 | 2024-11-20 |
| | * | | | | | | | unit tests | heavydemon21 | 2024-11-19 |
| | * | | | | | | | feedback from PR#38 implemented | heavydemon21 | 2024-11-18 |
| | * | | | | | | | removed iostream & printing | heavydemon21 | 2024-11-18 |
| | * | | | | | | | working sorting | heavydemon21 | 2024-11-18 |
| | * | | | | | | | Merge remote-tracking branch 'origin/master' into niels/sorting_rendering | heavydemon21 | 2024-11-18 |
| | |\| | | | | | |
|
| | * | | | | | | | first part sorted still needing testing | heavydemon21 | 2024-11-14 |
| | | |_|_|_|/ /
| | |/| | | | | |
|
| * | | | | | | | add RefVector | Loek Le Blansch | 2024-11-19 |
| * | | | | | | | update contributing.md | Loek Le Blansch | 2024-11-18 |
| * | | | | | | | add doxygen comments | Loek Le Blansch | 2024-11-18 |
| * | | | | | | | move utilities from loek/audio | Loek Le Blansch | 2024-11-18 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | input facade | WBoerenkamps | 2024-11-24 |
* | | | | | | | button handling | WBoerenkamps | 2024-11-19 |
* | | | | | | | sdl changes | WBoerenkamps | 2024-11-18 |
* | | | | | | | added mouse and key event triggering | WBoerenkamps | 2024-11-18 |
* | | | | | | | Merge branch 'wouter/events' into wouter/inputSystem | WBoerenkamps | 2024-11-18 |
|\ \ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | added default parameters of channel | WBoerenkamps | 2024-11-18 |
* | | | | | | | added keycode conversion | WBoerenkamps | 2024-11-18 |
|/ / / / / / |
|
* | | | | | | remove event.h change | WBoerenkamps | 2024-11-18 |
* | | | | | | make format | WBoerenkamps | 2024-11-18 |
* | | | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/events | WBoerenkamps | 2024-11-18 |
|\| | | | | |
|
| * | | | | | `make format` | Loek Le Blansch | 2024-11-16 |
| * | | | | | add TODO comment | Loek Le Blansch | 2024-11-16 |
| * | | | | | final touchups 2 for #26 | Loek Le Blansch | 2024-11-16 |
| * | | | | | final touchups for #26 | Loek Le Blansch | 2024-11-16 |
| * | | | | | `make format` | Loek Le Blansch | 2024-11-15 |
| * | | | | | merge `master` into `loek/cleanup` | Loek Le Blansch | 2024-11-15 |
| |\ \ \ \ \ |
|
| * | | | | | | process feedback on #26 | Loek Le Blansch | 2024-11-15 |
| * | | | | | | merge `master` into `loek/cleanup` | Loek Le Blansch | 2024-11-13 |
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|