summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2021-06-22Fix gibberish text 1.3.0Nguyễn Gia Phong
Technically other textures are still upside-down though.
2021-06-22Fix possible division by zero and clean upNguyễn Gia Phong
2021-06-22Revert 'Give VIP a short hand'Nguyễn Gia Phong
This somehow makes the VIP disappear.
2021-06-22Give VIP a short handNguyễn Gia Phong
Zig build's crash point is somehow here but it seems irrelevant.
2021-06-22Require OGG and clean upNguyễn Gia Phong
2021-06-22Replace SDL_image with stb for texture loadingNguyễn Gia Phong
This fixes the legal issues with the non-free Textures source files and allow Zig to compile the game. However, the texts are now loaded incorrectly.
2021-06-22Remove Mac OS 9 specific codeNguyễn Gia Phong
Except for MacInput, which is used for all keys unfortunately.
2021-06-21Remove trailing whitespaces and duplicated blank lines 1.2.0Nguyễn Gia Phong
2021-06-21Improve C++17 compatibilityNguyễn Gia Phong
2021-06-17Resolve trivial warningsNguyễn Gia Phong
2021-06-17Rename source and build directory 1.1.1Nguyễn Gia Phong