aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/facade/SDLContext.cpp
Commit message (Collapse)AuthorAge
* merge masterLoek Le Blansch2024-12-18
|\
| * Merge branch 'master' of https://github.com/lonkaars/crepe into ↵WBoerenkamps2024-12-17
| |\ | | | | | | | | | wouter/text-component
| * | final changesWBoerenkamps2024-12-17
| | |
| * | text now working with optionalWBoerenkamps2024-12-17
| | |
| * | make formatWBoerenkamps2024-12-14
| | |
| * | feedback changesWBoerenkamps2024-12-14
| | |
| * | make formatWBoerenkamps2024-12-12
| | |
| * | Merge branch 'master' of https://github.com/lonkaars/crepe into ↵WBoerenkamps2024-12-12
| |\ \ | | | | | | | | | | | | wouter/text-component
| * | | font workingWBoerenkamps2024-12-12
| | | |
| * | | load font almost workingWBoerenkamps2024-12-12
| | | |
* | | | merge masterLoek Le Blansch2024-12-17
|\ \ \ \ | | |_|/ | |/| |
| * | | fix code standardLoek Le Blansch2024-12-17
| | | |
| * | | make formatWBoerenkamps2024-12-14
| | | |
| * | | keyboard state workingWBoerenkamps2024-12-14
| | | |
| * | | removed sdlcontext from header and implemented initiliser list for EventDataWBoerenkamps2024-12-14
| | | |
| * | | make formatWBoerenkamps2024-12-13
| | | |
| * | | added window events back to code and function cleanupWBoerenkamps2024-12-13
| | | |
| * | | keyboard state implementedWBoerenkamps2024-12-13
| | | |
| * | | saveWBoerenkamps2024-12-12
| | | |
| * | | saveWBoerenkamps2024-12-12
| | | |
| * | | Merge branch 'master' of https://github.com/lonkaars/crepe into ↵WBoerenkamps2024-12-12
| |\ \ \ | | | |/ | | |/| | | | | wouter/inputSystem
| * | | removed enterWBoerenkamps2024-12-09
| | | |
| * | | make formatWBoerenkamps2024-12-09
| | | |
| * | | get_keyboard_state workingWBoerenkamps2024-12-09
| | | |
| * | | make formatWBoerenkamps2024-12-09
| | | |
| * | | resize/move tests workingWBoerenkamps2024-12-09
| | | |
| * | | Merge branch 'master' of https://github.com/lonkaars/crepe into ↵WBoerenkamps2024-12-09
| |\ \ \ | | | | | | | | | | | | | | | wouter/inputSystem
| * | | | seperated long functionWBoerenkamps2024-12-09
| | | | |
| * | | | testing window eventsWBoerenkamps2024-12-09
| | | | |
| * | | | made getKeyboardStateWBoerenkamps2024-12-09
| | | | |
| * | | | saveWBoerenkamps2024-12-07
| | | | |
* | | | | more cleanup + script utilitiesLoek Le Blansch2024-12-12
| |_|/ / |/| | |
* | | | Merge branch 'master' into niels/UIheavydemon212024-12-11
|\ \ \ \ | | |_|/ | |/| |
| * | | mege with masterWBoerenkamps2024-12-11
| |\ \ \
| * | | | removed unused functions and friend relationssWBoerenkamps2024-12-09
| | |_|/ | |/| |
* | | | Merge branch 'master' into niels/UIheavydemon212024-12-11
|\ \ \ \ | | |/ / | |/| |
| * | | implemented feedbackheavydemon212024-12-11
| | | |
| * | | make formatheavydemon212024-12-11
| | | |
| * | | adjusted aspect ratioheavydemon212024-12-11
| | | |
| * | | Merge branch 'master' into niels/remove_singletonheavydemon212024-12-11
| |\| |
| * | | implemented feedback wouter, improved animator. however if spritesheet ↵heavydemon212024-12-10
| | | | | | | | | | | | | | | | 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 ↵heavydemon212024-12-09
| | | | | | | | | | | | | | | | texture. however the problem still lies with if animator is given the aspect ratio is then off
| * | | made sdlcontext not a singleton anymoreheavydemon212024-12-08
| | | |
| * | | removed singleton from SDLContext, problem now is cannot call ↵heavydemon212024-12-08
| | |/ | |/| | | | | | | functionalities in the constructor sprite and animator and texture because it can only be filled at rendersystem call
* | | make formatheavydemon212024-12-11
| | |
* | | updated the code so that get_events() calculates pixel units to game unitsheavydemon212024-12-11
| | |
* | | making rendering fonts and UIheavydemon212024-12-09
| |/ |/|
* | hotfix draw callheavydemon212024-12-09
| |
* | revert #66 except for `src/test/InputTest.cpp`Loek Le Blansch2024-12-09
| |
* | fixed inputtest test because of adjusting inputtest values. however ↵heavydemon212024-12-08
|/ | | | inputtest passes while sdlcontext returns pixel coordinates?????