Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-15 | WAGE: Increased md5 sum size to 2MB and recalculated all checksums | Eugene Sandulenko | |
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-08-04 | WAGE: Update saves format | Alexander Tkachev | |
Offset is added in the end of the file, so ScummVM would know where to look for description, version, thumbnail information. | |||
2016-07-29 | WAGE: Make menu items show Save/Load dialog | Alexander Tkachev | |
Default ScummVM Save/Load dialog shows up on click. | |||
2016-06-08 | WAGE: Use # as savefile matching pattern | Eugene Sandulenko | |
2016-03-31 | WAGE: Increased md5 byte count to avoid large number of duplicates | Eugene Sandulenko | |
Still there are few dupes, but previously for many entries only file name and lenghts were different, which could lead to missed game variants. | |||
2016-03-16 | WAGE: Added 5 more games to detect. Drakmyth Castle is a big game | Eugene Sandulenko | |
2016-03-08 | ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines. | Johannes Schickel | |
_singleid -> _singleId _gameids -> _gameIds _guioptions -> _guiOptions | |||
2016-03-07 | WAGE: More game detection | Eugene Sandulenko | |
2016-03-01 | WAGE: Added detection for Twisted! and Exploration Zeta! | Eugene Sandulenko | |
2016-02-25 | WAGE: Let listSaves return list sorted on slot numbers. | Johannes Schickel | |
2016-02-15 | WAGE: Move detection tables to separate file | Eugene Sandulenko | |
2016-02-14 | WAGE: Simplify savename generation code | Eugene Sandulenko | |
2016-02-14 | WAGE: Fixed typo in game name | Eugene Sandulenko | |
2016-02-14 | WAGE: Drop language and platform for WAGE games | Eugene Sandulenko | |
2016-02-14 | WAGE: Added Deep Angst detection | Eugene Sandulenko | |
2016-02-14 | WAGE: Added ZikTuria detection | Eugene Sandulenko | |
2016-02-14 | WAGE: Added detection for Zoony | Eugene Sandulenko | |
2016-02-14 | WAGE: Use extra as game name for generic games | Eugene Sandulenko | |
2016-02-14 | WAGE: Put less significant games to generic target | Eugene Sandulenko | |
2016-02-14 | WAGE: Add Enchanced Scepters detection | Eugene Sandulenko | |
2016-01-06 | WAGE: Added detection for "Queen Quest" | Eugene Sandulenko | |
2016-01-06 | WAGE: Added detection for "Escape from School!" | Eugene Sandulenko | |
2015-12-27 | WAGE: Added 'A mess O'Trouble' detection | Eugene Sandulenko | |
2015-12-27 | WAGE: Added detection for Camp Cantitoe | Eugene Sandulenko | |
2015-12-27 | WAGE: Sync with mainline | Eugene Sandulenko | |
2015-12-27 | WAGE: Remove SVN keywords from the headers | Eugene Sandulenko | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Fix compilation with modern ScummVM | Eugene Sandulenko | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Fix Detection For ADParams Removal From AdvancedMetaEngine. | D G Turner | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Update AdvancedMetaEngine For Removal of ADParams. | D G Turner | |
Also, fixed incorrect structure naming which likely conflicted i.e. cineGames -> wageGames Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: StringList Replaced by StringArray... | D G Turner | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Update Engine For MKID_BE to MKTAG Change. | D G Turner | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Update Engine For Changes To Advanced Detector API. | D G Turner | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Added stubs for most classes. Implemented Obj and Scene classes. | Eugene Sandulenko | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> | |||
2015-12-27 | WAGE: Initial version. "Another Fine Mess 1.8" is detected. | Eugene Sandulenko | |
Signed-off-by: Eugene Sandulenko <sev@scummvm.org> |