Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | | | | | | | | | | | | changed spawnrate of particles (bound to delta time) | JAROWMR | 12 days | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jaro/physics-system-improvement' into jaro/particle-system-impr... | JAROWMR | 12 days | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | use fixed delta time | JAROWMR | 12 days | |
| * | | | | | | | | | | | | | | | | | | | fixed transform | JAROWMR | 12 days | |
* | | | | | | | | | | | | | | | | | | | | changed double to float | JAROWMR | 12 days | |
* | | | | | | | | | | | | | | | | | | | | merge ai | JAROWMR | 12 days | |
|\| | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | restored file | JAROWMR | 12 days | |
| * | | | | | | | | | | | | | | | | | | | restore file | JAROWMR | 12 days | |
| * | | | | | | | | | | | | | | | | | | | improved physics for AI | JAROWMR | 12 days | |
| * | | | | | | | | | | | | | | | | | | | pulled AI | JAROWMR | 12 days | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / | |/| / / / / / / / / / / / / / / / / / | | |/ / / / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | | | | | merge AI | JAROWMR | 12 days | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| / / / / / / / / / / / / / / / / / | |/ / / / / / / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | | | | | | Implemented path_follow | max-001 | 13 days | |
| * | | | | | | | | | | | | | | | | | Implemented flee and arrive behaviors | max-001 | 13 days | |
| * | | | | | | | | | | | | | | | | | Improved example | max-001 | 13 days | |
| * | | | | | | | | | | | | | | | | | Merge branch 'jaro/collision-system' of github.com:lonkaars/crepe into max/AI | max-001 | 14 days | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | Corrected accumulate_force() | max-001 | 14 days | |
| * | | | | | | | | | | | | | | | | | | Using Rigidbody from now on | max-001 | 14 days | |
| * | | | | | | | | | | | | | | | | | | Added script to shutdown game (by throwing an exception and not catching it) | max-001 | 14 days | |
| * | | | | | | | | | | | | | | | | | | Make format | max-001 | 14 days | |
| * | | | | | | | | | | | | | | | | | | Modified game loop | max-001 | 14 days | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'jaro/collision-system' of github.com:lonkaars/crepe into max/AI | max-001 | 14 days | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | Added some explanation to Vector2 | max-001 | 14 days | |
| * | | | | | | | | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | | | | | | | Setup test for AI | max-001 | 2024-12-04 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | nitpick #59 | Loek Le Blansch | 13 days | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'niels/decoupling_pixel_and_pos' of github.com:lonkaars/crepe | Loek Le Blansch | 13 days | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | fixed tests | heavydemon21 | 13 days | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'niels/decoupling_pixel_and_pos' of github.com:lonkaars/crepe | Loek Le Blansch | 13 days | |
|\| | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | make format | heavydemon21 | 13 days | |
| * | | | | | | | | | | | | | | | | | | | implemented feedback | heavydemon21 | 13 days | |
| * | | | | | | | | | | | | | | | | | | | make format | heavydemon21 | 13 days | |
| * | | | | | | | | | | | | | | | | | | | implemented final max feedback | heavydemon21 | 13 days | |
| * | | | | | | | | | | | | | | | | | | | added animatorsystem update | heavydemon21 | 14 days | |
| * | | | | | | | | | | | | | | | | | | | make format | heavydemon21 | 14 days | |
| * | | | | | | | | | | | | | | | | | | | merged master | heavydemon21 | 14 days | |
| * | | | | | | | | | | | | | | | | | | | Merge branch 'master' into decoupling | heavydemon21 | 14 days | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | make format | heavydemon21 | 2024-12-04 | |
| * | | | | | | | | | | | | | | | | | | | implemented feedback, cameraValues need better name? | heavydemon21 | 2024-12-04 | |
| * | | | | | | | | | | | | | | | | | | | fixed the one cycle aimatorsystem where it did not do the last frame_for the ... | heavydemon21 | 2024-12-03 | |
| * | | | | | | | | | | | | | | | | | | | made the test work with the adjustments | heavydemon21 | 2024-12-02 | |
| * | | | | | | | | | | | | | | | | | | | make format | heavydemon21 | 2024-12-02 | |
| * | | | | | | | | | | | | | | | | | | | added all the contructor strutcts for animator,sprite and camera | heavydemon21 | 2024-12-02 |