| Commit message (Expand) | Author | Age |
... | |
| * | | | | | | | bounce | JAROWMR | 2024-11-17 |
| * | | | | | | | moved object after static collision | JAROWMR | 2024-11-17 |
| * | | | | | | | added functionality to example and added pictures | JAROWMR | 2024-11-17 |
| * | | | | | | | collision handeling example | JAROWMR | 2024-11-15 |
| * | | | | | | | added data struct for event | JAROWMR | 2024-11-15 |
| * | | | | | | | merge with master | JAROWMR | 2024-11-15 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | added function to call collision handlers | JAROWMR | 2024-11-14 |
| * | | | | | | | | saved reference in storage struct to send to handeler | JAROWMR | 2024-11-14 |
| * | | | | | | | | improving how to save collisions | JAROWMR | 2024-11-14 |
| * | | | | | | | | fixed bugs in collision system | JAROWMR | 2024-11-14 |
| * | | | | | | | | updated test | JAROWMR | 2024-11-14 |
| * | | | | | | | | added comments to system | JAROWMR | 2024-11-12 |
| * | | | | | | | | added collision methodes | JAROWMR | 2024-11-12 |
| * | | | | | | | | box-box collision | JAROWMR | 2024-11-10 |
* | | | | | | | | | save | WBoerenkamps | 2024-12-05 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | process PR feedback | Loek Le Blansch | 2024-12-04 |
* | | | | | | | | Merge branch 'master' into loek/scripts | Loek Le Blansch | 2024-12-04 |
|\ \ \ \ \ \ \ \
| | |_|_|_|_|_|/
| |/| | | | | | |
|
| * | | | | | | | implemented feedback removed get_width and height --> get_size for both textu... | heavydemon21 | 2024-12-03 |
| * | | | | | | | Merge branch 'master' into niels/rendering_color | heavydemon21 | 2024-12-02 |
| |\ \ \ \ \ \ \
| | | |_|_|_|_|/
| | |/| | | | | |
|
| * | | | | | | | implemented PR#35 feedback | heavydemon21 | 2024-11-18 |
| * | | | | | | | merged master | heavydemon21 | 2024-11-18 |
| * | | | | | | | Merge remote-tracking branch 'origin/master' into niels/rendering_color | heavydemon21 | 2024-11-18 |
| |\ \ \ \ \ \ \
| | | |_|_|/ / /
| | |/| | | | | |
|
| * | | | | | | | Working color, fucked up git merge | heavydemon21 | 2024-11-14 |
| * | | | | | | | color paremeter in sprite works | heavydemon21 | 2024-11-14 |
* | | | | | | | | `make format` | Loek Le Blansch | 2024-11-30 |
* | | | | | | | | add more documentation to Mediator + fix system mediator use | Loek Le Blansch | 2024-11-28 |
* | | | | | | | | merge `master` | Loek Le Blansch | 2024-11-28 |
|\ \ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | | |
|
| * | | | | | | | implemented loek feedback | heavydemon21 | 2024-11-28 |
| * | | | | | | | make format | heavydemon21 | 2024-11-28 |
| * | | | | | | | adjusted more it should now be finsished | heavydemon21 | 2024-11-28 |
| * | | | | | | | removed animator rectangle | heavydemon21 | 2024-11-28 |
| * | | | | | | | implemented feedback to have draw struct | heavydemon21 | 2024-11-28 |
| * | | | | | | | make format | heavydemon21 | 2024-11-28 |
| * | | | | | | | implemented feedback. biggest changes are teh camera_ref removed | heavydemon21 | 2024-11-27 |
| * | | | | | | | make format and offset for the cameara relative from the transform gameobject | heavydemon21 | 2024-11-27 |
| * | | | | | | | implemented feedback on PR40 and made camera sizes ivec2 | heavydemon21 | 2024-11-27 |
| * | | | | | | | implemented all the feedback | heavydemon21 | 2024-11-26 |
| * | | | | | | | adjusted vector2 to vec2 | heavydemon21 | 2024-11-26 |
| * | | | | | | | Merge branch 'master' into niels/decoupling_pixel_and_pos | heavydemon21 | 2024-11-26 |
| |\ \ \ \ \ \ \
| | | |_|_|_|_|/
| | |/| | | | | |
|
| * | | | | | | | make format | heavydemon21 | 2024-11-22 |
| * | | | | | | | working moving camera, flip animations, resizing with animations, and black bars | heavydemon21 | 2024-11-22 |
| * | | | | | | | working scaling image with scaling world to screen | heavydemon21 | 2024-11-22 |
| * | | | | | | | Merge branch 'master' into niels/decoupling_pixel_and_pos | heavydemon21 | 2024-11-21 |
| |\ \ \ \ \ \ \
| | | |_|_|_|_|/
| | |/| | | | | |
|
| * | | | | | | | adjusted branch based on feedback | heavydemon21 | 2024-11-20 |
| * | | | | | | | rendering based on world unites instead of pixels | heavydemon21 | 2024-11-18 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | manager mediator refactor | Loek Le Blansch | 2024-11-28 |
| |_|/ / / /
|/| | | | | |
|
* | | | | | | 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 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Replaced Vector2<double> by vec2 typedef | max-001 | 2024-11-22 |