Commit Graph
15 Commits
Author SHA1 Message Date
Paul Gilbert 7a13a60678 GLK: FROTZ: Move remainder of font/style logic into Window 2019-03-12 21:09:53 -07:00
Torbjörn Andersson 0b9fe06d23 GLK: FROTZ: Disable typographic niceties for Beyond Zork font
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-21 18:41:54 -08:00
Paul Gilbert 774af67540 GLK: FROTZ: Properly set window colors 2019-02-16 20:52:53 -08:00
Paul Gilbert 0a08d2e18b GLK: FROTZ: Fixes for saving and restoring in V6 games 2019-02-10 11:19:18 -08:00
Paul Gilbert b4c3df62e3 GLK: FROTZ: Cleanup of incorrect namespace comments 2019-01-01 19:04:12 -08:00
Eugene Sandulenko 0dab01862c JANITORIAL: Whitespace fixes 2018-12-18 22:53:30 +01:00
Paul Gilbert 38e422f874 GLK: FROTZ: Fix Visual Studio warnings about packing alignment
They were really bugging me, so I've changed the fixed size opcode
arrays to Common::Array, which fixes the warnings
2018-12-13 19:54:50 -08:00
Paul Gilbert 2ae0edd58b GLK: FROTZ: Add sound playing code 2018-12-08 19:05:59 -08:00
Paul Gilbert 4894ce2134 GLK: FROTZ: Add all the new V6 methods, commented out until I can fix each one 2018-12-08 19:05:59 -08:00
Paul Gilbert ada80dedc0 GLK: FROTZ: Further merging together of configuration into a new config.cpp file 2018-12-08 19:05:59 -08:00
Paul Gilbert d9e7fca83c GLK: FROTZ: Fix exiting when application is forcefully closed 2018-12-08 19:05:59 -08:00
Paul Gilbert a1d355d0be GLK: FROTZ: Move ostream_* flags from GlkInterface to Processor 2018-12-08 19:05:59 -08:00
Paul Gilbert 67275924b5 GLK: Derive detection from MetaEngine rather than AdvancedMetaEngine 2018-12-08 19:05:59 -08:00
Paul Gilbert a2104deb4c GLK: Changing class and namespaces from Gargoyle to Glk 2018-12-08 19:05:59 -08:00
Paul Gilbert 1fb931fbd9 GLK: Changing gargoyle folder to glk 2018-12-08 19:05:59 -08:00