aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/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 Voyeur copyright signHubert Maier
2016-02-25VOYEUR: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-01-26VOYEUR: Only request actual save slots in listSaves.Johannes Schickel
2014-02-18VOYEUR: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-17VOYEUR: Fix maximum number of savegamesStrangerke
2014-02-16VOYEUR: Indent register plugin lines to match standard practicePaul Gilbert
2014-02-03VOYEUR: Re-enabled and completed implementing title sequencePaul Gilbert
2014-01-08VOYEUR: Preliminary savegame functionalityPaul Gilbert
2013-05-18VOYEUR: Added engine skeletonPaul Gilbert