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
/
cine
/
detection.cpp
Age
Commit message (
Expand
)
Author
2019-11-03
ENGINES: Stop using 'single id'
Bastien Bouclet
2019-11-03
ENGINES: Add an engine ID to all the engines
Bastien Bouclet
2018-12-10
ENGINES: Normalize the getName() result of metaengines
Bastien Bouclet
2018-05-10
ENGINES: Change MetaEngine::findGame to return a plain game descriptor
Bastien Bouclet
2016-11-29
ALL: Remove comma before the word 'instead'
Ben Castricum
2016-03-08
ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.
Johannes Schickel
2016-02-25
CINE: Let listSaves return list sorted on slot numbers.
Johannes Schickel
2016-01-26
CINE: Only request actual save slots in listSaves.
Johannes Schickel
2015-12-28
CINE: Implement extra GUI options using AD's features.
Johannes Schickel
2015-12-28
CINE: Fix compilation
Filippos Karapetis
2015-12-28
CINE: Add support for ScummVM save/load menus
Filippos Karapetis
2014-02-18
CINE: Make GPL headers consistent in themselves.
Johannes Schickel
2013-04-26
CINE: Null terminate string. CID 1003887
Eugene Sandulenko
2012-02-20
COMMON: Move isFoo functions to namespace Common, add doxygen comments
Max Horn
2012-02-15
ALL: Avoid using is* macros from ctype.h
Max Horn
2011-12-11
CINE: Implement MT-32 output driver.
Johannes Schickel
2011-10-23
AD: Switched rest of the engines to new GUIO
Eugene Sandulenko
2011-06-23
ANALYSIS: Add static casts to is* functions
Littleboy
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
CINE: Switch to alternate AdvancedMetaEngine, avoid ADParams
Max Horn
2011-06-10
ENGINES: Change incorrect use of 'target' to 'gameid'
Max Horn
2011-06-02
ENGINES: Change 2nd param of Engine::saveGameState to Common::String
Max Horn
2011-06-02
CINE: Replace snprintf() usage with Common::String::format()
D G Turner
2011-05-22
ENGINES: Further unify engine names
Thierry Crozat
2011-05-16
ENGINES: Unify engine names
Thierry Crozat
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2010-07-16
CINE: Get rid of g_saveFileMan
Max Horn
2010-06-15
AdvancedDetector: Add new parameter directoryGlobs.
Eugene Sandulenko
2010-06-15
Split out detection tables for Cine engine
Eugene Sandulenko
2010-06-14
Extended advancedDetector with depth parameter.
Eugene Sandulenko
2010-03-18
COMMON: Get rid of Common::StringList
Max Horn
2009-09-14
FW Amiga distributed via Interplay should be a US version according to mobyga...
Johannes Schickel
2009-09-14
Add md5 sum of FW Amiga distributed by "Interplay".
Johannes Schickel
2009-08-03
Fix for #2824798 (FW: crash when clicking "load" in the GUI):
Kari Salminen
2009-06-06
Added game GUI options to advancedDetector and updated all engines
Eugene Sandulenko
2009-05-29
Changed SaveFileManager methods to take Common::String params (instead of cha...
Max Horn
2009-03-05
Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...
Jordi Vilalta Prat
2009-01-29
Moved AdvancedDetector from common/ to engines/
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-11-12
Deleting save states via the launcher and the GMM is now supported in the cin...
Filippos Karapetis
2008-11-12
Saving and loading from the GMM is now supported in the cine engine
Filippos Karapetis
2008-11-09
- The GMM save dialog is now working for all engines which support the approp...
Filippos Karapetis
2008-11-05
Got rid of the unused 'filename' attribute in SaveStateDescriptor
Max Horn
2008-11-04
Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat...
Max Horn
2008-10-26
Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ...
Filippos Karapetis
2008-10-06
Added new type Engine::Feature; pushed down some #include dependencies
Max Horn
2008-08-16
After merging trunk, Cine doesn't crash on RTL anymore. Awesome.
Christopher Page
2008-08-15
Fixes for Cine engine loading from launcher
Christopher Page
[next]