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
/
advancedDetector.cpp
Age
Commit message (
Expand
)
Author
2010-11-07
COMMON: Rename and tweak MD5 functions
Max Horn
2010-11-07
DETECTOR: Don't compute mac resource fork MD5 of a file multiple times
Max Horn
2010-11-07
DETECTOR: Get rid of ADGF_KEEPMATCH
Max Horn
2010-10-24
ALL: Fix various typos (patch #3093266)
Max Horn
2010-10-12
JANITORAL: Clean trailing whitespaces.
Jordi Vilalta Prat
2010-08-25
AD: Fix infinite loop in cleanupPirated.
Johannes Schickel
2010-08-25
AD: Implement AGDF_PIRATED flag.
Eugene Sandulenko
2010-08-25
AD: Print out infromation about unknown version in better format
Eugene Sandulenko
2010-08-25
AD: Fix in-depth search.
Eugene Sandulenko
2010-08-24
COMMON: Constify directoryGlobs variable in ADParams.
Johannes Schickel
2010-08-02
AdvancedDetector: Fix ADGF_ADDENGISH implementation
Eugene Sandulenko
2010-08-01
AdvancedDetector: Introduce new flag GF_ADDENGLISH
Eugene Sandulenko
2010-07-05
Fix update of GUI options, which only differ in the language setting.
Johannes Schickel
2010-06-15
AdvancedDetector: Add new parameter directoryGlobs.
Eugene Sandulenko
2010-06-15
GUI: Implemented Languages as GUI options.
Eugene Sandulenko
2010-06-14
Implement safeguard for negative depth values in AdvancedDetector.
Eugene Sandulenko
2010-06-14
Extended advancedDetector with depth parameter.
Eugene Sandulenko
2010-05-10
Add support to the MacResManager and AdvancedDetector to take the md5 of a re...
Matthew Hoops
2010-04-20
Small tweak, works around a bug in the default OpenBSD gcc 3.3.5 compiler
Max Horn
2010-04-06
Fix AdvancedMetaEngine::createInstance to use ConfMan.setBool
Max Horn
2010-01-03
Introduced new ADGF flag ADGF_USEEXTRAASTITLE.
Eugene Sandulenko
2009-11-23
COMMON: Remove various variants of the md5_file / md5_file_string funcs; turn...
Max Horn
2009-07-13
Refactor GUI options update into a function in Common: updateGameGUIOptions.
Johannes Schickel
2009-07-13
Support transparent guioptions update on game launch for AdvancedMetaEngine.
Johannes Schickel
2009-06-06
Use GameDescriptor::setGUIOptions instead of setting key "guioptions" directly.
Johannes Schickel
2009-06-06
Fix bug with GUI options not set when per-game setting is empty
Eugene Sandulenko
2009-06-06
Added game GUI options to advancedDetector and updated all engines
Eugene Sandulenko
2009-05-20
Fix bug #1544799: "ALL: Engine creates launcher entry when failing to launch"
Eugene Sandulenko
2009-03-09
Fix for bug #2671611: T7G: Checksums for unknown english 7th Guest cd version
Eugene Sandulenko
2009-02-21
Advanced detector: Slightly more verbose debug output
Max Horn
2009-02-15
Make failure reports in adv game detector a bit more verbose (show data path,...
Max Horn
2009-01-30
do not include common/debug.h from common/util.h
Max Horn
2009-01-29
Moved AdvancedDetector from common/ to engines/
Max Horn