[Scummvm-cvs-logs] scummvm master -> 32972a5ffb180c9e8a6a9eae51d0e7564ce76d9e

sev- sev at scummvm.org
Mon Oct 24 03:05:41 CEST 2011


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

Summary:
77c65648b1 AD: Swtich GUI options to a char array.
32972a5ffb AD: Switched rest of the engines to new GUIO


Commit: 77c65648b1db8f8b7b245510681eafd856798d26
    https://github.com/scummvm/scummvm/commit/77c65648b1db8f8b7b245510681eafd856798d26
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2011-10-23T09:53:13-07:00

Commit Message:
AD: Swtich GUI options to a char array.

This eliminates nasty limitation of caping number of flags to 31.
Current code has limitation of 255 flags, though.

Only SCUMM engine is converted, rest do not even compile.
Detection of fan talkie MI is broken as it has to be implemented
differently.

Changed paths:
    audio/mididrv.cpp
    audio/mididrv.h
    common/util.cpp
    common/util.h
    engines/advancedDetector.cpp
    engines/advancedDetector.h
    engines/game.cpp
    engines/game.h
    engines/scumm/detection.cpp
    engines/scumm/detection.h
    engines/scumm/detection_tables.h
    gui/launcher.cpp
    gui/options.cpp
    gui/options.h




Commit: 32972a5ffb180c9e8a6a9eae51d0e7564ce76d9e
    https://github.com/scummvm/scummvm/commit/32972a5ffb180c9e8a6a9eae51d0e7564ce76d9e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2011-10-23T09:53:13-07:00

Commit Message:
AD: Switched rest of the engines to new GUIO

Changed paths:
    common/util.h
    engines/advancedDetector.h
    engines/agi/detection.cpp
    engines/agi/detection_tables.h
    engines/agos/detection.cpp
    engines/agos/detection_tables.h
    engines/cge/detection.cpp
    engines/cine/detection.cpp
    engines/cine/detection_tables.h
    engines/composer/detection.cpp
    engines/cruise/detection.cpp
    engines/draci/detection.cpp
    engines/drascula/detection.cpp
    engines/dreamweb/detection.cpp
    engines/dreamweb/detection_tables.h
    engines/gob/detection.cpp
    engines/gob/detection_tables.h
    engines/groovie/detection.cpp
    engines/hugo/detection.cpp
    engines/kyra/detection_tables.h
    engines/lastexpress/detection.cpp
    engines/lure/detection.cpp
    engines/m4/detection.cpp
    engines/made/detection.cpp
    engines/mohawk/detection_tables.h
    engines/parallaction/detection.cpp
    engines/queen/queen.cpp
    engines/saga/detection_tables.h
    engines/sci/detection.cpp
    engines/sci/detection_tables.h
    engines/sky/detection.cpp
    engines/sword1/detection.cpp
    engines/sword2/sword2.cpp
    engines/sword25/detection.cpp
    engines/sword25/detection_tables.h
    engines/teenagent/detection.cpp
    engines/testbed/detection.cpp
    engines/tinsel/detection_tables.h
    engines/toon/detection.cpp
    engines/touche/detection.cpp
    engines/tsage/detection.cpp
    engines/tsage/detection_tables.h
    engines/tucker/detection.cpp








More information about the Scummvm-git-logs mailing list