aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | Using Rigidbody from now onmax-0012024-12-06
| * | | | | | | | | | | | | | | | | Added script to shutdown game (by throwing an exception and not catching it)max-0012024-12-06
| * | | | | | | | | | | | | | | | | Make formatmax-0012024-12-06
| * | | | | | | | | | | | | | | | | Modified game loopmax-0012024-12-06
| * | | | | | | | | | | | | | | | | Merge branch 'jaro/collision-system' of github.com:lonkaars/crepe into max/AImax-0012024-12-06
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Added some explanation to Vector2max-0012024-12-06
| * | | | | | | | | | | | | | | | | | Make formatmax-0012024-12-05
| * | | | | | | | | | | | | | | | | | Used Mediatormax-0012024-12-05
| * | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into max/AImax-0012024-12-05
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Implemeted seek behaviormax-0012024-12-04
| * | | | | | | | | | | | | | | | | | Increased gameloop timemax-0012024-12-04
| * | | | | | | | | | | | | | | | | | Extended Vector2max-0012024-12-04
| * | | | | | | | | | | | | | | | | | Setup some behaviorsmax-0012024-12-04
| * | | | | | | | | | | | | | | | | | Added AI componentmax-0012024-12-04
| * | | | | | | | | | | | | | | | | | Modified test and setup of AISystemmax-0012024-12-04
| * | | | | | | | | | | | | | | | | | Setup test for AImax-0012024-12-04
* | | | | | | | | | | | | | | | | | | feedbackWBoerenkamps12 days
* | | | | | | | | | | | | | | | | | | changed function name and removed autoWBoerenkamps13 days
* | | | | | | | | | | | | | | | | | | make formatWBoerenkamps13 days
* | | | | | | | | | | | | | | | | | | feedback changesWBoerenkamps13 days
* | | | | | | | | | | | | | | | | | | clarified doxygen and changed function nameWBoerenkamps13 days
* | | | | | | | | | | | | | | | | | | changed infinity to 0WBoerenkamps13 days
* | | | | | | | | | | | | | | | | | | fixed 0 division and duplicate startWBoerenkamps13 days
* | | | | | | | | | | | | | | | | | | removed autoWBoerenkamps2024-12-09
* | | | | | | | | | | | | | | | | | | checked for 0 divisionWBoerenkamps2024-12-09
* | | | | | | | | | | | | | | | | | | removed unused functions and friend relationssWBoerenkamps2024-12-09
* | | | | | | | | | | | | | | | | | | switched doxygenWBoerenkamps2024-12-09
* | | | | | | | | | | | | | | | | | | added doxygensWBoerenkamps2024-12-09
* | | | | | | | | | | | | | | | | | | fixed a small mistake in sceneManager and added the load_next_scene to the loopWBoerenkamps2024-12-09
* | | | | | | | | | | | | | | | | | | removed white line and standard target fps = 60WBoerenkamps2024-12-09
* | | | | | | | | | | | | | | | | | | merge masterWBoerenkamps2024-12-09
* | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/gameloopWBoerenkamps2024-12-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | hotfix draw callheavydemon212024-12-09
| | |_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/gameloopWBoerenkamps2024-12-09
|\| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | revert #66 except for `src/test/InputTest.cpp`Loek Le Blansch2024-12-09
| * | | | | | | | | | | | | | | | | fixed inputtest test because of adjusting inputtest values. however inputtest...heavydemon212024-12-08
| | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | changed some function namesWBoerenkamps2024-12-09
* | | | | | | | | | | | | | | | | make formatWBoerenkamps2024-12-08
* | | | | | | | | | | | | | | | | added scaled fixed delta timeWBoerenkamps2024-12-08
* | | | | | | | | | | | | | | | | removed commentsWBoerenkamps2024-12-07
* | | | | | | | | | | | | | | | | added line breakWBoerenkamps2024-12-07
* | | | | | | | | | | | | | | | | removed duplicate dispatchWBoerenkamps2024-12-07
* | | | | | | | | | | | | | | | | make formatWBoerenkamps2024-12-07
* | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/gameloopWBoerenkamps2024-12-07
|\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | nitpick #59Loek Le Blansch2024-12-06
| * | | | | | | | | | | | | | | | Merge branch 'niels/decoupling_pixel_and_pos' of github.com:lonkaars/crepeLoek Le Blansch2024-12-06
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | fixed testsheavydemon212024-12-06
| * | | | | | | | | | | | | | | | | Merge branch 'niels/decoupling_pixel_and_pos' of github.com:lonkaars/crepeLoek Le Blansch2024-12-06
| |\| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | make formatheavydemon212024-12-06
| | * | | | | | | | | | | | | | | | implemented feedbackheavydemon212024-12-06