aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/detection.h
AgeCommit message (Collapse)Author
2019-09-29GLK: Changing ScummGlk engine name to GlkPaul Gilbert
Calling the engine a different name than it's namespace was just causing confusion. Better to simply call it Glk, even if it will be both the underlying API as well as the overall engine name
2019-09-25GLK: ADRIFT: Added Italian detectionPaul Gilbert
2019-07-24GLK: Fixing some gcc 8 warningsPaul Gilbert
2019-07-11GLK: TADS2: Add detection entries for remaining gamesPaul Gilbert
2019-07-09GLK: TADS2: Added Adventions detection entriesPaul Gilbert
2019-07-09GLK: TADS2: Move detection entry structure into Glk base namespacePaul Gilbert
2019-07-06GLK: ALAN3: Fix gcc errorsPaul Gilbert
2019-07-06GLK: ALAN3: Create GlkDetectedGame base class for simplifying detectionsPaul Gilbert
2018-12-31GLK: Standardizing on a common GameDescriptor class for detectorsPaul Gilbert
2018-12-31GLK: Move GlkMetaEngine declaration into a new header filePaul Gilbert