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.h
Age
Commit message (
Expand
)
Author
2014-02-18
ENGINES: Make GPL headers consistent in themselves.
Johannes Schickel
2013-09-09
AD: Introduce ADGF_DROPPLATFORM
Eugene Sandulenko
2013-05-17
RECORDER: Implement Events Recorder
Eugene Sandulenko
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-06-27
DETECTOR: Make reportUnknown() available for AdvancedMetaEngine classes to use
Sven Hesse
2012-06-27
DETECTOR: Make detectGameFilebased() return a list of MD5s and file sizes
Sven Hesse
2012-06-27
DETECTOR: Move size reading and MD5 creating into a new method getFilePropert...
Sven Hesse
2012-06-27
DETECTOR: Move ADFileProperties(Map) into advancedDetector.h
Sven Hesse
2012-03-19
ENGINES: Implement per-game options caching in AdvancedDetector via GUIO flags.
Johannes Schickel
2012-02-29
ENGINES: Copy singleid description from wiki
Willem Jan Palenstijn
2012-02-29
ENGINES: Adjust the description of _singleId
Filippos Karapetis
2012-02-28
ENGINES: Add a thorough explanation of the ugliness caused by _singleId
Filippos Karapetis
2012-02-28
ENGINES: Properly explain the usage of _singleId
Filippos Karapetis
2012-02-26
COMMON: Move RenderMode and GUIOptions functionality into separate files
Max Horn
2011-11-16
LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)
Strangerke
2011-10-23
AD: Switched rest of the engines to new GUIO
Eugene Sandulenko
2011-10-23
AD: Swtich GUI options to a char array.
Eugene Sandulenko
2011-08-20
ENGINES: Fix a typo
Matthew Hoops
2011-06-16
ENGINES: Warn user about games marked with ADGF_UNSTABLE flags
Tarek Soliman
2011-06-14
DETECTOR: Change ADFileBasedFallback::desc to ADGameDescription pointer
Max Horn
2011-06-14
DETECTOR: Remove kADFlagPrintWarningOnFileBasedFallback
Max Horn
2011-06-14
DETECTOR: Treat file based fallback like any other fallback method
Max Horn
2011-06-14
DETECTOR: Pass allFiles to AdvancedMetaEngine::fallbackDetect()
Max Horn
2011-06-14
DETECTOR: Change detectGameFilebased return value
Max Horn
2011-06-14
DETECTOR: Cleanup, extend doxygen comments
Max Horn
2011-06-14
DETECTOR: Separate code for handling obsolete gameids from advanced detector
Max Horn
2011-06-14
DETECTOR: Merge ADParams into AdvancedMetaEngine
Max Horn
2011-06-10
DETECTOR: Turn some internal func of AdvancedMetaEngine into methods
Max Horn
2011-06-10
DETECTOR: Make updateGameDescriptor a method of AdvancedMetaEngine
Max Horn
2011-06-10
DETECTOR: Add AdvancedMetaEngine constructor which works without ADParams
Max Horn
2011-06-01
DETECTOR: Get rid of unused kADFlagDontAugmentPreferredTarget
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-27
DETECTOR: Reserve 16 bits for generic ADGameFlags
Max Horn
2010-11-07
DETECTOR: Get rid of ADGF_KEEPMATCH
Max Horn
2010-08-25
AD: Implement AGDF_PIRATED flag.
Eugene Sandulenko
2010-08-24
COMMON: Constify directoryGlobs variable in ADParams.
Johannes Schickel
2010-08-01
AdvancedDetector: Introduce new flag GF_ADDENGLISH
Eugene Sandulenko
2010-08-01
AdvancedDetector: Introducing AD_LISTEND, another convenience macro
Eugene Sandulenko
2010-06-15
AdvancedDetector: Add new parameter directoryGlobs.
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-01-03
Introduced new ADGF flag ADGF_USEEXTRAASTITLE.
Eugene Sandulenko
2009-06-06
Added game GUI options to advancedDetector and updated all engines
Eugene Sandulenko
2009-01-29
Moved AdvancedDetector from common/ to engines/
Max Horn