aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection_tables.h
AgeCommit message (Collapse)Author
2010-08-11SCI: fixing slater&charlie go camping entryMartin Kiewitz
bug #3042547 svn-id: r51981
2010-08-05SCI: changing hoyle 4 workaroundMartin Kiewitz
fixing hoyle 4 detection entry (not a demo) adding direct selector fix, maybe we should replace this later with a script patch adding detailed comment about the issue svn-id: r51753
2010-08-04SCI: Add Hero's Quest demo detection entry (qfg1 ega)Matthew Hoops
svn-id: r51740
2010-08-04SCI: Added detection entry for Hoyle 4 (Hoyle Classic Card Games) from bug ↵Filippos Karapetis
report #3039291 svn-id: r51735
2010-08-03SCI: Add detection entries from bug #3037054, bug #3038720, and bug #3038761Matthew Hoops
svn-id: r51694
2010-08-02SCI: Enable the Lighthouse demo SCI2.1 entry even when ENABLE_SCI3_GAMES is ↵Matthew Hoops
not set svn-id: r51624
2010-08-02SCI: Add Hoyle 2 Mac md5'sMatthew Hoops
svn-id: r51622
2010-08-02Added another version of Castle of Dr. Brain (bug report #3037942)Filippos Karapetis
svn-id: r51610
2010-08-01SCI: adding ADGF_ADDENGLISH to multilingual gamesMartin Kiewitz
Most of the games are guessed, i assume that SCI01->SCI1 games are multilingual, SCI1.1+ are not. I'm definitely not sure about the amiga games, can't check them though svn-id: r51597
2010-08-01SCI: Use new AD flag for German LSL5 which is dual-languageEugene Sandulenko
svn-id: r51594
2010-08-01SCI: Use new convenience macro and shorted the detection table a bitEugene Sandulenko
svn-id: r51591
2010-08-01SCI: removing pirated sq4 version from detectionMartin Kiewitz
"fixes" bug #3037800 fixing warning in seg_manager svn-id: r51576
2010-08-01SCI: Add another KQ5 VGA floppy entry (bug #3036996)Matthew Hoops
svn-id: r51564
2010-07-31SCI: fixing CR/LF, adding info about polish lsl1Martin Kiewitz
svn-id: r51550
2010-07-31SCI: updating commentMartin Kiewitz
svn-id: r51536
2010-07-31SCI: adding polish lsl1Martin Kiewitz
svn-id: r51535
2010-07-30SCI: Added PQ2 1.001.006 from bug report #3028479Filippos Karapetis
svn-id: r51498
2010-07-29SCI: Add detection for the April 2010 competition template (fan game)Matthew Hoops
svn-id: r51469
2010-07-28SCI: Add updated detection for al pond 2/new year's mystery (fan games)Matthew Hoops
svn-id: r51430
2010-07-28SCI: Add detection entries for newer SCI fan gamesMatthew Hoops
svn-id: r51418
2010-07-27SCI: found out interpreter version of lsl5gMartin Kiewitz
svn-id: r51393
2010-07-27SCI: The mothergoose demo is really for Windows, so make that the platformMatthew Hoops
svn-id: r51387
2010-07-27SCI: changes for mother goose sci2.1Martin Kiewitz
changed signature for kSetCursor sci2.1 added workarounds added separate gameid for mother goose sci2.1 svn-id: r51385
2010-07-27SCI: Add second KQ5 EGA entry (from bug #3035421)Matthew Hoops
svn-id: r51382
2010-07-27SCI: Add detection for some more EGA versions of gamesMatthew Hoops
See bug #3035349 (MD5 Checksum for Castle of Dr. Brain - EGA), #3035350 (MD5 Checksum for Mixed-Up Fairy Tales EGA) and #3035354 (MD5 Checksum for Mixed-Up Mother Goose (1990 EGA, SCI01)) svn-id: r51377
2010-07-20SCI: adding multilingual mixed up mother gooseMartin Kiewitz
sci32 svn-id: r51070
2010-07-17SCI: adding pq2 japanese pc98Martin Kiewitz
svn-id: r50972
2010-07-14The LSL7 demo is SCI2.1 so we should detect it even when ENABLE_SCI3_GAMES ↵Matthew Hoops
is not defined. svn-id: r50886
2010-07-14SCI: separating qfg1ega and qfg1vga gameidsMartin Kiewitz
svn-id: r50881
2010-07-12SCI: changing gameid of lsl6 sci2.1 into "lsl6hires". We need to keep ↵Martin Kiewitz
workarounds etc. separate, scripts are not compatible svn-id: r50829
2010-07-01SCI: adding jones/ega to detection tablesMartin Kiewitz
svn-id: r50575
2010-06-28Applied patch #3022511 - "qfg4 detection cleanup"Filippos Karapetis
svn-id: r50457
2010-06-21Fix the Hoyle 4 (Hoyle Classic) demo's top offset. It currently errors out ↵Matthew Hoops
later from lacking a selector (static selector problem). svn-id: r50118
2010-06-18SCI: Add mac SQ1 & SQ3Max Horn
svn-id: r50030
2010-05-10Add support for loading SCI games from Mac resource forks. The games ↵Matthew Hoops
themselves do not work yet as some (not all) of the data is in BE order instead of LE. They currently error out because it thinks the relocation block is outside of the script. svn-id: r48998
2010-03-05SCI: Add detection entry for Space Quest 5 french found in Space Quest ↵Fabio Battaglia
Collector's edition svn-id: r48165
2010-02-28Add detection entry for SQ4 Mac.Matthew Hoops
svn-id: r48156
2010-02-23SCI: add Gabriel Knight 1 French DOS CD detection entryFabio Battaglia
svn-id: r48115
2010-02-06Add detection entry for KQ5 Mac. Also, make Mac and Amiga SCI1_EGA+ games ↵Matthew Hoops
default to MIDI as we don't (yet) support their patches. KQ5 Mac will start and go until the main menu. svn-id: r47924
2010-02-01kPlatform(0) should return the SCI platform number. Fixes playing AVI's in ↵Matthew Hoops
KQ7 Windows. Also, adding/updating detection entries for KQ7 Windows. svn-id: r47791
2010-01-29Add duplicate entries of GK1 CD with the Windows platform set so that ↵Matthew Hoops
setting the platform to Windows won't appear as a missing entry. svn-id: r47670
2010-01-27Improve support for the SCI2.1/SCI3 file naming scheme. Multiple maps can be ↵Matthew Hoops
used and have to be matched up with their volume counterparts. Adding detection for the Phantasmagoria Demo too. svn-id: r47588
2010-01-26Disable all detection entries for SCI3 games - they use a different script ↵Filippos Karapetis
format (in .CSC files), and are currently totally unsupported svn-id: r47570
2010-01-26SCI: Added comment about PQ:SWAT original release (has the same MD5s as the ↵Martin Kiewitz
pq collection release although version is 1.000) svn-id: r47567
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2010-01-19SCI: added french lb2 floppyMartin Kiewitz
svn-id: r47373
2009-12-07Applied patch from tracker item #2900436 - "SCI: SCI32 Checksums" with some ↵Filippos Karapetis
formatting changes svn-id: r46275
2009-10-25Mark Jones CD with the CD flag and add CD in the extras field.Matthew Hoops
svn-id: r45365
2009-10-22Added the rest of the detection entries from bug report #2612718 and removed ↵Filippos Karapetis
some extra whitespace svn-id: r45331
2009-10-09Removed the now unused GF_SCI0_OLDGETTIME flag and simplified all of the ↵Filippos Karapetis
game entries in the detector svn-id: r44856