aboutsummaryrefslogtreecommitdiff
path: root/src/crepe
Commit message (Expand)AuthorAge
...
| | | * | | | | | | | | | | | | | | | | | | minor cleanupLoek Le Blansch2024-12-07
| | | * | | | | | | | | | | | | | | | | | | `make format`Loek Le Blansch2024-12-07
| | | * | | | | | | | | | | | | | | | | | | add SaveManager to ScriptLoek Le Blansch2024-12-07
| | | * | | | | | | | | | | | | | | | | | | make SaveManager no longer a singletonLoek Le Blansch2024-12-07
| | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Added Doxygenmax-0012024-12-11
| | * | | | | | | | | | | | | | | | | | | Removed magic numbersmax-0012024-12-11
| | * | | | | | | | | | | | | | | | | | | Implemented feedbackmax-0012024-12-10
| | * | | | | | | | | | | | | | | | | | | Passing transform by referencemax-0012024-12-10
| | * | | | | | | | | | | | | | | | | | | Replaced xormax-0012024-12-10
| | * | | | | | | | | | | | | | | | | | | Replaced copy by referencemax-0012024-12-10
| | * | | | | | | | | | | | | | | | | | | Implemented feedbackmax-0012024-12-10
| | * | | | | | | | | | | | | | | | | | | Deleted headermax-0012024-12-09
| | * | | | | | | | | | | | | | | | | | | Implemented oval pathmax-0012024-12-09
| | * | | | | | | | | | | | | | | | | | | Added commentsmax-0012024-12-09
| | * | | | | | | | | | | | | | | | | | | Fixed merge issuemax-0012024-12-09
| | * | | | | | | | | | | | | | | | | | | Fixed merge issuemax-0012024-12-09
| | * | | | | | | | | | | | | | | | | | | Deleted headermax-0012024-12-09
| | * | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into max/AImax-0012024-12-09
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Modified path_follow a bitmax-0012024-12-09
| | * | | | | | | | | | | | | | | | | | | Improved Doxygenmax-0012024-12-09
| | * | | | | | | | | | | | | | | | | | | Added Doxygenmax-0012024-12-09
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Implemented path_followmax-0012024-12-06
| | * | | | | | | | | | | | | | | | | | Implemented flee and arrive behaviorsmax-0012024-12-06
| | * | | | | | | | | | | | | | | | | | Improved examplemax-0012024-12-06
| | * | | | | | | | | | | | | | | | | | Merge branch 'jaro/collision-system' of github.com:lonkaars/crepe into max/AImax-0012024-12-06
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | Corrected accumulate_force()max-0012024-12-06
| | * | | | | | | | | | | | | | | | | | | Using Rigidbody from now onmax-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
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | making rendering fonts and UIheavydemon212024-12-09
| | |_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | seperat ints converted to floatWBoerenkamps2024-12-12
* | | | | | | | | | | | | | | | | | | | removed enterWBoerenkamps2024-12-09
* | | | | | | | | | | | | | | | | | | | removed space coordinatesWBoerenkamps2024-12-09
* | | | | | | | | | | | | | | | | | | | make formatWBoerenkamps2024-12-09
* | | | | | | | | | | | | | | | | | | | get_keyboard_state workingWBoerenkamps2024-12-09
* | | | | | | | | | | | | | | | | | | | make formatWBoerenkamps2024-12-09
* | | | | | | | | | | | | | | | | | | | resize/move tests workingWBoerenkamps2024-12-09
* | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/inputS...WBoerenkamps2024-12-09
|\| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | hotfix draw callheavydemon212024-12-09