aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | | | last changesWBoerenkamps2024-12-04
| | | | | | | | | | | | |
| * | | | | | | | | | | | last changeWBoerenkamps2024-12-04
| | | | | | | | | | | | |
| * | | | | | | | | | | | make formatWBoerenkamps2024-12-04
| | | | | | | | | | | | |
| * | | | | | | | | | | | feedback changesWBoerenkamps2024-12-04
| | | | | | | | | | | | |
| * | | | | | | | | | | | example changeWBoerenkamps2024-12-04
| | | | | | | | | | | | |
| * | | | | | | | | | | | removed iostream headerWBoerenkamps2024-12-04
| | | | | | | | | | | | |
| * | | | | | | | | | | | check if camera position change button still worksWBoerenkamps2024-12-04
| | | | | | | | | | | | |
| * | | | | | | | | | | | make formatWBoerenkamps2024-12-04
| | | | | | | | | | | | |
| * | | | | | | | | | | | if button outside viewport fixWBoerenkamps2024-12-04
| | | | | | | | | | | | |
| * | | | | | | | | | | | button exampleWBoerenkamps2024-12-03
| | | | | | | | | | | | |
| * | | | | | | | | | | | make formatWBoerenkamps2024-12-03
| | | | | | | | | | | | |
| * | | | | | | | | | | | changed test for changesWBoerenkamps2024-12-03
| | | | | | | | | | | | |
| * | | | | | | | | | | | world units for clickWBoerenkamps2024-12-03
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'jaro/collision-system' into wouter/exampleGameWBoerenkamps2024-12-03
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * | | | | | | | | | | | start of text componentWBoerenkamps2024-12-01
| | | | | | | | | | | | |
| * | | | | | | | | | | | make formatWBoerenkamps2024-11-28
| | | | | | | | | | | | |
| * | | | | | | | | | | | added on_enter and on_hoverWBoerenkamps2024-11-28
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into ↵WBoerenkamps2024-11-28
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wouter/inputSystem
| * | | | | | | | | | | | | make formatWBoerenkamps2024-11-27
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | small changeWBoerenkamps2024-11-27
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | small {} changesWBoerenkamps2024-11-27
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | added RefVectorWBoerenkamps2024-11-27
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | test file renameWBoerenkamps2024-11-27
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | pr feedbackWBoerenkamps2024-11-27
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | extra enterWBoerenkamps2024-11-25
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | removed some unnecesary headersWBoerenkamps2024-11-25
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | added doxygen commentWBoerenkamps2024-11-25
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | removed gameLoop exampleWBoerenkamps2024-11-25
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | removed gameLoop exampleWBoerenkamps2024-11-25
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | removed gameLoop exampleWBoerenkamps2024-11-25
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | added entersWBoerenkamps2024-11-25
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | changed enum nameWBoerenkamps2024-11-25
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | make formatWBoerenkamps2024-11-25
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | code standard fixingWBoerenkamps2024-11-25
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | button test workingWBoerenkamps2024-11-25
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | most test workingWBoerenkamps2024-11-25
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | creating inputSystem testsWBoerenkamps2024-11-24
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | mergeWBoerenkamps2024-11-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | input facadeWBoerenkamps2024-11-24
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | button handlingWBoerenkamps2024-11-19
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | sdl changesWBoerenkamps2024-11-18
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | added mouse and key event triggeringWBoerenkamps2024-11-18
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'wouter/events' into wouter/inputSystemWBoerenkamps2024-11-18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | added keycode conversionWBoerenkamps2024-11-18
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | more doxygen changesWBoerenkamps12 days
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | changed looptimerManager doxygenWBoerenkamps12 days
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | added loopTimer and eventManager to mediator and removed the singletonsWBoerenkamps12 days
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | gameloop test workingWBoerenkamps2024-12-05
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | saveWBoerenkamps2024-12-05
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | saveWBoerenkamps2024-12-05
| | | | | | | | | | | | | | | |