aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/detection.cpp
AgeCommit message (Expand)Author
2016-03-08ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.Johannes Schickel
2016-02-25CINE: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-01-26CINE: Only request actual save slots in listSaves.Johannes Schickel
2015-12-28CINE: Implement extra GUI options using AD's features.Johannes Schickel
2015-12-28CINE: Fix compilationFilippos Karapetis
2015-12-28CINE: Add support for ScummVM save/load menusFilippos Karapetis
2014-02-18CINE: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-26CINE: Null terminate string. CID 1003887Eugene Sandulenko
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2011-12-11CINE: Implement MT-32 output driver.Johannes Schickel
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-06-14DETECTOR: Separate code for handling obsolete gameids from advanced detectorMax Horn
2011-06-14DETECTOR: Merge ADParams into AdvancedMetaEngineMax Horn
2011-06-10CINE: Switch to alternate AdvancedMetaEngine, avoid ADParamsMax Horn
2011-06-10ENGINES: Change incorrect use of 'target' to 'gameid'Max Horn
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-06-02CINE: Replace snprintf() usage with Common::String::format()D G Turner
2011-05-22ENGINES: Further unify engine namesThierry Crozat
2011-05-16ENGINES: 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-07-16CINE: Get rid of g_saveFileManMax Horn
2010-06-15AdvancedDetector: Add new parameter directoryGlobs.Eugene Sandulenko
2010-06-15Split out detection tables for Cine engineEugene Sandulenko
2010-06-14Extended advancedDetector with depth parameter.Eugene Sandulenko
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2009-09-14FW Amiga distributed via Interplay should be a US version according to mobyga...Johannes Schickel
2009-09-14Add md5 sum of FW Amiga distributed by "Interplay".Johannes Schickel
2009-08-03Fix for #2824798 (FW: crash when clicking "load" in the GUI):Kari Salminen
2009-06-06Added game GUI options to advancedDetector and updated all enginesEugene Sandulenko
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
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-12Deleting save states via the launcher and the GMM is now supported in the cin...Filippos Karapetis
2008-11-12Saving and loading from the GMM is now supported in the cine engineFilippos Karapetis
2008-11-09- The GMM save dialog is now working for all engines which support the approp...Filippos Karapetis
2008-11-05Got rid of the unused 'filename' attribute in SaveStateDescriptorMax Horn
2008-11-04Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat...Max Horn
2008-10-26Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ...Filippos Karapetis
2008-10-06Added new type Engine::Feature; pushed down some #include dependenciesMax Horn
2008-08-16After merging trunk, Cine doesn't crash on RTL anymore. Awesome.Christopher Page
2008-08-15Fixes for Cine engine loading from launcherChristopher Page
2008-08-15Defined some MetaEngineFeatures for the engines, the launcher uses these feat...Christopher Page
2008-08-09Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-...Christopher Page
2008-08-08Added detection entry for the Sony published CD version of Future Wars.Kari Salminen
2008-08-05Add detection entry for a previously unrecognized 16 color PC version of Oper...Kari Salminen
2008-07-29Added --list-saves support for CINEChristopher Page