aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/detection.cpp
AgeCommit message (Collapse)Author
2019-11-03ENGINES: Stop using 'single id'Bastien Bouclet
2019-11-03ENGINES: Add an engine ID to all the enginesBastien Bouclet
2019-09-29CHEWY: The game doesn't use MIDI for the music, mark it as such.Henrik "Henke37" Andersson
2018-12-10ENGINES: Normalize the getName() result of metaenginesBastien Bouclet
Also-By: Matthew Hoops <clone2727@gmail.com>
2018-06-26CREDITS: Change nickname for Lothar Serra MariLothar Serra Mari
2018-05-24JANITORIAL: Fix trailing whitespaceAdrian Frühwirth
2016-11-01CHEWY: Add additional version information to detection entriesrootfather
2016-10-16CHEWY: Add detection entries for German versionsrootfather
2016-10-09CHEWY: Use atds.tap for detectionFilippos Karapetis
Now that a lot of the game's resources have been figured out, it turns out that using comic.tgp was a bad idea, as it's the same in both the English and German versions. atds.tap contains all of the game's texts, so it is probably the best candidate for detection
2016-10-03CHEWY: Implement detection for the English versionFilippos Karapetis
2016-10-03CHEWY: Fix compilation with plugins enabledEugene Sandulenko
2016-10-03CHEWY: Added engine stubEugene Sandulenko