aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz
AgeCommit message (Expand)Author
2018-12-08GLK: FROTZ: Fix selection of the character graphics fontPaul 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: FROTZ: Adding bitmap font class for Infocom character graphicsPaul Gilbert
2018-12-08GLK: FROTZ: Beyond Zork title screen now showingPaul Gilbert
2018-12-08GLK: FROTZ: More work on displaying Beyond Zork title screenPaul Gilbert
2018-12-08GLK: FROTZ: Prompt for exit when game quitsPaul Gilbert
2018-12-08GLK: FROTZ: Fix initialization of undo dataPaul Gilbert
2018-12-08GLK: FROTZ: Fix mismatch allocation/freePaul Gilbert
2018-12-08GLK: FROTZ: Fix deletion of undo_memPaul Gilbert
2018-12-08GLK: FROTZ: Further loading of Infocom pictures filesPaul Gilbert
2018-12-08GLK: FROTZ: Beginnings of support for Infocom picture filesPaul Gilbert
2018-12-08GLK: FROTZ: Fixed detection of Infocom .dat gamefilesPaul Gilbert
2018-12-08GLK: In progress transforming Blorb code to be a Common::ArchivePaul Gilbert
2018-12-08GLK: Change lots of comments from multiline to single linePaul Gilbert
2018-12-08GLK: FROTZ: Move setting default colors to GlkInterfacePaul Gilbert
2018-12-08GLK: FROTZ: Set up default Frotz white on blue screen colorsPaul Gilbert
2018-12-08GLK: FROTZ: Further merging together of configuration into a new config.cpp filePaul Gilbert
2018-12-08GLK: FROTZ: Shift Header class into it's own filePaul Gilbert
2018-12-08GLK: Fixes for combined loading/saving codePaul Gilbert
2018-12-08GLK: Centralizing more of the savegame code in GlkEnginePaul Gilbert
2018-12-08GLK: FROTZ: Remove unused local variablePaul Gilbert
2018-12-08GLK: FROTZ: Fix gcc warnings, adding extra method commentsPaul Gilbert
2018-12-08GLK: Fix gcc compiler warningsPaul Gilbert
2018-12-08GLK: FROTZ: Debug code to generate detection entries for unknown gamesPaul Gilbert
2018-12-08GLK: FROTZ: Added detection entries for more Infocom gamesPaul Gilbert
2018-12-08GLK: FROTZ: Adding detection entries for Infocom gamesPaul Gilbert
2018-12-08GLK: FROTZ: Allow exiting ScumMVM when waiting for a keypressPaul Gilbert
2018-12-08GLK: FROTZ: Fix exiting when application is forcefully closedPaul Gilbert
2018-12-08GLK: FROTZ: Improve fallback detection of Z-code gamesPaul Gilbert
2018-12-08GLK: FROTZ: Fill out HHGTTG version serial numbersPaul Gilbert
2018-12-08GLK: FROTZ: Move ostream_* flags from GlkInterface to ProcessorPaul Gilbert
2018-12-08GLK: Derive detection from MetaEngine rather than AdvancedMetaEnginePaul Gilbert
2018-12-08GLK: Changing class and namespaces from Gargoyle to GlkPaul Gilbert
2018-12-08GLK: Changing gargoyle folder to glkPaul Gilbert