aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/detection.cpp
AgeCommit message (Collapse)Author
2009-06-06Add GUI options support to Sky, Queen and Sword1&2 engines (which do not use AD)Eugene Sandulenko
svn-id: r41274
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of ↵Max Horn
char pointers) svn-id: r41000
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are ↵Max Horn
deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses) svn-id: r40725
2009-05-02Add German floppy demo of BASS.Travis Howell
svn-id: r40234
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
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-11-12Slight cleanupFilippos Karapetis
svn-id: r35027
2008-11-12Deleting save states via the launcher and the GMM is now supported in the ↵Filippos Karapetis
sky engine svn-id: r35026
2008-11-12Saving and loading from the GMM is now supported in the sky engineFilippos Karapetis
svn-id: r35024
2008-11-12Moved sky detection and meta engine specific code from sky.cpp into ↵Filippos Karapetis
detection.cpp, like other engines svn-id: r35015