[Scummvm-cvs-logs] scummvm detector_public_reportUnknown -> ff14033bd2762db61eee840d7acf584f0a10651c

DrMcCoy drmccoy at drmccoy.de
Wed Jun 27 05:01:49 CEST 2012


This automated email contains information about 7 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b7fd6007d2 DETECTOR: Rename SizeMD5(Map) to ADFileProperties(Map)
0d72c7328a DETECTOR: Move ADFileProperties(Map) into advancedDetector.h
ac5325efc4 DETECTOR: Move size reading and MD5 creating into a new method getFileProperties()
ac6f0718d6 DETECTOR: Make detectGameFilebased() return a list of MD5s and file sizes
3adc8ddbdf DETECTOR: Make reportUnknown() available for AdvancedMetaEngine classes to use
5bd1591d4d GOB: Report unknown game variant when using the file based fallback detector
ff14033bd2 TOUCHE: Report unknown game variant when using the file based fallback detector


Commit: b7fd6007d258a26432416096e823a29af43c54bd
    https://github.com/scummvm/scummvm/commit/b7fd6007d258a26432416096e823a29af43c54bd
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2012-06-26T19:05:12-07:00

Commit Message:
DETECTOR: Rename SizeMD5(Map) to ADFileProperties(Map)

Changed paths:
    engines/advancedDetector.cpp




Commit: 0d72c7328a1752db32f9c934d782bb76455f2e44
    https://github.com/scummvm/scummvm/commit/0d72c7328a1752db32f9c934d782bb76455f2e44
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2012-06-26T19:07:32-07:00

Commit Message:
DETECTOR: Move ADFileProperties(Map) into advancedDetector.h

Changed paths:
    engines/advancedDetector.cpp
    engines/advancedDetector.h




Commit: ac5325efc4865fbf8fb750b392bf7239508dd3c5
    https://github.com/scummvm/scummvm/commit/ac5325efc4865fbf8fb750b392bf7239508dd3c5
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2012-06-26T19:36:19-07:00

Commit Message:
DETECTOR: Move size reading and MD5 creating into a new method getFileProperties()

Changed paths:
    engines/advancedDetector.cpp
    engines/advancedDetector.h




Commit: ac6f0718d6b62a43b3146e29cc78eac363874358
    https://github.com/scummvm/scummvm/commit/ac6f0718d6b62a43b3146e29cc78eac363874358
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2012-06-26T19:42:36-07:00

Commit Message:
DETECTOR: Make detectGameFilebased() return a list of MD5s and file sizes

Since we need a FSNode parent for Mac resource forks, we need to change
signature of detectGameFilebased(), too.

Changed paths:
    engines/advancedDetector.cpp
    engines/advancedDetector.h
    engines/cge/detection.cpp
    engines/gob/detection/detection.cpp
    engines/mohawk/detection.cpp
    engines/toon/detection.cpp
    engines/touche/detection.cpp




Commit: 3adc8ddbdf3aad350f0369a6e2c2e18be83fccd8
    https://github.com/scummvm/scummvm/commit/3adc8ddbdf3aad350f0369a6e2c2e18be83fccd8
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2012-06-26T19:48:57-07:00

Commit Message:
DETECTOR: Make reportUnknown() available for AdvancedMetaEngine classes to use

Changed paths:
    engines/advancedDetector.cpp
    engines/advancedDetector.h




Commit: 5bd1591d4d8f247041311349102c5cc10090a79c
    https://github.com/scummvm/scummvm/commit/5bd1591d4d8f247041311349102c5cc10090a79c
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2012-06-26T19:53:39-07:00

Commit Message:
GOB: Report unknown game variant when using the file based fallback detector

Changed paths:
    engines/gob/detection/detection.cpp




Commit: ff14033bd2762db61eee840d7acf584f0a10651c
    https://github.com/scummvm/scummvm/commit/ff14033bd2762db61eee840d7acf584f0a10651c
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2012-06-26T19:56:19-07:00

Commit Message:
TOUCHE: Report unknown game variant when using the file based fallback detector

Given the message Touche prints when it found a game, printing the
MD5 sums of the files was probably what it expected the
AdvancedDetector would do in the filebase fallback detector. This may
have been true in the past, but it's not what it does anymore,
rendering the message pointless.
This fixes it by calling the now accessable reportUnknown method.

Changed paths:
    engines/touche/detection.cpp








More information about the Scummvm-git-logs mailing list