index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
kyra
/
detection.cpp
Age
Commit message (
Expand
)
Author
2008-06-26
- improved hof music support for fm-towns (driver for *.twn tracks) (still ne...
Florian Kagerer
2008-05-31
Added ADGF_CD to Italian fan translation of kyra1 cd.
Johannes Schickel
2008-05-24
- add support for HOF floppy versions
Florian Kagerer
2008-05-14
Changed kyra3 detection entries, now there are special entries for non instal...
Johannes Schickel
2008-05-11
- Renamed KyraEngine to KyraEngine_v1
Johannes Schickel
2008-05-11
Consisteny fixes:
Johannes Schickel
2008-05-06
Allow static and dynamic plugins to be used at the same time
Jordi Vilalta Prat
2008-05-02
Started to refactor kyra2/kyra3 code to a common base. (regressions possible,...
Johannes Schickel
2008-04-29
Prevent analog sound driver to be created for Kyra3.
Johannes Schickel
2008-04-19
Fixed formatting.
Johannes Schickel
2008-04-19
fix detection for playable Hof demo
Florian Kagerer
2008-04-10
- Reverted r31454 changes to detection.cpp
Johannes Schickel
2008-04-08
- Set language to Common::UNK_LANG for multilanguage games (kyra2cd and kyra3...
Johannes Schickel
2008-04-05
Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, kAD...
Max Horn
2008-03-27
- Implemented support for --list-saves in Kyra engine
Johannes Schickel
2008-03-20
Add HoF CD demo.
Travis Howell
2008-03-14
Started to get rid of Common::EncapsulatedADGameDesc (using plain Common::ADG...
Max Horn
2008-03-14
Advanced Detector: Changed fallback detector from a callback function pointer...
Max Horn
2008-02-08
Initial support for plugin types
Jordi Vilalta Prat
2008-02-03
Revised Engine plugin API to only provide a single func which returns a MetaE...
Max Horn
2008-02-03
Changed "COMPATIBLITY" to "COMPATIBILITY".
Torbjörn Andersson
2008-02-02
Moved AdvancedMetaEngine to namespace Common
Max Horn
2008-02-02
Converted the remaining engines to use MetaEngine
Jordi Vilalta Prat
2007-12-21
Naming consistency fixes.
Johannes Schickel
2007-12-16
Commit of patch #1848147 "KYRA: SoundTowns Update" with some changes. Thanks ...
Johannes Schickel
2007-11-05
Committing '[ 1824376 ] KYRA: more sequence player code' from Florian, with a...
Oystein Eftevaag
2007-11-03
Patch #1825276: "DETECTION: advanced detector engine simplification"
Eugene Sandulenko
2007-09-15
- added PC-98 platform entry
Johannes Schickel
2007-08-25
- reformatting AdvancedDetector engines (looks like what the gob engine uses ...
Johannes Schickel
2007-08-13
Fix linking errors.
Eugene Sandulenko
2007-08-13
(At last) switched Kyra detection to AdvancedDetector
Eugene Sandulenko
2007-07-10
Add md5sum for Italian fan translation of CD version (see fr#1727941 "KYRA: a...
Johannes Schickel
2007-06-15
ADV detector: Refactored findGameID() a bit, making it possible to use it out...
Max Horn
2007-06-12
Patch #1733764: "Fallback detection patch". GSoC student.
Eugene Sandulenko
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-27
Updated error message.
Johannes Schickel
2007-05-05
- started to move v1 specific functions to KyraEngine_v1 (just opcodes yet)
Johannes Schickel
2007-04-27
Renamed plugin.cpp to detection.cpp in all engines
Max Horn