aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/detection.cpp
AgeCommit message (Collapse)Author
2009-06-06Added game GUI options to advancedDetector and updated all enginesEugene Sandulenko
svn-id: r41272
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ↵Jordi Vilalta Prat
the meaning of the returned string, as discussed some time ago in scummvm-devel svn-id: r39132
2009-01-29Moved AdvancedDetector from common/ to engines/Max Horn
svn-id: r36132
2008-08-24Italian version now has properly translated verbs area as well as numerousEugene Sandulenko
fixes to object names. So new version of packet.005 was prepared. svn-id: r34124
2008-08-10Add checksums for ScummVM repacked Italian and Spanish versions.Eugene Sandulenko
svn-id: r33761
2008-06-02Simplified detection tableEugene Sandulenko
svn-id: r32500
2008-06-02Add detection for original unpacked Spanish and Italian versions.Eugene Sandulenko
svn-id: r32499
2008-06-02- Now it is possible to choose English version from original CD. Thanks toEugene Sandulenko
ADGF_KEEPMATCH - Fix detection of French version svn-id: r32498
2008-06-02Better implementation of packet games loadingEugene Sandulenko
svn-id: r32490
2008-06-02Proper detection for packed German and French versions. Removed unneeded code.Eugene Sandulenko
svn-id: r32489
2008-06-01Add MD5's and packed file overrides for original packed files of the ↵Filippos Karapetis
Multilingual English/German/French CD of Drascula svn-id: r32478
2008-05-26Disable Drascula's and MADE's dummy fallbackDetect.Jordi Vilalta Prat
svn-id: r32297
2008-05-24- Move more texts to stringsEugene Sandulenko
- Add support for international versions - More differences for Spanish version - Fix font position for Spanish version - Added accented characters rendering - Bring save names to ScummVM scheme. Original saves aren't read anymore - Made mouse more responsive at save/load screen - Couple fixes for game texts svn-id: r32256
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
svn-id: r31888
2008-04-05Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, ↵Max Horn
kADFlagDontAugmentPreferredTarget (since all AdvDetector engines except Kyra used kADFlagAugmentPreferredTarget, it seems reasonable to assume that as default) svn-id: r31413
2008-03-15Got rid of EncapsulatedADGameDescMax Horn
svn-id: r31130
2008-03-14Started to get rid of Common::EncapsulatedADGameDesc (using plain ↵Max Horn
Common::ADGameDescription instead) svn-id: r31121
2008-03-14Advanced Detector: Changed fallback detector from a callback function ↵Max Horn
pointer to an overrideable method of AdvancedMetaEngine svn-id: r31119
2008-02-08Initial support for plugin typesJordi Vilalta Prat
svn-id: r30825
2008-02-03Revised Engine plugin API to only provide a single func which returns a ↵Max Horn
MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780
2008-02-03Changed "COMPATIBLITY" to "COMPATIBILITY".Torbjörn Andersson
svn-id: r30754
2008-02-02Moved AdvancedMetaEngine to namespace CommonMax Horn
svn-id: r30736
2008-02-02Converted the remaining engines to use MetaEngineJordi Vilalta Prat
svn-id: r30728
2007-11-14Improved the game desc naming in the drascula detection codeMax Horn
svn-id: r29503
2007-11-03Patch #1825276: "DETECTION: advanced detector engine simplification"Eugene Sandulenko
svn-id: r29386
2007-10-11disable spanish version for nowPaweł Kołodziejski
svn-id: r29185
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-07-17added english and spanish version of drascula detectionPaweł Kołodziejski
svn-id: r28132
2007-07-17added engine stubs code for Drascula gamePaweł Kołodziejski
svn-id: r28130