Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | make format | WBoerenkamps | 13 days | |
| * | | | | | | | | | if button outside viewport fix | WBoerenkamps | 13 days | |
| * | | | | | | | | | button example | WBoerenkamps | 2024-12-03 | |
| * | | | | | | | | | Merge branch 'jaro/collision-system' into wouter/exampleGame | WBoerenkamps | 2024-12-03 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||
| * | | | | | | | | | removed gameLoop example | WBoerenkamps | 2024-11-25 | |
| * | | | | | | | | | make format | WBoerenkamps | 2024-11-25 | |
| * | | | | | | | | | merge | WBoerenkamps | 2024-11-24 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | | | ||||
| * | | | | | | | | | added mouse and key event triggering | 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 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | | ||||
| * | | | | | | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/events | WBoerenkamps | 2024-11-16 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | added eventManager reference to interfaces | WBoerenkamps | 2024-11-16 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||
| * | | | | | | | | | events example working | WBoerenkamps | 2024-11-15 | |
| * | | | | | | | | | feedback | WBoerenkamps | 2024-11-15 | |
| * | | | | | | | | | merge | WBoerenkamps | 2024-11-14 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | | ||||
| * | | | | | | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/events | WBoerenkamps | 2024-11-13 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | make format | WBoerenkamps | 2024-11-13 | |
| * | | | | | | | | | | added keycodes | WBoerenkamps | 2024-11-13 | |
| * | | | | | | | | | | moved get_instance | WBoerenkamps | 2024-11-13 | |
| * | | | | | | | | | | tested channel and deactivating in function | WBoerenkamps | 2024-11-13 | |
| * | | | | | | | | | | added some extra comments | WBoerenkamps | 2024-11-13 | |
| * | | | | | | | | | | added activate/deactive to listeners and doxygen comments | WBoerenkamps | 2024-11-13 | |
| * | | | | | | | | | | dispatch and queue working | WBoerenkamps | 2024-11-12 | |
| * | | | | | | | | | | interfaces working but unsubscribe broken | WBoerenkamps | 2024-11-11 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||
* | | | | | | | | | | Implemeted seek behavior | max-001 | 13 days | |
* | | | | | | | | | | Added AI component | max-001 | 13 days | |
* | | | | | | | | | | Modified test and setup of AISystem | max-001 | 13 days | |
* | | | | | | | | | | Setup test for AI | max-001 | 13 days | |
| |_|_|_|_|_|/ / / |/| | | | | | | | | ||||
* | | | | | | | | | rendering color working | heavydemon21 | 2024-12-02 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||
* | | | | | | | | implemented loek feedback | heavydemon21 | 2024-11-28 | |
* | | | | | | | | make format | heavydemon21 | 2024-11-28 | |
* | | | | | | | | adjusted more it should now be finsished | 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 | |
* | | | | | | | | removed shared_ptr from sprite | heavydemon21 | 2024-11-27 | |
* | | | | | | | | implemented feedback, removed width so that user only can set height. | 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 | |
* | | | | | | | | make format | heavydemon21 | 2024-11-26 | |
* | | | | | | | | added window default config settings | 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 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||
| * | | | | | | | Merge remote-tracking branch 'origin/master' into max/vector2 | max-001 | 2024-11-22 | |
| |\ \ \ \ \ \ \ | ||||
| | * | | | | | | | rendering particles in at the center point and not in the top left corner. | heavydemon21 | 2024-11-21 | |
| | | |_|_|_|_|/ | | |/| | | | | | ||||
| * | | | | | | | Replaced Vector2<double> by vec2 typedef | max-001 | 2024-11-22 | |
| * | | | | | | | Minor changes due to templating of Vector2 | max-001 | 2024-11-21 | |
| |/ / / / / / | ||||
* | | | | | | | fixed a rezing and camera origin is now middlepoint | heavydemon21 | 2024-11-25 | |
* | | | | | | | 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 |