aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/detection.cpp
AgeCommit message (Expand)Author
2010-04-03Disable the load from launcher button, in all games of Parallaction game engine.Travis Howell
2010-04-03Fix bug #2976376 - NIPPON: Load from Launcher fails. By removing the kSupport...Travis Howell
2010-03-30Let Parallaction return game-specific gameids. This completes the fix for bug...Nicola Mettifogo
2010-03-29Use ConfMan to query the gameid of the passed target instead of deducing from...Johannes Schickel
2010-03-29Fixed bug 2969234 by tampering with the gameId. Probably not a nice solution,...Nicola Mettifogo
2010-03-18COMMON: Get rid of Common::StringListMax Horn
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-28Change the detection of Amiga versions of BRA, to a required data file (reque...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
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-09-11Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState".Johannes Schickel
2008-09-03Changed some code to use the new Stream::readLine() methodMax Horn
2008-09-03Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...Max Horn
2008-09-02Merging more of the GSoC 2008 RTL branch: PARALLACTIONNicola Mettifogo
2008-08-16Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ...Christopher Page
2008-08-15Defined some MetaEngineFeatures for the engines, the launcher uses these feat...Christopher Page
2008-08-04Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Christopher Page
2008-07-28Add basic support for running Amiga and PC demos of BRA.Travis Howell
2008-07-25Added --list-saves support for PARALLACTION, and -x support for NipponSafesChristopher Page
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-04-06Add very basic support for Amiga version of BRA.Travis Howell
2008-04-05Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, kAD...Max Horn
2008-03-14Started to get rid of Common::EncapsulatedADGameDesc (using plain Common::ADG...Max Horn
2008-03-14Advanced Detector: Changed fallback detector from a callback function pointer...Max Horn
2008-02-08Initial support for plugin typesJordi Vilalta Prat
2008-02-03Revised Engine plugin API to only provide a single func which returns a MetaE...Max Horn
2008-02-03Changed "COMPATIBLITY" to "COMPATIBILITY".Torbjörn Andersson
2008-02-02Moved AdvancedMetaEngine to namespace CommonMax Horn
2008-02-02Converted the remaining engines to use MetaEngineJordi Vilalta Prat
2008-02-02Converted parallaction engine to use MetaEngineMax Horn
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-06Indent with tabs instead of spaces.Torbjörn Andersson
2007-11-03Patch #1825276: "DETECTION: advanced detector engine simplification"Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-08-13Fix linking errors.Eugene Sandulenko
2007-08-13Switch Parallaction back to single gameid (to be compatible with 0.10.x), andEugene Sandulenko
2007-07-27Added Italian language flag to Big Red Adventure detection structs.Nicola Mettifogo
2007-07-27Added detection target for Big Red Adventure, and derived new engine classes ...Nicola Mettifogo
2007-07-26Dos full version of Big Red Adventure is detected now. The engine crashes imm...Nicola Mettifogo
2007-06-16Add GF_LANG_MULT game flag, for detecting differences between the two Amiga v...Travis Howell
2007-06-15All known versions of Nippon Safes are now enabled with all features except f...Nicola Mettifogo
2007-06-14oops wrong platform.Nicola Mettifogo
2007-06-13Added full version of Nippon Safes for Amiga (EN/FR/DE) to detector.Nicola Mettifogo
2007-06-12Patch #1733764: "Fallback detection patch". GSoC student.Eugene Sandulenko