aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/detection.cpp
AgeCommit message (Collapse)Author
2013-05-20Revert "DRASCULA: Add detection entries for the Debian repacked versions ↵Filippos Karapetis
(bug #3612236)" This reverts commit f0071c65adf72f0fda07395b19b28a7e730b619a.
2013-05-20Revert "DRASCULA: Fix the comment of the Debian repacked Italian version"Filippos Karapetis
This reverts commit d06a6542249ae18ec4b43ffb7ac4e5273baf3fd7.
2013-05-19DRASCULA: Fix the comment of the Debian repacked Italian versionFilippos Karapetis
2013-05-19DRASCULA: Add detection entries for the Debian repacked versions (bug #3612236)Filippos Karapetis
2013-05-19DRASCULA: Reorder detection entriesFilippos Karapetis
Entries have been grouped by type (packed / unpacked) and ordered by language, alphabetically
2013-05-19DRASCULA: Add detection entries for updated unpacked French / Italian ↵Filippos Karapetis
versions (bug #3612236)
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
"PC" was very ambiguous and now it matches what we show in the GUI. This also corrects sword2's platform to Windows.
2013-01-04DRASCULA: Properly set the game play time when loading a saved gameFilippos Karapetis
2013-01-04DRASCULA: Add advanced savegame functionalityFilippos Karapetis
This cleans up the save/load code and resolves multiple issues with the original save/load screen. Save game timestamps and thumbnails are now implemented, together with the ability to load a game from the launcher. F7 is now mapped to the ScummVM load dialog, and F10 to the save dialog (if the user has selected to use the ScummVM save screen).
2012-11-30DRASCULA: Change loop variable to uint, rather than size_t.D G Turner
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-04-16DRASCULA: listSaves handles unsynced save indexupthorn
This is a situation that would occur when a user copies drscula save files from one device to another, without copying the corresponding index, or copies the index without all corresponding save files.
2012-04-15DRASCULA: added list saves supportupthorn
Added kSupportsListSaves to DrasculaMetaEngine::hasFeature Added working listSaves to DrasculaMetaEngine
2011-11-16LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)Strangerke
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-06-20ALL: Remove trailing whitespacesMax Horn
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-06-14DETECTOR: Merge ADParams into AdvancedMetaEngineMax Horn
2011-06-10DRASCULA: Switch to alternate AdvancedMetaEngine, avoid ADParamsMax Horn
2011-06-10ENGINES: Change incorrect use of 'target' to 'gameid'Max Horn
2011-05-16ENGINES: Unify engine namesThierry Crozat
This unifies the engine names in MetaEngine::getName() and the credits. In particular drop "Engine" or "engine" from the names when it was present and use expanded names in credits when the MetaEngine uses it (e.g. "Beneath a Steel Sky" instead of "BASS").
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-01-28DRASCULA: Fix for Duplicate Registering of Archive.David Turner
A warning occurs that the archive, Packet.001 has been added twice. This is due to a hack to get the detector priority listing correct. This fix prevents this causing a multiple add of the same archive. svn-id: r55580
2010-11-07DRASCULA: Add GUIO_NOLAUNCHLOAD to the detection flags.Johannes Schickel
svn-id: r54125
2010-11-07DETECTOR: Get rid of ADGF_KEEPMATCHMax Horn
Also fix some typos, and minor tweaks svn-id: r54118
2010-10-05DRASCULA: Add MD5 for improved French version of the gameThierry Crozat
svn-id: r53034
2010-06-15AdvancedDetector: Add new parameter directoryGlobs.Eugene Sandulenko
Without this parameter mass detection gave tons of false alarms. Use globbing for narrowing down the depth search. svn-id: r49788
2010-06-14Extended advancedDetector with depth parameter.Eugene Sandulenko
Now AD can search nested directories. By default it is turned off, but there is new parameter to ADParameters struct. Usually value of 2 is good enough for all purposes. svn-id: r49653
2010-04-28Committed my proposed fix for bug #2970211 ("DRASCULA: missing germanTorbjörn Andersson
translation"), after a brief discussion with Fingolfin to make sure I wasn't doing something silly. svn-id: r48833
2010-02-08Renamed ArjFile to ArchiveMan, and _arj to _archives.Nicola Mettifogo
svn-id: r48000
2009-12-25Consistency change: Use uniform copyright strings in getOriginalCopyright.Johannes Schickel
svn-id: r46543
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