aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection.cpp
AgeCommit message (Expand)Author
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
2009-07-16Added a detection entry for Pepper's Adventures in Time, and fixed an issue w...Filippos Karapetis
2009-07-11Removed an invalid detection entryFilippos Karapetis
2009-07-09Applied patch #2818845 - "SCI: resource.map detection for SCI1/1.1 fixed", wi...Filippos Karapetis
2009-07-07Added auto-detection for games with older headers for script blocks, and remo...Filippos Karapetis
2009-07-07- Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has...Filippos Karapetis
2009-07-06Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGAFilippos Karapetis
2009-07-06KQ6CD should be working correctly againFilippos Karapetis
2009-07-05SCI1 games with absolute parameters to lofs instructions are automatically de...Filippos Karapetis
2009-07-04Newer DoSound() semantics are now detected automatically, by the existence of...Filippos Karapetis
2009-07-03SCI0 games using older graphics functions are automatically detected now, fro...Filippos Karapetis
2009-07-03Simplified the kernel name loading code: Merged the default SCI0 and SCI1 ker...Filippos Karapetis
2009-06-25After discussing with waltervn, committing my fix for the King's Quest I Demo...Matthew Hoops
2009-06-14SCI: Added detection entries for Japanese SQ4.Walter van Niftrik
2009-06-12SCI: Added detection entries for Japanese QFG.Walter van Niftrik
2009-06-07MD5 from bugreport #2797962: "SCI: Laura Bows 2 german, md5"Eugene Sandulenko
2009-06-07Added MD5 from Bug #2796782: "SCI: LSL1 Russian MD5"Eugene Sandulenko
2009-06-06Added game GUI options to advancedDetector and updated all enginesEugene Sandulenko
2009-05-29- Rewrote kSetCursor to be a bit simpler to understand, and got rid of GF_SCI...Filippos Karapetis
2009-05-27Added a warning when kDoAudio is called with the new semantics (SQ4CD or newe...Filippos Karapetis