aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection.cpp
AgeCommit message (Expand)Author
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-21SCI: Saved games can now be loaded from ScummVM's launcherFilippos Karapetis
2010-01-17SCI: fixed detection to not crash when adding sierras pinball creep, also cha...Martin Kiewitz
2010-01-06SCI: search for %J in text resources to identify japanese games, switch to up...Martin Kiewitz
2010-01-06Removed a hack from the fallback detector, used to distinguish some demos fro...Filippos Karapetis
2010-01-04Fallback detector:Filippos Karapetis
2009-12-27Renamed gameName -> gameId, to keep the same vocabulary everywhereFilippos Karapetis
2009-10-13SCI: Don't end warning() format strings with a newline or a period (a newline...Max Horn
2009-10-11Fixed a warning, ironically inside a warning().Torbjörn Andersson
2009-10-11Implemented some advanced savegame functionality - loading and deleting saveg...Filippos Karapetis
2009-10-09Removed the now unused GF_SCI0_OLDGETTIME flag and simplified all of the game...Filippos Karapetis
2009-09-24Add "demo" to the extras field of the fallback detector for demosFilippos Karapetis
2009-09-23- Moved the SCI version in a global variableFilippos Karapetis
2009-09-17Made script_lookup_export() a method of SegManagerFilippos Karapetis
2009-09-12- Made obj_get and obj_get_name methods of SegManager (getObject and getObjec...Filippos Karapetis
2009-09-06SCI: Rename resManager -> resMan; segManager -> segManMax Horn
2009-09-02Some renaming:Filippos Karapetis
2009-09-01- Reverted the *vga targets back to *sci, and used the extras field again for...Filippos Karapetis
2009-09-01- Added MD5's for the 5 different Crazy Nick's collectionsFilippos Karapetis
2009-09-01- Moved the Sierra game ID conversion code inside game.cpp, so that any game-...Filippos Karapetis
2009-09-01SCI: Turned convertSierraGameId partially into a tableMax Horn
2009-09-01Coding best practice: Whenever possible, pass objects by reference instead of...Max Horn
2009-08-26Further work on the fallback detector: added several demosFilippos Karapetis
2009-08-26Added code to distinguish between the demo and full versions of fairytalesFilippos Karapetis
2009-08-26Started working on distinguishing the Sierra game demos. Also added a note ab...Filippos Karapetis
2009-08-26WordingFilippos Karapetis
2009-08-26Added automatic detection of the game language to the fallback detectorFilippos Karapetis
2009-08-25- Finished automatic detection of the game platform in the fallback detectorFilippos Karapetis
2009-08-25- Split SCI_VERSION_32 into SCI_VERSION_2, SCI_VERSION_2_1, and SCI_VERSION_3...Matthew Hoops
2009-08-25Fixed detection for GK1 demo when SCI32 is not enabledFilippos Karapetis
2009-08-25Silenced warnings (thanks wjp)Filippos Karapetis
2009-08-25- Simplified the parameters of some functionsFilippos Karapetis
2009-08-24Show if a game is using EGA graphics or not in the detected entryFilippos Karapetis
2009-08-24More work on the fallback detector: added detection of CD games and prevented...Filippos Karapetis
2009-08-24- Removed the code which reads the SCI version string from the game executabl...Filippos Karapetis
2009-08-24Move detection tables to separate file.Eugene Sandulenko
2009-08-23- Added more mappings from Sierra's internal IDs to our own ones. Hopefully, ...Filippos Karapetis
2009-08-21Fix use of default directories in SCI detection code. So far all our detectio...Johannes Schickel
2009-08-20Add detection for the QFG2 demo.Matthew Hoops
2009-08-18Started rewriting the SCI engine to use FSNode instead of file names. This is...Filippos Karapetis
2009-08-18Mapped some Sierra internal IDs to our own ones, and added a note about a hac...Filippos Karapetis
2009-08-18- Added game ID detection to the fallback detector. We still need to map some...Filippos Karapetis
2009-08-18Removed the maxMemory parameter of the resource manager and replaced it with ...Filippos Karapetis
2009-08-17- Simplified some functions to accept only the parts of the EngineState they ...Filippos Karapetis
2009-08-16SCI: Stage 1 of the game detection overhaul. The end goal is to autodetectWalter van Niftrik
2009-08-15SCI: Rename sci_version_t to SciVersionWalter van Niftrik
2009-08-15SCI: Added enum for map and volume versions. Removed res_version setting fromWalter van Niftrik
2009-08-10SCI: Added detection entries for French versions of Eco Quest 1/2 (reportedWalter van Niftrik
2009-07-16Added missing information for the newly-added version of PepperFilippos Karapetis
2009-07-16Added the French version of KQ5 floppy (bug report #2812611)Filippos Karapetis