Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05-29 | Fix Hopkins copyright sign | Hubert Maier | |
2016-02-25 | HOPKINS: Let listSaves return list sorted on slot numbers. | Johannes Schickel | |
2016-01-26 | HOPKINS: Only request actual save slots in listSaves. | Johannes Schickel | |
2014-02-18 | HOPKINS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-17 | HOPKINS: Indent REGISTER_PLUGIN_* for consistency. | Johannes Schickel | |
2014-02-02 | HOPKINS: Initialize censorship based on per-engine GUI option instead of ↵ | Strangerke | |
optional text flag | |||
2013-08-01 | HOPKINS: Slight cleanup. | Johannes Schickel | |
This renames HopkinsEngine::targetName to HopkinsEngine::getTargetName. This is more consistent with the name scheme of the remaining getters. It also makes getTargetName return a const reference instead of a copy. | |||
2013-07-31 | HOPKINS: Reverted to saving Breakout high scores in a separate file | Paul Gilbert | |
2013-05-22 | HOPKINS: Update detection to avoid as much as possible the use of executables | Strangerke | |
2013-02-15 | HOPKINS: Reorder includes | Strangerke | |
2013-02-15 | HOPKINS: Fix 2 comments of LordHoto | Strangerke | |
2012-12-22 | HOPKINS: Implement code for OS/2 version | Strangerke | |
2012-12-20 | HOPKINS: Remane functions and variables from Globals | Strangerke | |
2012-11-17 | HOPKINS: Add voice to detection, except for the Win95 demo (to be fixed) | Strangerke | |
2012-10-28 | HOPKINS: Work on hooking save/loading into the ScummVM framework | Paul Gilbert | |
2012-10-27 | HOPKINS: Use platform detection in order to properly initialize the mouse cursor | Strangerke | |
Also fix mass-renaming error in header | |||
2012-09-08 | HOPKINS: Added missing changes to hook in the new engine | Paul Gilbert | |
2012-09-07 | HOPKINS: Initial skeleton engine commit | Paul Gilbert | |