summary refs log tree commit diff
path: root/src/Textures.cpp
AgeCommit message (Collapse)Author
2021-09-17Convert texture loading code to ZigNguyễn Gia Phong
LodePNG replaces stb because complicated headers don't play nice with Zig. Textures are now loaded from installed path instead of CWD too.
2021-09-13Remove excess abstractions around texture loadingNguyễn Gia Phong
2021-06-22Fix gibberish text 1.3.0Nguyễn Gia Phong
Technically other textures are still upside-down though.
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-21Remove trailing whitespaces and duplicated blank lines 1.2.0Nguyễn Gia Phong
2021-06-17Rename source and build directory 1.1.1Nguyễn Gia Phong