Commit Graph
18 Commits
Author SHA1 Message Date
Torbjörn Andersson 3759b4af1d GLK: FROTZ: Initialize _quotes, _dashes and _spaces to 0
They're int, not bool, so using 'false' seems wrong to me.
2019-02-21 18:22:28 +01:00
Paul Gilbert 25b066520e GLK: FROTZ: Improved setup and handling of fg/bg colors 2019-02-16 15:17:51 -08:00
Paul Gilbert 688db9394c GLK: FROTZ: Fix writing transparently to header in Zork Zero 2019-01-31 21:54:34 -08:00
Paul Gilbert 69f91fafe4 GLK: Cleanups & fixes from color refactoring 2019-01-31 21:54:34 -08:00
Paul Gilbert b92f8f0856 GLK: FROTZ: Make window transparent for V6 games to not obscure upper area 2019-01-29 21:17:18 -08:00
Paul Gilbert 53a1426cc3 GLK: FROTZ: Add 6x8 font for Infocom v6 games 2019-01-29 21:17:18 -08:00
Paul Gilbert 22a71f0b38 GLK: FROTZ: Split BItmapFont into it's own file 2019-01-26 21:14:39 -08:00
Paul Gilbert 9b7866442b GLK: FROTZ: Set default colors for v6 games 2019-01-06 15:18:33 -08:00
Paul Gilbert 302d26bf42 GLK: FROTZ: Force v6 games to 320x200
As much as I'd like to allow for variable resolution sizes,
the graphics in Zork Zero are geared specifically for a 320x200
screen. Maybe in the future I can allow for automatic stretching
to fit any screen size, but for now it's more important to get
the v6 games working at all
2019-01-06 14:07:14 -08:00
Paul Gilbert df74a209ca GLK: FROTZ: Keep mono & prop font sizes to be the same for v6 games 2019-01-02 23:24:50 -08:00
Paul Gilbert b4c3df62e3 GLK: FROTZ: Cleanup of incorrect namespace comments 2019-01-01 19:04:12 -08:00
Paul Gilbert 1021da132b GLK: Splitting font related info from Conf into their own classes 2018-12-31 18:34:42 -08:00
Paul Gilbert 6b7eb94ca0 GLK: FROTZ: Remove need for new font style for Runic font 2018-12-17 21:23:57 -08:00
Paul Gilbert 855911d0c0 GLK: FROTZ: Fix display of character graphics in text grid windows 2018-12-08 19:05:59 -08:00
Paul Gilbert 6080a1d091 GLK: FROTZ: Draw character graphic chars at the same size as the fixed width font 2018-12-08 19:05:59 -08:00
Paul Gilbert 9fa7e9be81 GLK: FROTZ: Fix selection of the character graphics font 2018-12-08 19:05:59 -08:00
Paul Gilbert 3a543a1e6d GLK: FROTZ: Add derived Screen class to add Infocom character graphics font 2018-12-08 19:05:59 -08:00
Paul Gilbert fb7dbffd59 GLK: Merge Fonts class into Screen class 2018-12-08 19:05:59 -08:00