aboutsummaryrefslogtreecommitdiff
path: root/src/crepe
Commit message (Collapse)AuthorAge
...
| | * | | | | | | | | Corrected constexprmax-00112 days
| | | | | | | | | | |
| | * | | | | | | | | Merge remote-tracking branch 'origin/master' into max/AImax-00112 days
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Added Doxygenmax-00112 days
| | | | | | | | | | | |
| | * | | | | | | | | | Removed magic numbersmax-00112 days
| | | | | | | | | | | |
| | * | | | | | | | | | Implemented feedbackmax-00113 days
| | | | | | | | | | | |
| | * | | | | | | | | | Passing transform by referencemax-00113 days
| | | | | | | | | | | |
| | * | | | | | | | | | Replaced xormax-00113 days
| | | | | | | | | | | |
| | * | | | | | | | | | Replaced copy by referencemax-00113 days
| | | | | | | | | | | |
| | * | | | | | | | | | Implemented feedbackmax-00113 days
| | | | | | | | | | | |
| | * | | | | | | | | | Deleted headermax-00114 days
| | | | | | | | | | | |
| | * | | | | | | | | | Implemented oval pathmax-00114 days
| | | | | | | | | | | |
| | * | | | | | | | | | Added commentsmax-00114 days
| | | | | | | | | | | |
| | * | | | | | | | | | Fixed merge issuemax-00114 days
| | | | | | | | | | | |
| | * | | | | | | | | | Fixed merge issuemax-00114 days
| | | | | | | | | | | |
| | * | | | | | | | | | Deleted headermax-00114 days
| | | | | | | | | | | |
| | * | | | | | | | | | Merge remote-tracking branch 'origin/master' into max/AImax-00114 days
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | Modified path_follow a bitmax-00114 days
| | | | | | | | | | | |
| | * | | | | | | | | | Improved Doxygenmax-00114 days
| | | | | | | | | | | |
| | * | | | | | | | | | Added Doxygenmax-00114 days
| | | |_|_|/ / / / / / | | |/| | | | | | | |
| | * | | | | | | | | 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
| | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| * | | | | | | | | | | | implemented feedback wouter, improved animator. however if spritesheet ↵heavydemon2113 days
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ↵heavydemon2114 days
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | texture. however the problem still lies with if animator is given the aspect ratio is then off
| * | | | | | | | | | | | made sdlcontext not a singleton anymoreheavydemon212024-12-08
| | | | | | | | | | | | |
| * | | | | | | | | | | | removed singleton from SDLContext, problem now is cannot call ↵heavydemon212024-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functionalities in the constructor sprite and animator and texture because it can only be filled at rendersystem call
* | | | | | | | | | | | | WIPLoek Le Blansch12 days
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'master' into loek/replayLoek Le Blansch12 days
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | add SaveManager to LoopManagerLoek Le Blansch12 days
| | | | | | | | | | | | |
| * | | | | | | | | | | | use opaque type instead of forward declared DB for unique_ptr in SaveManagerLoek Le Blansch12 days
| | | | | | | | | | | | |
| * | | | | | | | | | | | merge masterLoek Le Blansch12 days
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge masterLoek Le Blansch12 days
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into loek/savemgrLoek Le Blansch14 days
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | minor cleanupLoek Le Blansch2024-12-07
| | | | | | | | | | | | | | |