aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api
Commit message (Collapse)AuthorAge
...
| | * | | | | | | | | | pull script/event changes from `loek/collision-system`Loek Le Blansch2024-11-21
| | | | | | | | | | | |
| | * | | | | | | | | | add Script::subscribeLoek Le Blansch2024-11-20
| | | | | | | | | | | |
| | * | | | | | | | | | Merge branch 'master' into loek/scriptsLoek Le Blansch2024-11-20
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | add Log function to scriptLoek Le Blansch2024-11-20
| | | | | | | | | | | | |
| * | | | | | | | | | | | Replaced Vector2<double> by vec2 typedefmax-0012024-11-22
| | | | | | | | | | | | |
| * | | | | | | | | | | | Added <T> to argumentsmax-0012024-11-22
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix: added #pragma oncemax-0012024-11-21
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix: added #pragma oncemax-0012024-11-21
| | | | | | | | | | | | |
| * | | | | | | | | | | | Extended Vector2max-0012024-11-21
| | | | | | | | | | | | |
| * | | | | | | | | | | | Minor changes due to templating of Vector2max-0012024-11-21
| | | | | | | | | | | | |
| * | | | | | | | | | | | Made Vector2 templatedmax-0012024-11-21
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into loek/utilLoek Le Blansch2024-11-21
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Merge remote-tracking branch 'origin/master' into max/doxygenmax-0012024-11-21
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | Added constmax-0012024-11-21
| | | | | | | | | | | |
| | * | | | | | | | | | Added Doxygenmax-0012024-11-21
| | | | | | | | | | | |
| | * | | | | | | | | | Added SceneManger to LoopManagermax-0012024-11-21
| | | | | | | | | | | |
| | * | | | | | | | | | Changed commentmax-0012024-11-21
| | | | | | | | | | | |
| | * | | | | | | | | | Added TODOmax-0012024-11-21
| | | | | | | | | | | |
| | * | | | | | | | | | Replaced Scene's name variable with get_name() methodmax-0012024-11-21
| | | | | | | | | | | |
| | * | | | | | | | | | Added Doxygen comments/explanation for GameObjects and Scenesmax-0012024-11-20
| | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | merge `master` into `loek/util`Loek Le Blansch2024-11-21
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | fix doxygen comments on keycodesLoek Le Blansch2024-11-20
| | | | | | | | | | |
| | * | | | | | | | | nitpick #34Loek Le Blansch2024-11-20
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/eventsWBoerenkamps2024-11-20
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | make formatWBoerenkamps2024-11-20
| | | | | | | | | | | |
| | * | | | | | | | | | result of loeks temper tantrumWBoerenkamps2024-11-20
| | | | | | | | | | | |
| | * | | | | | | | | | git remakeWBoerenkamps2024-11-20
| | | | | | | | | | | |
| | * | | | | | | | | | dispatch fixed and priority addedWBoerenkamps2024-11-20
| | | | | | | | | | | |
| | * | | | | | | | | | save before big refactorWBoerenkamps2024-11-20
| | | | | | | | | | | |
| | * | | | | | | | | | most tests doneWBoerenkamps2024-11-20
| | | | | | | | | | | |
| | * | | | | | | | | | added operatorWBoerenkamps2024-11-19
| | | | | | | | | | | |
| * | | | | | | | | | | merge `master` into `loek/util`Loek Le Blansch2024-11-20
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Merge branch 'master' into niels/RenderingParticleheavydemon212024-11-20
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | Merge remote-tracking branch 'origin/master' into niels/RenderingParticleheavydemon212024-11-18
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | Merge branch 'master' into niels/RenderingParticleheavydemon212024-11-14
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | Merge branch 'master' into niels/RenderingParticleheavydemon212024-11-12
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | rendering particleheavydemon212024-11-11
| | | | | | | | | | | | |
| * | | | | | | | | | | | replace more vector<reference_wrapper<T>> with RefVectorLoek Le Blansch2024-11-20
| | | | | | | | | | | | |
| * | | | | | | | | | | | process feedback on #39Loek Le Blansch2024-11-20
| | | | | | | | | | | | |
| * | | | | | | | | | | | `make format`Loek Le Blansch2024-11-20
| | | | | | | | | | | | |
| * | | | | | | | | | | | merge `master` into `loek/util`Loek Le Blansch2024-11-20
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| | * | | | | | | | | | implemented feedback from @lonkaarsheavydemon212024-11-20
| | | | | | | | | | | |
| | * | | | | | | | | | implemented feedbackheavydemon212024-11-20
| | | | | | | | | | | |
| | * | | | | | | | | | unit testsheavydemon212024-11-19
| | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | add doxygen commentsLoek Le Blansch2024-11-18
| | | | | | | | | | |
| * | | | | | | | | | move utilities from loek/audioLoek Le Blansch2024-11-18
| |/ / / / / / / / /
* | | | | | | | | | input facadeWBoerenkamps2024-11-24
| | | | | | | | | |
* | | | | | | | | | button handlingWBoerenkamps2024-11-19
| | | | | | | | | |
* | | | | | | | | | added mouse and key event triggeringWBoerenkamps2024-11-18
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | added default parameters of channelWBoerenkamps2024-11-18
| | | | | | | | |