aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/facade/SDLContext.cpp
Commit message (Collapse)AuthorAge
* make formatWBoerenkamps9 days
|
* added window events back to code and function cleanupWBoerenkamps9 days
|
* keyboard state implementedWBoerenkamps9 days
|
* saveWBoerenkamps10 days
|
* saveWBoerenkamps10 days
|
* Merge branch 'master' of https://github.com/lonkaars/crepe into ↵WBoerenkamps10 days
|\ | | | | | | wouter/inputSystem
| * Merge branch 'master' into niels/UIheavydemon2111 days
| |\
| | * mege with masterWBoerenkamps11 days
| | |\
| | * | removed unused functions and friend relationssWBoerenkamps13 days
| | | |
| * | | Merge branch 'master' into niels/UIheavydemon2111 days
| |\ \ \ | | | |/ | | |/|
| | * | 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 anymoreheavydemon2114 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
| * | | make formatheavydemon2111 days
| | | |
| * | | updated the code so that get_events() calculates pixel units to game unitsheavydemon2111 days
| | | |
| * | | making rendering fonts and UIheavydemon2113 days
| | |/ | |/|
* | | removed enterWBoerenkamps13 days
| | |
* | | make formatWBoerenkamps13 days
| | |
* | | get_keyboard_state workingWBoerenkamps13 days
| | |
* | | make formatWBoerenkamps13 days
| | |
* | | resize/move tests workingWBoerenkamps13 days
| | |
* | | Merge branch 'master' of https://github.com/lonkaars/crepe into ↵WBoerenkamps13 days
|\| | | | | | | | | | | wouter/inputSystem
| * | hotfix draw callheavydemon2113 days
| | |
| * | revert #66 except for `src/test/InputTest.cpp`Loek Le Blansch13 days
| | |
| * | fixed inputtest test because of adjusting inputtest values. however ↵heavydemon2114 days
| |/ | | | | | | inputtest passes while sdlcontext returns pixel coordinates?????
* | seperated long functionWBoerenkamps13 days
| |
* | testing window eventsWBoerenkamps13 days
| |
* | made getKeyboardStateWBoerenkamps13 days
| |
* | saveWBoerenkamps2024-12-07
|/
* implemented feedbackheavydemon212024-12-06
|
* make formatheavydemon212024-12-06
|
* implemented final max feedbackheavydemon212024-12-06
|
* merged masterheavydemon212024-12-06
|
* Merge branch 'master' into decouplingheavydemon212024-12-06
|\
| * nitpick #55Loek Le Blansch2024-12-05
| |
| * make formatWBoerenkamps2024-12-05
| |
| * fixed changes with mediatorWBoerenkamps2024-12-04
| |
| * loeks feedback changesWBoerenkamps2024-12-04
| |
| * make formatWBoerenkamps2024-12-03
| |
| * world units for clickWBoerenkamps2024-12-03
| |
| * Merge branch 'jaro/collision-system' into wouter/exampleGameWBoerenkamps2024-12-03
| |\
| | * `make format`Loek Le Blansch2024-12-03
| | |
| | * implemented feedback removed get_width and height --> get_size for both ↵heavydemon212024-12-03
| | | | | | | | | | | | texture and sdlcontext
| | * make formatheavydemon212024-12-02
| | |
| | * rendering color workingheavydemon212024-12-02
| | |