aboutsummaryrefslogtreecommitdiff
path: root/engines/bbvs/detection.cpp
AgeCommit message (Collapse)Author
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
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-03-08ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.Johannes Schickel
_singleid -> _singleId _gameids -> _gameIds _guioptions -> _guiOptions
2016-02-28BBVS: Remove ADGF_TESTING from Beavis and Butt-head in Virtual Stupidity.Kirben
2016-02-25BBVS: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-01-26BBVS: Only request actual save slots in listSaves.Johannes Schickel
2015-11-18BBVS: Mark games as testingEugene Sandulenko
2015-11-18BBVS: Since we're using GUI for menus, switch iGUI to the relevant languageEugene Sandulenko
2015-11-18BBVS: Fix game titleEugene Sandulenko
2015-11-14BBVS: Added Russian BBVSEugene Sandulenko
Requires Russian to be selected in GUI font. Fails on unknown codec at game beginning.
2014-10-28BBVS: Remove trailing whitespaceFilippos Karapetis
2014-02-22BBVS: Silent some CppCheck warningsStrangerke
2014-02-02BBVS: Fix detectionjohndoe123
- Use AD_ENTRY1 macro - Use the correct game name in bbvsGames
2014-01-29BBVS: Initial commitjohndoe123