Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | | | | 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 | |
| * | | | | | | | implemented feedback wouter, improved animator. however if spritesheet aspect... | heavydemon21 | 12 days | |
| * | | | | | | | fixed the aspect ratio and removed the ratio from sprite and give it to textu... | heavydemon21 | 13 days | |
| * | | | | | | | made sdlcontext not a singleton anymore | heavydemon21 | 14 days | |
| * | | | | | | | removed singleton from SDLContext, problem now is cannot call functionalities... | heavydemon21 | 14 days | |
* | | | | | | | | WIP | Loek Le Blansch | 11 days | |
* | | | | | | | | Merge branch 'master' into loek/replay | Loek Le Blansch | 11 days | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||
| * | | | | | | | add SaveManager to LoopManager | Loek Le Blansch | 11 days | |
| * | | | | | | | use opaque type instead of forward declared DB for unique_ptr in SaveManager | Loek Le Blansch | 11 days | |
| * | | | | | | | merge master | Loek Le Blansch | 12 days | |
| |\ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ | merge master | Loek Le Blansch | 12 days | |
| |\ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into loek/savemgr | Loek Le Blansch | 13 days | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||
| * | | | | | | | | | Merge branch 'master' into loek/savemgr | Loek Le Blansch | 13 days | |
| |\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | minor cleanup | Loek Le Blansch | 2024-12-07 | |
| * | | | | | | | | | | `make format` | Loek Le Blansch | 2024-12-07 | |
| * | | | | | | | | | | add SaveManager to Script | Loek Le Blansch | 2024-12-07 | |
| * | | | | | | | | | | make SaveManager no longer a singleton | Loek Le Blansch | 2024-12-07 | |
* | | | | | | | | | | | big WIP | Loek Le Blansch | 12 days | |
| |_|_|_|/ / / / / / |/| | | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'master' into loek/scripts | Loek Le Blansch | 12 days | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | ||||
| * | | | | | | | | | fix AudioSystem bug + add regression test | Loek Le Blansch | 12 days | |
| * | | | | | | | | | add ResourceManager to LoopManager | Loek Le Blansch | 12 days | |
| * | | | | | | | | | process feedback on #60 | Loek Le Blansch | 12 days | |
| * | | | | | | | | | Merge branch 'master' into loek/audio | Loek Le Blansch | 13 days | |
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | ||||
| * | | | | | | | | | Merge branch 'master' into loek/audio | Loek Le Blansch | 13 days | |
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | / / / / / | | |_|_|/ / / / / | |/| | | | | | | | ||||
| * | | | | | | | | merge master | Loek Le Blansch | 2024-12-07 | |
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | ||||
| * | | | | | | | | `make format` | Loek Le Blansch | 2024-12-05 | |
| * | | | | | | | | Merge branch 'master' into loek/audio | Loek Le Blansch | 2024-12-05 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | ||||
| * | | | | | | | | add unit test | Loek Le Blansch | 2024-12-05 | |
| * | | | | | | | | remove copy/move constructor/operator from base Resource | Loek Le Blansch | 2024-12-04 | |
| * | | | | | | | | Merge branch 'master' into loek/audio | Loek Le Blansch | 2024-12-04 | |
| |\ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into loek/audio | Loek Le Blansch | 2024-12-04 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | remove `Private` | Loek Le Blansch | 2024-12-02 | |
| * | | | | | | | | | | add doxygen comments + clean up | Loek Le Blansch | 2024-11-30 | |
| * | | | | | | | | | | `make format` | Loek Le Blansch | 2024-11-30 | |
| * | | | | | | | | | | Merge branch 'master' of github.com:lonkaars/crepe into loek/audio | Loek Le Blansch | 2024-11-30 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | test and debug audio system | Loek Le Blansch | 2024-11-30 | |
| * | | | | | | | | | | | fix audio system implementation | Loek Le Blansch | 2024-11-30 | |
| * | | | | | | | | | | | audio system kinda working | Loek Le Blansch | 2024-11-29 | |
| * | | | | | | | | | | | more audio system WIP | Loek Le Blansch | 2024-11-29 | |
| * | | | | | | | | | | | more utility classes for Audio system | Loek Le Blansch | 2024-11-29 | |
| * | | | | | | | | | | | merge `loek/scripts` | Loek Le Blansch | 2024-11-29 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | remove large think | Loek Le Blansch | 2024-11-28 | |
| * | | | | | | | | | | | | implement resource manager | Loek Le Blansch | 2024-11-28 | |
| * | | | | | | | | | | | | big WIP | Loek Le Blansch | 2024-11-26 | |
| * | | | | | | | | | | | | merge `master` | Loek Le Blansch | 2024-11-25 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ |