Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | start of tests | WBoerenkamps | 2024-11-24 | |
* | | | | | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/gameloop | WBoerenkamps | 2024-11-24 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||
| * | | | | | | | more documentation | Loek Le Blansch | 2024-11-22 | |
| * | | | | | | | add custom tabs to doxygen | 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 | |
| |\ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ | Merge branch 'niels/rendering_transform_midpoint_bugfix' of github.com:lonkaa... | Loek Le Blansch | 2024-11-22 | |
| | |\ \ \ \ \ \ \ | ||||
| | | * | | | | | | | rendering particles in at the center point and not in the top left corner. | heavydemon21 | 2024-11-21 | |
| | | | |/ / / / / | | | |/| | | | | | ||||
| | * | | | | | | | Merge branch 'loek/scripts' | Loek Le Blansch | 2024-11-22 | |
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | ||||
| | | * | | | | | | store `game_object_id` by value instead of reference in Script | Loek Le Blansch | 2024-11-21 | |
| | | * | | | | | | `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 | |
| | | * | | | | | | | add Script::subscribe | Loek Le Blansch | 2024-11-20 | |
| | | * | | | | | | | Merge branch 'master' into loek/scripts | Loek Le Blansch | 2024-11-20 | |
| | | |\ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | add Log function to script | Loek Le Blansch | 2024-11-20 | |
| * | | | | | | | | | | 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 | |
| * | | | | | | | | | | Added <T> to arguments | max-001 | 2024-11-22 | |
| * | | | | | | | | | | Fix: added #pragma once | max-001 | 2024-11-21 | |
| * | | | | | | | | | | Fix: added #pragma once | max-001 | 2024-11-21 | |
| * | | | | | | | | | | Make lint | max-001 | 2024-11-21 | |
| * | | | | | | | | | | Added Vector2 test | max-001 | 2024-11-21 | |
| * | | | | | | | | | | Extended Vector2 | max-001 | 2024-11-21 | |
| * | | | | | | | | | | Minor changes due to templating of Vector2 | max-001 | 2024-11-21 | |
| * | | | | | | | | | | Made Vector2 templated | max-001 | 2024-11-21 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||
* | | | | | | | | | | fps counter functionality | WBoerenkamps | 2024-11-24 | |
| |_|_|_|_|_|/ / / |/| | | | | | | | | ||||
* | | | | | | | | | fixed loop fix | WBoerenkamps | 2024-11-22 | |
| |/ / / / / / / |/| | | | | | | | ||||
* | | | | | | | | revert library changes from 48fb3f48831b1db187942592343eb4a2dc6662fc | Loek Le Blansch | 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 remote-tracking branch 'origin/master' into max/doxygen | max-001 | 2024-11-21 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||
| * | | | | | | Improved example | max-001 | 2024-11-21 | |
| * | | | | | | Added const | max-001 | 2024-11-21 | |
| * | | | | | | Added Doxygen | max-001 | 2024-11-21 | |
| * | | | | | | Added SceneManger to LoopManager | max-001 | 2024-11-21 | |
| * | | | | | | Deleted comma | max-001 | 2024-11-21 | |
| * | | | | | | Changed comment | max-001 | 2024-11-21 | |
| * | | | | | | Added TODO | max-001 | 2024-11-21 | |
| * | | | | | | Replaced Scene's name variable with get_name() method | max-001 | 2024-11-21 | |
| * | | | | | | Added Doxygen comments/explanation for GameObjects and Scenes | max-001 | 2024-11-20 | |
* | | | | | | | merge `master` into `loek/util` | Loek Le Blansch | 2024-11-21 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||
| * | | | | | | fix doxygen comments on keycodes | Loek Le Blansch | 2024-11-20 | |
| * | | | | | | 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 |