aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/detection.cpp
AgeCommit message (Collapse)Author
2014-02-10QUEEN: Migrate extra gui options to AdvancedMetaEngine handling.D G Turner
2014-02-10QUEEN: Switch all savegame usage back to "queen.sXX" format.D G Turner
The target is not just a bare "queen", but is postfixed by language variant (and CD if used). Using this for the savegame naming would be good as it allows several language variants to have different co-existing savegame sets without causing conflicts. However, if the savegame format is the same across all language variants, then using the same naming allows easier switching between languages if testing. Currently the queen engine uses a single set of savegames named in the format "queen.sXX" which are used for all languages, as the format appears to be compatible across language variants. This may require changing in future, if a variant with incompatible savegame format is discovered.
2014-01-21QUEEN: Migrate listSaves() function to game target for save naming.D G Turner
2014-01-20QUEEN: Fix missing GUIO_NOSPEECH flag on Demo and Floppy AD entries.D G Turner
Also, add missing Spanish DOS CD entry in skeleton form.
2014-01-14QUEEN: Disable detection entries with unknown MD5sums.D G Turner
This forces detection of the entries with missing MD5sums via the fallback detector. This triggers will then trigger a warning with the associated md5sum for the user to report to the team.
2014-01-14QUEEN: Switch unknown md5sums in detection entries for NULL.D G Turner
This tells the advanced detector to skip MD5 validation for this detection entry, so only filename and size are used as per the original detection code.
2013-12-10QUEEN: Restore previous detection code as fallback detector.D G Turner
2013-12-10QUEEN: Add further detection entries for Advanced Detector.D G Turner
These are based on queen.1 file lengths from qtable devtool.
2013-10-05QUEEN: Add detection entries for Advanced Detector.D G Turner
Some of the uncompressed language variant entries are missing currently.
2013-10-05QUEEN: Initial work to migrate to Advanced Detector.D G Turner
This breaks the detection until the required checksums for each version are added and/or the fallback detection is fixed.
2013-10-05QUEEN: Minor cleanup of detection code.D G Turner
2013-10-05QUEEN: Move current detection code into separate source file.D G Turner