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
/
parallaction
/
detection.cpp
Age
Commit message (
Expand
)
Author
2007-02-13
Changed detectBestMatchingGame to return a pointer to a ADGameDescription (or...
Max Horn
2007-02-13
AdvancedDetector changes:
Max Horn
2007-02-13
Rename Common::GF_XXX to Common::ADGF_XXX
Eugene Sandulenko
2007-02-13
Renamed kADFlagComplexID to kADFlagAugmentPreferredTarget, document it, and a...
Max Horn
2007-02-13
(re)added flags field to ADGameDescription, with currently only one value (GF...
Max Horn
2007-02-04
AdvancedDetector now has built-in fallback detection based on file lists.
Eugene Sandulenko
2007-01-29
Now AdvancedDetector could use single ID per engine. Also it can suggest
Eugene Sandulenko
2007-01-28
Add more paramteres to AdvancedDetector. Not used yet.
Eugene Sandulenko
2007-01-27
Oops. Revert accidental commit
Eugene Sandulenko
2007-01-27
Fixes and gfx rendering works
Eugene Sandulenko
2007-01-25
Lots of cleanup in the AdvancedDetector
Max Horn
2007-01-25
Reduce #include dependencies
Eugene Sandulenko
2007-01-24
Add optional size parameter to ADGameFileDescription. Not used now.
Eugene Sandulenko
2007-01-24
Hide all AdvacedDetector parameters into a structure for easier maintenance
Eugene Sandulenko
2007-01-21
Reduce dependency from common/advancedDetector.h
Eugene Sandulenko
2007-01-20
First phase of detection-related plugins interface improvements. Now plugins
Eugene Sandulenko
2007-01-17
Fixed a warning.
Torbjörn Andersson
2007-01-14
Initial import of Parallaction engine
Eugene Sandulenko