aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/detection.cpp
AgeCommit message (Expand)Author
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-03-31ENGINES: Return all available custom GUI options if no target is specifiedFilippos Karapetis
2012-03-25SKY: Only show the option for the alternative intro in the CD versionFilippos Karapetis
2012-03-25SKY: Add gui-option for alt-introTorbjörn Andersson
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2012-02-13BASS: Fix savegame corruptionWillem Jan Palenstijn
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-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-06-02SKY: Replace snprintf() usage with Common::String::format()D G Turner
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-05-22ENGINES: Further unify engine namesThierry Crozat
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-06-06Add GUI options support to Sky, Queen and Sword1&2 engines (which do not use AD)Eugene Sandulenko
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2009-05-02Add German floppy demo of BASS.Travis Howell
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...Jordi Vilalta Prat
2009-01-29Moved AdvancedDetector from common/ to engines/Max Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-11-12Slight cleanupFilippos Karapetis
2008-11-12Deleting save states via the launcher and the GMM is now supported in the sky...Filippos Karapetis
2008-11-12Saving and loading from the GMM is now supported in the sky engineFilippos Karapetis
2008-11-12Moved sky detection and meta engine specific code from sky.cpp into detection...Filippos Karapetis