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
/
toon
/
detection.cpp
Age
Commit message (
Expand
)
Author
2016-08-24
ALL: Make simpleSaveNames() a MetaEngineFeature
Alexander Tkachev
2016-08-24
ALL: Add MetaEngine::simpleSaveNames()
Alexander Tkachev
2016-03-08
ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.
Johannes Schickel
2016-02-25
TOON: Let listSaves return list sorted on slot numbers.
Johannes Schickel
2016-01-26
TOON: Only request actual save slots in listSaves.
Johannes Schickel
2014-02-28
TOON: Reduce the scope of some more variables.
Strangerke
2014-02-18
TOON: Make GPL headers consistent in themselves.
Johannes Schickel
2013-05-02
COMMON: Change kPlatformPC to kPlatformDOS
Matthew Hoops
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-07-29
Merge pull request #252 from DrMcCoy/detector_public_reportUnknown
Johannes Schickel
2012-07-03
TOON: Slight cleanup in querySaveMetaInfos.
Johannes Schickel
2012-06-27
DETECTOR: Make detectGameFilebased() return a list of MD5s and file sizes
Sven Hesse
2012-02-12
TOON: Add russian version detection
sylvaintv
2011-11-16
LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)
Strangerke
2011-10-24
TOON: After discussion with clone2727 and eriktorbjorn, remove GUIO_NOASPECT...
Strangerke
2011-10-23
LAUNCHER: Add GUIO_NOASPECT to Toonstruck
Strangerke
2011-10-23
AD: Switched rest of the engines to new GUIO
Eugene Sandulenko
2011-08-07
GRAPHICS: Simplify the interface of Graphics::loadThumbnail().
Christoph Mallon
2011-06-14
DETECTOR: Treat file based fallback like any other fallback method
Max Horn
2011-06-14
DETECTOR: Merge ADParams into AdvancedMetaEngine
Max Horn
2011-06-10
TOON: Switch to alternate AdvancedMetaEngine, avoid ADParams
Max Horn
2011-06-10
ENGINES: Change incorrect use of 'target' to 'gameid'
Max Horn
2011-05-16
ENGINES: Unify engine names
Thierry Crozat
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-06
TOON: Fix several Valgrind issues
sylvaintv
2010-11-07
ENGINES: Unify code layout of all ADParams instances
Max Horn
2010-11-01
COMMON: Rename String::printf() to String::format()
Max Horn
2010-10-16
TOON: Added most of the remaining Advanced Engine Features
Sylvain Dupont
2010-10-09
TOON: Constify some more tables.
Johannes Schickel
2010-10-09
TOON: Ran astyle over the toon engine (+ some manual corrections).
Johannes Schickel
2010-10-09
TOON: Merge toondemo game id into toon
Matthew Hoops
2010-10-08
TOON: Normalized include paths
Eugene Sandulenko
2010-10-08
TOON: Merged Toon engine to ScummVM trunk
Eugene Sandulenko