Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | | | | | | | adjusted more it should now be finsished | heavydemon21 | 2024-11-28 | |
| | | | | | | | | | | ||||
| | * | | | | | | | | making test work again | heavydemon21 | 2024-11-28 | |
| | | |_|/ / / / / | | |/| | | | | | | ||||
| * | | | | | | | | add test for Script::set_next_scene | Loek Le Blansch | 2024-11-28 | |
| | | | | | | | | | ||||
| * | | | | | | | | split up script tests | Loek Le Blansch | 2024-11-28 | |
| | | | | | | | | | ||||
| * | | | | | | | | manager mediator refactor | Loek Le Blansch | 2024-11-28 | |
| |/ / / / / / / | ||||
| * | | | | | | | Merge branch 'max/ecs' of github.com:lonkaars/crepe | Loek Le Blansch | 2024-11-27 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||
| | * | | | | | | Improved test | max-001 | 2024-11-26 | |
| | | | | | | | | ||||
| | * | | | | | | Added test | max-001 | 2024-11-26 | |
| | | | | | | | | ||||
| | * | | | | | | Merge remote-tracking branch 'origin/master' into max/ecs | max-001 | 2024-11-24 | |
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | | | ||||
| | * | | | | | | Extended test | max-001 | 2024-11-22 | |
| | | | | | | | | ||||
| | * | | | | | | Implemented persistent objects | max-001 | 2024-11-22 | |
| | | |_|_|_|/ | | |/| | | | | ||||
* | | | | | | | implement resource manager | Loek Le Blansch | 2024-11-28 | |
| | | | | | | | ||||
* | | | | | | | big WIP | Loek Le Blansch | 2024-11-26 | |
| | | | | | | | ||||
* | | | | | | | merge `master` | Loek Le Blansch | 2024-11-25 | |
|\| | | | | | | ||||
| * | | | | | | Merge branch 'max/scenes' of github.com:lonkaars/crepe | Loek Le Blansch | 2024-11-24 | |
| |\ \ \ \ \ \ | ||||
| | * | | | | | | Make format | max-001 | 2024-11-24 | |
| | | | | | | | | ||||
| | * | | | | | | Merge remote-tracking branch 'origin/master' into max/scenes | max-001 | 2024-11-24 | |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | ||||
| | * | | | | | | Added perfect forwarding test | max-001 | 2024-11-22 | |
| | | | | | | | | ||||
| | * | | | | | | Replaced ComponentManager reference by OptionalRef for late binding | max-001 | 2024-11-22 | |
| | | |/ / / / | | |/| | | | | ||||
| * | | | | | | `make format` | Loek Le Blansch | 2024-11-24 | |
| | | | | | | | ||||
| * | | | | | | fix RenderSystem unit test path resolution + reset Config before each testloek/hotfix | Loek Le Blansch | 2024-11-22 | |
| | |/ / / / | |/| | | | | ||||
* | | | | | | merge with `master` | Loek Le Blansch | 2024-11-22 | |
|\| | | | | | ||||
| * | | | | | `make format` | Loek Le Blansch | 2024-11-22 | |
| | | | | | | ||||
| * | | | | | Merge remote-tracking branch 'origin/master' into max/vector2 | max-001 | 2024-11-22 | |
| |\ \ \ \ \ | ||||
| | * | | | | | `make format` | Loek Le Blansch | 2024-11-21 | |
| | | | | | | | ||||
| | * | | | | | use OptionalRef instead of pointer references | Loek Le Blansch | 2024-11-21 | |
| | | | | | | | ||||
| | * | | | | | merge `master` into `loek/scripts` | Loek Le Blansch | 2024-11-21 | |
| | |\| | | | | ||||
| | * | | | | | `make format` | Loek Le Blansch | 2024-11-21 | |
| | | | | | | | ||||
| | * | | | | | Merge branch 'master' into loek/scripts | Loek Le Blansch | 2024-11-21 | |
| | |\ \ \ \ \ | ||||
| | * | | | | | | pull script/event changes from `loek/collision-system` | Loek Le Blansch | 2024-11-21 | |
| | | | | | | | | ||||
| * | | | | | | | Replaced Vector2<double> by vec2 typedef | max-001 | 2024-11-22 | |
| | | | | | | | | ||||
| * | | | | | | | Replaced EXPECT_EQ with EXPECT_FLOAT_EQ for double and float | max-001 | 2024-11-22 | |
| | | | | | | | | ||||
| * | | | | | | | Make lint | max-001 | 2024-11-21 | |
| | | | | | | | | ||||
| * | | | | | | | Added Vector2 test | max-001 | 2024-11-21 | |
| | | | | | | | | ||||
| * | | | | | | | Minor changes due to templating of Vector2 | max-001 | 2024-11-21 | |
| | |_|/ / / / | |/| | | | | | ||||
| * | | | | | | `make format`loek/util | Loek Le Blansch | 2024-11-21 | |
| | | | | | | | ||||
| * | | | | | | Merge branch 'master' into loek/util | Loek Le Blansch | 2024-11-21 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||
| | * | | | | | Adjusted test according to changes in Scene and SceneManager | max-001 | 2024-11-21 | |
| | |/ / / / | ||||
| * | | | | | merge `master` into `loek/util` | Loek Le Blansch | 2024-11-21 | |
| |\| | | | | ||||
| | * | | | | nitpick #34 | Loek Le Blansch | 2024-11-20 | |
| | | | | | | ||||
| | * | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/events | WBoerenkamps | 2024-11-20 | |
| | |\ \ \ \ | ||||
| | * | | | | | make format | WBoerenkamps | 2024-11-20 | |
| | | | | | | | ||||
| | * | | | | | result of loeks temper tantrum | WBoerenkamps | 2024-11-20 | |
| | | | | | | | ||||
| | * | | | | | git remake | WBoerenkamps | 2024-11-20 | |
| | | | | | | | ||||
| | * | | | | | dispatch fixed and priority added | WBoerenkamps | 2024-11-20 | |
| | | | | | | | ||||
| | * | | | | | most tests done | WBoerenkamps | 2024-11-20 | |
| | | |/ / / | | |/| | | | ||||
| * | | | | | remove OptionalRef::set and OptionalRef::get | Loek Le Blansch | 2024-11-21 | |
| | | | | | | ||||
| * | | | | | merge `master` into `loek/util` | Loek Le Blansch | 2024-11-20 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||
| | * | | | | 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 | |
| | | | | | | |