aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection_tables.h
AgeCommit message (Collapse)Author
2010-08-20Fixed bug #3049361 - "Hoyle4: Game is falsely detected as DEMO"Filippos Karapetis
svn-id: r52236
2010-08-17SCI: Added another French version of LSL3Filippos Karapetis
svn-id: r52170
2010-08-17SCI: Added the EGA version of SQ4Filippos Karapetis
svn-id: r52169
2010-08-17SCI: Added another EGA version of KQ5Filippos Karapetis
svn-id: r52168
2010-08-17SCI: Added another EGA version of LongbowFilippos Karapetis
svn-id: r52167
2010-08-17SCI: Added the EGA version of PQ3Filippos Karapetis
svn-id: r52166
2010-08-17SCI: Added the EGA version of Space Quest IFilippos Karapetis
svn-id: r52165
2010-08-17SCI: Added the EGA version of LSL5Filippos Karapetis
svn-id: r52164
2010-08-14SCI: Add the detection entry for GK1 macMatthew Hoops
svn-id: r52072
2010-08-13SCI: commenting out sq5 beta detection entryMartin Kiewitz
svn-id: r52067
2010-08-11SCI: cleanup of slater detection entriesMartin Kiewitz
svn-id: r51982
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