Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko | |
2016-08-24 | ALL: Make simpleSaveNames() a MetaEngineFeature | Alexander 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-24 | ALL: 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-08 | ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines. | Johannes Schickel | |
_singleid -> _singleId _gameids -> _gameIds _guioptions -> _guiOptions | |||
2016-02-28 | BBVS: Remove ADGF_TESTING from Beavis and Butt-head in Virtual Stupidity. | Kirben | |
2016-02-25 | BBVS: Let listSaves return list sorted on slot numbers. | Johannes Schickel | |
2016-01-26 | BBVS: Only request actual save slots in listSaves. | Johannes Schickel | |
2015-11-18 | BBVS: Mark games as testing | Eugene Sandulenko | |
2015-11-18 | BBVS: Since we're using GUI for menus, switch iGUI to the relevant language | Eugene Sandulenko | |
2015-11-18 | BBVS: Fix game title | Eugene Sandulenko | |
2015-11-14 | BBVS: Added Russian BBVS | Eugene Sandulenko | |
Requires Russian to be selected in GUI font. Fails on unknown codec at game beginning. | |||
2014-10-28 | BBVS: Remove trailing whitespace | Filippos Karapetis | |
2014-02-22 | BBVS: Silent some CppCheck warnings | Strangerke | |
2014-02-02 | BBVS: Fix detection | johndoe123 | |
- Use AD_ENTRY1 macro - Use the correct game name in bbvsGames | |||
2014-01-29 | BBVS: Initial commit | johndoe123 | |