Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-18 | GLK: FROTZ: Whitespace fixes | Paul Gilbert | |
2019-08-08 | GLK: FROTZ: Ordering of text and graphics windows based on usage | Paul Gilbert | |
The ScummGlk backend already had a new 'arbitrary' mode allowing for windows to be placed at any position, and on top of each other. This expands on this by ensuring that the background window, which is used for drawing graphics on, appears behind text that gets written. Yet can still appear on top of the text (hiding it) when title screen graphics are being shown | |||
2019-08-04 | GLK: FROTZ: V6 window creation so Arthur intro now progresses further | Paul Gilbert | |
2019-03-13 | GLK: FROTZ: Move setReverseVideo into Window | Paul Gilbert | |
2019-03-12 | GLK: FROTZ: Move remainder of font/style logic into Window | Paul Gilbert | |
2019-03-06 | GLK: FROTZ: Create Glk windows on the fly as needed | Paul Gilbert | |
This is laying groundwork for properly supporting Shogun, which sets up and uses Window 7 | |||
2019-03-05 | GLK: FROTZ: Moving updating colors and current window into Window class | Paul Gilbert | |
2019-02-27 | GLK: FROTZ: Move window clearing to a Window method | Paul Gilbert | |
2019-02-27 | GLK: FROTZ: Move current window into _wp | Paul Gilbert | |
2019-02-23 | GLK: FROTZ: Add V6 text cursor logic | Paul Gilbert | |
2019-02-21 | GLK: FROTZ: Disable typographic niceties for Beyond Zork font | Torbjörn Andersson | |
The Beyond Zork graphics font doesn't support Unicode, so allowing it to convert things like straight quotes into curly ones can cause ScummVM to crash. Disable these conversions while the Beyond Zork graphics font is used to avoid that. This fixes bug #10865. | |||
2019-02-19 | GLK: FROTZ: Fix erasing windows that don't have an associated GLK window | Paul Gilbert | |
2019-02-17 | GLK: FROTZ: Fix Coverity identified warnings | Paul Gilbert | |
2019-02-17 | GLK: FROTZ: More properly fix transparency handling of header | Paul Gilbert | |
2019-02-16 | GLK: FROTZ: Improved setup and handling of fg/bg colors | Paul Gilbert | |
2019-02-13 | GLK: FROTZ: Have zRGB properly convert to screen format | Paul Gilbert | |
2019-01-31 | GLK: FROTZ: Cleanup of current fg/bg variables | Paul Gilbert | |
2019-01-19 | GLK: FROTZ: Implement setting mouse cursor visibility | Paul Gilbert | |
2019-01-04 | GLK: FROTZ: Clarify comment about Unicode runes a bit. | Torbjörn Andersson | |
This started out as a typo fix. :-) | |||
2019-01-01 | GLK: FROTZ: Cleanup of incorrect namespace comments | Paul Gilbert | |
2019-01-01 | GLK: FROTZ: Added skeleton classes for ZMachine windows | Paul Gilbert | |
2018-12-18 | GLK: FROTZ: Janitorial fixes | Paul Gilbert | |
2018-12-17 | GLK: FROTZ: Remove need for new font style for Runic font | Paul Gilbert | |
2018-12-17 | GLK: FROTZ: Use the Noto runic font for runes | Torbjö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-17 | GLK: FROTZ: Map runic characters to Unicode | Torbjörn Andersson | |
This does not actually work, because we currently do not have any font that supports the Unicode Runic block. But there are free fonts that do (Junicode, for instance), so it may still be possible to do this. | |||
2018-12-09 | GLK: Fix compiler warnings | Paul Gilbert | |
2018-12-08 | GLK: FROTZ: Add all the new V6 methods, commented out until I can fix each one | Paul Gilbert | |
2018-12-08 | GLK: FROTZ: Improved rendering of Beyond Zork description area | Paul Gilbert | |
2018-12-08 | GLK: FROTZ: Fix setting cwin field when window changes | Paul Gilbert | |
2018-12-08 | GLK: FROTZ: Fix selection of the character graphics font | Paul Gilbert | |
2018-12-08 | GLK: FROTZ: Adding bitmap font class for Infocom character graphics | Paul Gilbert | |
2018-12-08 | GLK: Change lots of comments from multiline to single line | Paul Gilbert | |
2018-12-08 | GLK: FROTZ: Fix gcc warnings, adding extra method comments | Paul Gilbert | |
2018-12-08 | GLK: Fix gcc compiler warnings | Paul Gilbert | |
2018-12-08 | GLK: Changing class and namespaces from Gargoyle to Glk | Paul Gilbert | |
2018-12-08 | GLK: Changing gargoyle folder to glk | Paul Gilbert | |