Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | make format | heavydemon21 | 2024-12-11 | |
| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | adjusted aspect ratio | heavydemon21 | 2024-12-11 | |
| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | Merge branch 'master' into niels/remove_singleton | heavydemon21 | 2024-12-11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | | ||||
| | * | | | | | | | | | | | Implemented feedback | max-001 | 2024-12-11 | |
| | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | Clarified 0.75f | max-001 | 2024-12-11 | |
| | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | Make format | max-001 | 2024-12-11 | |
| | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | Corrected constexpr | max-001 | 2024-12-11 | |
| | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into max/AI | max-001 | 2024-12-11 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | Added Doxygen | max-001 | 2024-12-11 | |
| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Removed magic numbers | max-001 | 2024-12-11 | |
| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Implemented feedback | max-001 | 2024-12-10 | |
| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Passing transform by reference | max-001 | 2024-12-10 | |
| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Replaced xor | max-001 | 2024-12-10 | |
| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Replaced copy by reference | max-001 | 2024-12-10 | |
| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Implemented feedback | max-001 | 2024-12-10 | |
| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Deleted header | max-001 | 2024-12-09 | |
| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Implemented oval path | max-001 | 2024-12-09 | |
| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Added comments | max-001 | 2024-12-09 | |
| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Fixed merge issue | max-001 | 2024-12-09 | |
| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Fixed merge issue | max-001 | 2024-12-09 | |
| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Deleted header | max-001 | 2024-12-09 | |
| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into max/AI | max-001 | 2024-12-09 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / / | | | |/| | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Modified path_follow a bit | max-001 | 2024-12-09 | |
| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Improved Doxygen | max-001 | 2024-12-09 | |
| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Added Doxygen | max-001 | 2024-12-09 | |
| | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | | ||||
| | * | | | | | | | | | | | Implemented path_follow | max-001 | 2024-12-06 | |
| | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | Implemented flee and arrive behaviors | max-001 | 2024-12-06 | |
| | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | Improved example | max-001 | 2024-12-06 | |
| | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | Merge branch 'jaro/collision-system' of github.com:lonkaars/crepe into max/AI | max-001 | 2024-12-06 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | Corrected accumulate_force() | max-001 | 2024-12-06 | |
| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Using Rigidbody from now on | max-001 | 2024-12-06 | |
| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Make format | max-001 | 2024-12-06 | |
| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Modified game loop | max-001 | 2024-12-06 | |
| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Merge branch 'jaro/collision-system' of github.com:lonkaars/crepe into max/AI | max-001 | 2024-12-06 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | Added some explanation to Vector2 | max-001 | 2024-12-06 | |
| | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | Make format | max-001 | 2024-12-05 | |
| | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | Used Mediator | max-001 | 2024-12-05 | |
| | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into max/AI | max-001 | 2024-12-05 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | Implemeted seek behavior | max-001 | 2024-12-04 | |
| | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | Increased gameloop time | max-001 | 2024-12-04 | |
| | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | Extended Vector2 | max-001 | 2024-12-04 | |
| | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | Setup some behaviors | max-001 | 2024-12-04 | |
| | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | Added AI component | max-001 | 2024-12-04 | |
| | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | Modified test and setup of AISystem | max-001 | 2024-12-04 | |
| | | |_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | implemented feedback wouter, improved animator. however if spritesheet ↵ | heavydemon21 | 2024-12-10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aspect_ratio is not the same as the single frame then the scaling is wrong | |||
| * | | | | | | | | | | | | | | fixed the aspect ratio and removed the ratio from sprite and give it to ↵ | heavydemon21 | 2024-12-09 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | texture. however the problem still lies with if animator is given the aspect ratio is then off | |||
| * | | | | | | | | | | | | | | made sdlcontext not a singleton anymore | heavydemon21 | 2024-12-08 | |
| | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | removed singleton from SDLContext, problem now is cannot call ↵ | heavydemon21 | 2024-12-08 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functionalities in the constructor sprite and animator and texture because it can only be filled at rendersystem call | |||
* | | | | | | | | | | | | | | | WIP | Loek Le Blansch | 2024-12-11 | |
| | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | Merge branch 'master' into loek/replay | Loek Le Blansch | 2024-12-11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | |