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
/
queen
/
detection.cpp
Age
Commit message (
Expand
)
Author
2016-03-28
QUEEN: Added some md5s. Bug #6946
Eugene Sandulenko
2016-03-08
ENGINES: Make variable names of ADGameDescription conform to our guidelines.
Johannes Schickel
2016-03-08
ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.
Johannes Schickel
2016-02-25
QUEEN: Let listSaves return list sorted on slot numbers.
Johannes Schickel
2016-02-20
QUEEN: Added detection for Russian Floppy
Eugene Sandulenko
2016-01-26
QUEEN: Only request actual save slots in listSaves.
Johannes Schickel
2014-02-18
QUEEN: Make GPL headers consistent in themselves.
Johannes Schickel
2014-02-15
QUEEN: Fix previous commit
Strangerke
2014-02-15
QUEEN: Add detection of French versions reported in bug #6534
Strangerke
2014-02-10
QUEEN: Migrate extra gui options to AdvancedMetaEngine handling.
D G Turner
2014-02-10
QUEEN: Switch all savegame usage back to "queen.sXX" format.
D G Turner
2014-01-21
QUEEN: Migrate listSaves() function to game target for save naming.
D G Turner
2014-01-20
QUEEN: Fix missing GUIO_NOSPEECH flag on Demo and Floppy AD entries.
D G Turner
2014-01-14
QUEEN: Disable detection entries with unknown MD5sums.
D G Turner
2014-01-14
QUEEN: Switch unknown md5sums in detection entries for NULL.
D G Turner
2013-12-10
QUEEN: Restore previous detection code as fallback detector.
D G Turner
2013-12-10
QUEEN: Add further detection entries for Advanced Detector.
D G Turner
2013-10-05
QUEEN: Add detection entries for Advanced Detector.
D G Turner
2013-10-05
QUEEN: Initial work to migrate to Advanced Detector.
D G Turner
2013-10-05
QUEEN: Minor cleanup of detection code.
D G Turner
2013-10-05
QUEEN: Move current detection code into separate source file.
D G Turner