aboutsummaryrefslogtreecommitdiff
path: root/COPYING (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-10gamecontroller: add button enumDrew DeVault1-0/+26
2021-12-10all: rig up Hare-native error handlingDrew DeVault8-103/+213
2021-12-09Makefile: drop -T+libcDrew DeVault1-2/+2
This is implied by -l
2021-12-09cmd/demo: remove unused importDrew DeVault1-1/+0
2021-12-09Add sdl2::set_texture_color_modDrew DeVault1-0/+15
2021-12-09cmd/demo: change background on controller buttonDrew DeVault1-1/+11
2021-12-09cmd/demo: remove workaroundDrew DeVault1-3/+0
2021-12-09cmd/demo: further refactoringDrew DeVault1-64/+65
2021-12-09cmd/demo: remove unused variableDrew DeVault1-1/+1
2021-12-09cmd/demo: fix texture loading error messageDrew DeVault1-1/+1
2021-12-09cmd/demo: refactoringDrew DeVault1-53/+41
2021-12-09Initial gamecontroller supportDrew DeVault4-63/+184
2021-12-09timer: correct naming conventionDrew DeVault1-3/+3
2021-12-09Add timer.h functionsDrew DeVault3-44/+115
2021-12-09cmd/demo: add hare mascotDrew DeVault2-21/+61
2021-12-09sdl2::image: initial commitDrew DeVault8-3/+163
Some additional things which were needed to make this work were also added.