| Commit message (Expand) | Author | Age |
* | feedback but error after conflict | WBoerenkamps | 2024-12-11 |
|\ |
|
| * | merge master | Loek Le Blansch | 2024-12-10 |
| |\ |
|
| | * | Merge branch 'master' into loek/scripts | Loek Le Blansch | 2024-12-10 |
| | |\ |
|
| | * \ | merge with master | Loek Le Blansch | 2024-12-07 |
| | |\ \ |
|
| | * | | | more script utilities | Loek Le Blansch | 2024-12-07 |
| * | | | | merge master | Loek Le Blansch | 2024-12-10 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | merge master | Loek Le Blansch | 2024-12-07 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | * | | | Merge branch 'master' into loek/audio | Loek Le Blansch | 2024-12-05 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | * | | | remove `Private` | Loek Le Blansch | 2024-12-02 |
| | * | | | more utility classes for Audio system | Loek Le Blansch | 2024-11-29 |
| | * | | | merge `loek/scripts` | Loek Le Blansch | 2024-11-29 |
| | |\ \ \ |
|
| | * \ \ \ | merge with `master` | Loek Le Blansch | 2024-11-22 |
| | |\ \ \ \ |
|
| | * | | | | | more WIP audio system + utilities | Loek Le Blansch | 2024-11-14 |
| | * | | | | | implement asset + more WIP audio system | Loek Le Blansch | 2024-11-14 |
| | * | | | | | merge `loek/cleanup` into `loek/audio` | Loek Le Blansch | 2024-11-14 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | merge `master` into `loek/audio` | Loek Le Blansch | 2024-11-14 |
| | |\ \ \ \ \ \ |
|
| * | | | | | | | | add SaveManager to Script | Loek Le Blansch | 2024-12-07 |
| * | | | | | | | | make SaveManager no longer a singleton | Loek Le Blansch | 2024-12-07 |
| | |_|_|_|_|_|/
| |/| | | | | | |
|
* | | | | | | | | checked for 0 division | WBoerenkamps | 2024-12-09 |
* | | | | | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/gameloop | WBoerenkamps | 2024-12-07 |
|\| | | | | | | |
|
| * | | | | | | | merge #53 | Loek Le Blansch | 2024-12-06 |
| * | | | | | | | enabled all test expect profiling | JAROWMR | 2024-12-06 |
| * | | | | | | | merge with master and keypressed added to game | JAROWMR | 2024-12-05 |
| |\ \ \ \ \ \ \
| | | |_|_|_|_|/
| | |/| | | | | |
|
| | * | | | | | | merge master | WBoerenkamps | 2024-12-04 |
| | |\ \ \ \ \ \
| | | | |_|_|_|/
| | | |/| | | | |
|
| | * | | | | | | test file rename | WBoerenkamps | 2024-11-27 |
| | * | | | | | | most test working | WBoerenkamps | 2024-11-25 |
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | moved active check to update and changed gather of components | JAROWMR | 2024-12-03 |
| * | | | | | | merge fix and review fix | JAROWMR | 2024-12-02 |
| * | | | | | | changed some values because of feedback and merged from master | JAROWMR | 2024-12-02 |
| * | | | | | | removed struct and renamed structs | JAROWMR | 2024-12-01 |
| * | | | | | | added profiling test | JAROWMR | 2024-11-23 |
| * | | | | | | merge with master | JAROWMR | 2024-11-22 |
| |\| | | | | |
|
| * | | | | | | merge with master | JAROWMR | 2024-11-21 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | merge `master` into `loek/collision-system` | Loek Le Blansch | 2024-11-20 |
| * | | | | | | | merge with maser | JAROWMR | 2024-11-20 |
| * | | | | | | | merge with master | JAROWMR | 2024-11-19 |
| |\ \ \ \ \ \ \
| | | |_|_|_|_|/
| | |/| | | | | |
|
| * | | | | | | | merge with wouter/events | JAROWMR | 2024-11-15 |
| |\ \ \ \ \ \ \
| | | |_|_|_|_|/
| | |/| | | | | |
|
| * | | | | | | | merge with master | JAROWMR | 2024-11-15 |
| |\| | | | | | |
|
| * | | | | | | | updated test | JAROWMR | 2024-11-14 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | added loopTimer to mediator and fixed update loop | WBoerenkamps | 2024-12-05 |
|\ \ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | add test for Script::set_next_scene | Loek Le Blansch | 2024-11-28 |
| * | | | | | | split up script tests | Loek Le Blansch | 2024-11-28 |
| | |_|_|_|/
| |/| | | | |
|
* / | | | | | tests | WBoerenkamps | 2024-12-04 |
|/ / / / / |
|
* | | | / | Added Vector2 test | max-001 | 2024-11-21 |
| |_|_|/
|/| | | |
|
* | | | | merge `master` into `loek/util` | Loek Le Blansch | 2024-11-21 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/events | WBoerenkamps | 2024-11-20 |
| |\ \ \ \ |
|
| * | | | | | most tests done | WBoerenkamps | 2024-11-20 |
| | |_|_|/
| |/| | | |
|
* | | | | | merge `master` into `loek/util` | 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 |