aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/screen.cpp
AgeCommit message (Collapse)Author
2019-02-20GLK: FROTZ: Change fonts version check to not use atofPaul Gilbert
2019-02-19GLK: Better error messages for failing to load fontsPaul Gilbert
2019-01-31GLK: Change use of RGB tuplets to uintPaul Gilbert
This has several advantages, such as simplifying copying and comparing colors. It will also make it easier to specify zcolor_Transparent as a color
2019-01-29GLK: FROTZ: Make window transparent for V6 games to not obscure upper areaPaul Gilbert
2019-01-29GLK: FROTZ: Add 6x8 font for Infocom v6 gamesPaul Gilbert
2018-12-31GLK: FROTZ: Fix rendering of Beyond Zork minimapPaul Gilbert
2018-12-31GLK: Splitting font related info from Conf into their own classesPaul Gilbert
2018-12-18GLK: More descriptive font loading error messagesPaul Gilbert
2018-12-17GLK: FROTZ: Remove need for new font style for Runic fontPaul Gilbert
2018-12-17GLK: FROTZ: Use the Noto runic font for runesTorbjörn Andersson
We already bundle other Noto fonts in the font.dat file, so using further Noto fonts makes sense to me. Also, map upper-case letters to lower-case runes since there are versions of Beyond Zork that uses that. (The version I played many years ago did, and it looked very strange. The version I tested with now did not, probably for that very reason. So that part is untested for now.)
2018-12-08GLK: Further fixes for Buildbot warningsPaul Gilbert
2018-12-08GLK: FROTZ: Add derived Screen class to add Infocom character graphics fontPaul Gilbert
2018-12-08GLK: Merge Fonts class into Screen classPaul Gilbert
2018-12-08GLK: Changing class and namespaces from Gargoyle to GlkPaul Gilbert
2018-12-08GLK: Changing gargoyle folder to glkPaul Gilbert