aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/scott
AgeCommit message (Collapse)Author
2019-10-27GLK: SCOTT: Detection table cleanup and name fixesPaul Gilbert
2019-09-05GLK: SCOTT: Replace xstrcasecmp with scumm_stricmpCameron Cawley
2019-07-12GLK: Fix incorrect "End of namespace ..." comments.Torbjörn Andersson
2019-07-06GLK: Change other sub-engines to use GlkDetectedGamePaul Gilbert
2019-06-23GLK: Show unknown variant dialog for unknown detection entriesPaul Gilbert
2019-06-16GLK: Further changeover of sub-engines to use new savegame codePaul Gilbert
2019-04-04GLK: SCOTT: Fix game Id clash on WaxworksPaul Gilbert
2019-03-31GLK: Only check the format of a Blorb file if it has a valid file extensionCameron Cawley
2019-03-31GLK: Improved detection of Blorb filesCameron Cawley
2019-01-02GLK: Make a _gameFile field in the base Glk enginePaul Gilbert
2018-12-31GLK: Standardizing on a common GameDescriptor class for detectorsPaul Gilbert
2018-12-28GLK: Simplify arrays of valid extensions in detection codePaul Gilbert
Suggested by Sev as a way to avoid having both arrays and array sizes
2018-12-18JANITORIAL: Whitespace fixesEugene Sandulenko
2018-12-14GLK: SCOTT: Added detections for miscellaneous gamesPaul Gilbert
2018-12-14GLK: SCOTT: Add support for Mysterious Adventures Blorb filesPaul Gilbert
2018-12-14GLK: Detect game Id clashes across different sub-enginesPaul Gilbert
2018-12-09GLK: Change all references to glui32 and glsi32 to uint and intPaul Gilbert
This should finally fix compilation for the Amiga, which had difference sized types. And the renamed types are clearer for ScummVM anyway
2018-12-08GLK: FROTZ: Further reading/writing setup for savegames using QuetzalPaul Gilbert
2018-12-08GLK: Mark text strings as translateablePaul Gilbert
2018-12-08GLK: SCOTT: Don't show another line prompt when game is exitingPaul 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: SCOTT: Fix memory corruption loading game dataPaul Gilbert
2018-12-08GLK: SCOTT: Extra returns/exits after glk_exit is calledPaul Gilbert
2018-12-08GLK: SCOTT: Renaming of all fields to ScummVM conventionPaul Gilbert
2018-12-08GLK: SCOTT: Change engine to use ScummVM String and ArraysPaul Gilbert
2018-12-08GLK: Derive detection from MetaEngine rather than AdvancedMetaEnginePaul Gilbert
2018-12-08GLK: SCOTT: Centralize the set of game namesPaul Gilbert
2018-12-08GLK: Changing class and namespaces from Gargoyle to GlkPaul Gilbert
2018-12-08GLK: Changing gargoyle folder to glkPaul Gilbert