fabiangreffrath / taradino

SDL2 port of Rise of the Triad
GNU General Public License v2.0
29 stars 8 forks source link

save screenshots in BMP format #33

Closed fabiangreffrath closed 1 year ago

fabiangreffrath commented 1 year ago

For any other format we would need e.g. SDL_Image or miniz, but I think BMP is good enough (we come from PCX and LBM!).

So, we take screenshots with Alt+C in-game and with Caps+X on the map and in the menu. Why?!

Fixes #9

malespiaut commented 1 year ago

That's a really nice job. Much cleaner.

fabiangreffrath commented 1 year ago

Thanks!