aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api
Commit message (Collapse)AuthorAge
...
| * | | | | make formatWBoerenkamps12 days
| | | | | |
| * | | | | feedback changesWBoerenkamps12 days
| | | | | |
| * | | | | clarified doxygen and changed function nameWBoerenkamps12 days
| | | | | |
| * | | | | fixed 0 division and duplicate startWBoerenkamps12 days
| | | | | |
| * | | | | fixed a small mistake in sceneManager and added the load_next_scene to the loopWBoerenkamps13 days
| | | | | |
| * | | | | removed white line and standard target fps = 60WBoerenkamps13 days
| | | | | |
| * | | | | merge masterWBoerenkamps13 days
| | | | | |
| * | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/gameloopWBoerenkamps13 days
| |\ \ \ \ \
| * | | | | | changed some function namesWBoerenkamps13 days
| | | | | | |
| * | | | | | make formatWBoerenkamps13 days
| | | | | | |
| * | | | | | added scaled fixed delta timeWBoerenkamps14 days
| | | | | | |
| * | | | | | removed duplicate dispatchWBoerenkamps2024-12-07
| | | | | | |
| * | | | | | make formatWBoerenkamps2024-12-07
| | | | | | |
| * | | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/gameloopWBoerenkamps2024-12-07
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | more doxygen changesWBoerenkamps2024-12-07
| | | | | | |
| * | | | | | added loopTimer and eventManager to mediator and removed the singletonsWBoerenkamps2024-12-07
| | | | | | |
| * | | | | | 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
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into ↵WBoerenkamps11 days
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | wouter/text-component
| * | | | | | | | | | implemented feedbackheavydemon2111 days
| | | | | | | | | | |
| * | | | | | | | | | make formatheavydemon2111 days
| | | | | | | | | | |
| * | | | | | | | | | adjusted aspect ratioheavydemon2111 days
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into niels/remove_singletonheavydemon2111 days
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * | | | | | | | | | implemented feedback wouter, improved animator. however if spritesheet ↵heavydemon2112 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 ↵heavydemon2113 days
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | texture. however the problem still lies with if animator is given the aspect ratio is then off
| * | | | | | | | | | made sdlcontext not a singleton anymoreheavydemon2113 days
| | | | | | | | | | |
| * | | | | | | | | | removed singleton from SDLContext, problem now is cannot call ↵heavydemon2114 days
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functionalities in the constructor sprite and animator and texture because it can only be filled at rendersystem call
* | | | | | | | | | | saveWBoerenkamps11 days
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into ↵WBoerenkamps11 days
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | wouter/text-component
| * | | | | | | | | | Implemented feedbackmax-00111 days
| | | | | | | | | | |
| * | | | | | | | | | Clarified 0.75fmax-00111 days
| | | | | | | | | | |
| * | | | | | | | | | Make formatmax-00111 days
| | | | | | | | | | |
| * | | | | | | | | | Corrected constexprmax-00111 days
| | | | | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into max/AImax-00111 days
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | add SaveManager to LoopManagerLoek Le Blansch11 days
| | | | | | | | | | | |
| | * | | | | | | | | | merge masterLoek Le Blansch11 days
| | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into loek/scriptsLoek Le Blansch11 days
| | | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into loek/scriptsLoek Le Blansch13 days
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|/ / | | | | |/| | | | | | | | |