aboutsummaryrefslogtreecommitdiff
path: root/src/crepe
Commit message (Collapse)AuthorAge
...
| * | | | | | feedbackWBoerenkamps9 days
| | | | | | |
| * | | | | | changed function name and removed autoWBoerenkamps10 days
| | | | | | |
| * | | | | | make formatWBoerenkamps10 days
| | | | | | |
| * | | | | | feedback changesWBoerenkamps10 days
| | | | | | |
| * | | | | | clarified doxygen and changed function nameWBoerenkamps10 days
| | | | | | |
| * | | | | | changed infinity to 0WBoerenkamps10 days
| | | | | | |
| * | | | | | fixed 0 division and duplicate startWBoerenkamps10 days
| | | | | | |
| * | | | | | removed autoWBoerenkamps11 days
| | | | | | |
| * | | | | | checked for 0 divisionWBoerenkamps11 days
| | | | | | |
| * | | | | | removed unused functions and friend relationssWBoerenkamps11 days
| | | | | | |
| * | | | | | switched doxygenWBoerenkamps11 days
| | | | | | |
| * | | | | | added doxygensWBoerenkamps11 days
| | | | | | |
| * | | | | | fixed a small mistake in sceneManager and added the load_next_scene to the loopWBoerenkamps11 days
| | | | | | |
| * | | | | | removed white line and standard target fps = 60WBoerenkamps11 days
| | | | | | |
| * | | | | | merge masterWBoerenkamps11 days
| | | | | | |
| * | | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/gameloopWBoerenkamps11 days
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | changed some function namesWBoerenkamps11 days
| | | | | | |
| * | | | | | make formatWBoerenkamps12 days
| | | | | | |
| * | | | | | added scaled fixed delta timeWBoerenkamps12 days
| | | | | | |
| * | | | | | removed commentsWBoerenkamps13 days
| | | | | | |
| * | | | | | added line breakWBoerenkamps13 days
| | | | | | |
| * | | | | | removed duplicate dispatchWBoerenkamps13 days
| | | | | | |
| * | | | | | make formatWBoerenkamps13 days
| | | | | | |
| * | | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/gameloopWBoerenkamps13 days
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | more doxygen changesWBoerenkamps13 days
| | | | | | |
| * | | | | | changed looptimerManager doxygenWBoerenkamps13 days
| | | | | | |
| * | | | | | added loopTimer and eventManager to mediator and removed the singletonsWBoerenkamps13 days
| | | | | | |
| * | | | | | gameloop test workingWBoerenkamps2024-12-05
| | | | | | |
| * | | | | | saveWBoerenkamps2024-12-05
| | | | | | |
| * | | | | | make formatWBoerenkamps2024-12-05
| | | | | | |
| * | | | | | changed time back to 1 secondWBoerenkamps2024-12-05
| | | | | | |
| * | | | | | added loopTimer to mediator and fixed update loopWBoerenkamps2024-12-05
| |\ \ \ \ \ \
| * | | | | | | testsWBoerenkamps2024-12-04
| | | | | | | |
| * | | | | | | gameloop testsWBoerenkamps2024-12-04
| | | | | | | |
| * | | | | | | testWBoerenkamps2024-12-04
| | | | | | | |
| * | | | | | | merge 2 gameloop branchesWBoerenkamps2024-12-04
| |\ \ \ \ \ \ \
| | * | | | | | | looptimer no singletonWBoerenkamps2024-12-04
| | | | | | | | |
| * | | | | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/gameloopWBoerenkamps2024-12-01
| |\ \ \ \ \ \ \ \
| * | | | | | | | | start of testsWBoerenkamps2024-11-24
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/gameloopWBoerenkamps2024-11-24
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | fps counter functionalityWBoerenkamps2024-11-24
| | | | | | | | | | |
* | | | | | | | | | | saveWBoerenkamps9 days
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into ↵WBoerenkamps9 days
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | wouter/text-component
| * | | | | | | | | | reverted to masterheavydemon219 days
| | | | | | | | | | |
| * | | | | | | | | | implemented feedbackheavydemon219 days
| | | | | | | | | | |
| * | | | | | | | | | make formatheavydemon219 days
| | | | | | | | | | |
| * | | | | | | | | | adjusted aspect ratioheavydemon219 days
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into niels/remove_singletonheavydemon219 days
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * | | | | | | | | | implemented feedback wouter, improved animator. however if spritesheet ↵heavydemon2110 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 ↵heavydemon2111 days
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | texture. however the problem still lies with if animator is given the aspect ratio is then off