aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/detection_tables.h
AgeCommit message (Collapse)Author
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
"PC" was very ambiguous and now it matches what we show in the GUI. This also corrects sword2's platform to Windows.
2013-03-29KYRA: Add detection entry for LOL french v1.20 (extracted) datafiles.D G Turner
This is from bug #3608967 - "Lands of Lore - french version 1.20 MD5".
2013-01-09KYRA: (LOL/FM-TOWNS) - add detection entryathrxx
2012-11-11KYRA: finish implementation of new HOF sequence player codeathrxx
2012-08-05KYRA: Add source of detection entires for LoL French floppy.Johannes Schickel
2012-07-31KYRA: fix "bug" #3552534 (LOL Floppy FR version unknown)athrxx
2012-06-11KYRA: Mark Kyra 1 russian floppy version as fan translation.Johannes Schickel
2012-03-19KYRA: Add per-game GUI option support.Johannes Schickel
2012-02-24COMMON: distinguish between 256 colors and 16 colors PC-98 rendering modesathrxx
KYRA 1 PC-98 supports both modes in the same target. The desired mode can now be selected in the rendering options. We did have good support for the 16 colors mode of KYRA 1 already. This mode could not really be selected though (except by manually modifying the config file or the code).
2012-02-21KYRA: (EOB) - make detection entries for EOB I more unique (bug #3488973)athrxx
This makes sure that non English versions don't get detected as English.
2012-02-21KYRA: add new rendering mode gui optionsathrxx
(EOB should support EGA and CGA mode, but this isn't implemented yet)
2011-12-28KYRA: add support for another Russian HOF fan translationathrxx
2011-12-27KYRA: Mark EoB games with ADGF_TESTING instead of ADGF_UNSTABLE.Johannes Schickel
ADGF_UNSTABLE makes an confusing dialog appear about the support of the games. EoB 1+2 should be completable so they are fit for public testing, which ADGF_TESTING is used for as far as it is documented. This does *not* imply that we directly want them in the next release though.
2011-12-26KYRA: (EOB) Flag eob and eob2 with ADGF_UNSTABLETarek Soliman
2011-12-26KYRA: (EOB) - initial code base commitathrxx
2011-11-16LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)Strangerke
2011-10-24KYRA: On demand of lordHoto, remove GUIO_NOASPECT as Jap. games are in ↵Strangerke
640x400 and not 640x480
2011-10-23LAUNCHER: Add GUIO_NOASPECT to KyraStrangerke
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-07-27KYRA: add support for Russian Kyra 1 floppy fan translationathrxx
2011-07-25KYRA: add support for Kyra 2 Russian floppyathrxx
2011-07-24LOL: add support for Russian CD-ROM versionathrxx
2011-07-24LOL: add support for Russian floppy versionathrxx
2011-07-13KYRA: Add detection for Russian versions of Kyra1 & LoLEugene Sandulenko
2011-06-12LOL: fix typoathrxx
2011-06-12LOL: add another detection entry for Italian fan translationathrxx
(this detection entry applies if the game has been patched with the official 1.02 patch before using the translation patch)
2011-06-10LOL: fix so-called bug #3313950athrxx
(LoL support for Italian fan translation)
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-10-30LOL: workaround for bug #3098935Florian Kagerer
(Vaelan's Cube can be duplicated at Scotia's Barrier) This is a bug in the game data of early unpatched floppy versions. This can also be fixed by applying the official patch (ftp://ftp.westwood.com/pub/lands1/updates/lolus123.exe). svn-id: r53954
2010-09-06LOL: Add md5 for another English floppy versionFlorian Kagerer
svn-id: r52597
2010-08-11KYRA: add new GUIO_MIDIAMIGA flag to amiga targetsFlorian Kagerer
svn-id: r51996
2010-08-07LOL: added english floppy versionFlorian Kagerer
svn-id: r51834
2010-07-23KYRA: Mark Kyra 1 Mac as General MIDI only.Johannes Schickel
It might be noteworthy that we do not support the music yet, but that might change one day. We also do not mark the Kyra 1 Mac CD as GM only, since that uses the included DOS sound files for now. svn-id: r51221
2010-06-25KYRA: fixed typoFlorian Kagerer
svn-id: r50283
2010-06-25KYRA: implement new gui option flagsFlorian Kagerer
svn-id: r50282
2010-06-15Split out detection code in Kyra engine.Eugene Sandulenko
svn-id: r49695