aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/detection.cpp
AgeCommit message (Collapse)Author
2016-08-24ALL: Make simpleSaveNames() a MetaEngineFeatureAlexander Tkachev
Added it into hasFeature() of all engines which returned `true` in simpleSaveNames() before. As mentioned in #788, SCI is not always using simple names, so it doesn't have such feature now.
2016-08-24ALL: Add MetaEngine::simpleSaveNames()Alexander Tkachev
Engines with "simple" savenames would support "Run in background" in save/load dialog and gradual save slots unlocking. Other engines save/load feature would be locked until save sync is over.
2016-05-29Fix MADS copyright signHubert Maier
2016-02-25MADS: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-01-26MADS: Only request actual save slots in listSaves.Johannes Schickel
2015-05-09MADS: Make GPL header consistent with what we normally use.Johannes Schickel
2015-03-15MADS: Hook up all of the remaining options, and add custom game optionsFilippos Karapetis
2014-05-02MADS: Misc savegame fixes and added meta query infoPaul Gilbert
2014-04-27MADS: Add detection entries for Dragonsphere and PhantomFilippos Karapetis
Also, disable the unsupported compressed Rex version for now
2014-04-26MADS: Implemented savegame header read/writesPaul Gilbert
2014-02-19MADS: Fix feature flags for Rex Nebular detection entryPaul Gilbert
2014-02-18MADS: Initial implementation of MSurface class and dependant classesPaul Gilbert
2014-02-16MADS: Initial implementation of Adlib sound driverPaul Gilbert