summaryrefslogtreecommitdiff
path: root/Ports/tuxracer
AgeCommit message (Collapse)Author
2022-01-08Ports: Remove unnecessary `-lmodplug` from `tuxracer`Jelle Raaijmakers
2021-12-30Ports: Implement `SDL_QUIT` event in Tux RacerJelle Raaijmakers
This allows the user to close Tux Racer by closing the window.
2021-12-27Ports: Add Tux RacerJelle Raaijmakers
The patches take care of a port from SDL1 to SDL2 and replace the keyboard mapping logic, which will otherwise take a whopping 16 GiB of memory to run.