Ive been out of the loop in Cataclysm for awhile, and what ive seen accomplished with the game since my absence has been quite impressive. Look forward to seeing all the changes firsthand.
Anyway, part of why im writing is that im a bit confused as to what the differences between the SDL (Tiles?) and Non-SDL (Curses?) versions are, if someone could enlighten me that would be great.
Possible rendering bug:
I play with Topaz-8 font @ 16 x 18 in the FONTDATA for the Non-SDL version of cataclysm. This fits my screen perfectly at 1920x1080 when setting the viewport to be 32w by 29h. But in order to get proper vertical font scaling in the SDL (tiles) version, i need to set the FONTDATA to 16 x 19 which does not properly fit 1920x1080.
It looks as if the renderer is rendering the font at one vertical pixel/point smaller than it should be in the tiles version, even though its still rendering the vertical spacing properly… So with FONTDATA in the tiles version set to 16x18 its as if its rendering the font at 16x17, but its still rendering the vertical spacing of each tile at 16x18, causing the font to look smaller, despite fitting into the same vertical spacing.
This was tested with SDL (Tiles) and Non-SDL (Curses) version 0.7.1-518-g8226221.
Edit: Added Screenshots. Hard to spot the differences unless you flip back and forth, but then they are quite noticeable.
http://postimg.org/image/sgky9278l/full/ - Curses
http://postimg.org/image/uu34l8kl9/full/ - SDL