Commit Graph
37 Commits
Author SHA1 Message Date
Eugene Sandulenko 16739d386e WAGE: Increased md5 sum size to 2MB and recalculated all checksums 2017-08-15 21:16:05 +01:00
Eugene Sandulenko fab199d37e JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
Alexander Tkachev b665fc933d ALL: Make simpleSaveNames() a MetaEngineFeature
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 16:07:55 +06:00
Alexander Tkachev ab1d160ec8 ALL: Add MetaEngine::simpleSaveNames()
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-24 16:07:55 +06:00
Alexander Tkachev ef631c9e75 WAGE: Update saves format
Offset is added in the end of the file, so ScummVM would know where to
look for description, version, thumbnail information.
2016-08-04 15:15:45 +06:00
Alexander Tkachev f50d9feee1 WAGE: Make menu items show Save/Load dialog
Default ScummVM Save/Load dialog shows up on click.
2016-07-29 17:48:23 +06:00
Eugene Sandulenko 8698df1c0a WAGE: Use # as savefile matching pattern 2016-06-08 10:19:43 +02:00
Eugene Sandulenko 4610ae906b WAGE: Increased md5 byte count to avoid large number of duplicates
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-31 11:01:36 +02:00
Eugene Sandulenko b5b88ffb22 WAGE: Added 5 more games to detect. Drakmyth Castle is a big game 2016-03-16 20:03:58 +01:00
Johannes Schickel 0b6befdcc5 ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.
_singleid   -> _singleId
_gameids    -> _gameIds
_guioptions -> _guiOptions
2016-03-08 19:01:13 +01:00
Eugene Sandulenko a3308ffcc3 WAGE: More game detection 2016-03-07 14:05:22 +01:00
Eugene Sandulenko eb50edb539 WAGE: Added detection for Twisted! and Exploration Zeta! 2016-03-01 12:11:09 +01:00
Johannes Schickel 2b53a26bb4 WAGE: Let listSaves return list sorted on slot numbers. 2016-02-25 21:39:45 +01:00
Eugene Sandulenko b007821d36 WAGE: Move detection tables to separate file 2016-02-15 21:06:46 +01:00
Eugene Sandulenko eef56e167e WAGE: Simplify savename generation code 2016-02-14 17:13:24 +01:00
Eugene Sandulenko ed21eaef99 WAGE: Fixed typo in game name 2016-02-14 17:12:59 +01:00
Eugene Sandulenko cedee5b3d9 WAGE: Drop language and platform for WAGE games 2016-02-14 17:12:56 +01:00
Eugene Sandulenko 4aa7440ffd WAGE: Added Deep Angst detection 2016-02-14 17:12:56 +01:00
Eugene Sandulenko 6e91ae4b9f WAGE: Added ZikTuria detection 2016-02-14 17:12:56 +01:00
Eugene Sandulenko 3911c5c031 WAGE: Added detection for Zoony 2016-02-14 17:12:55 +01:00
Eugene Sandulenko b44ba1b901 WAGE: Use extra as game name for generic games 2016-02-14 17:12:55 +01:00
Eugene Sandulenko 07d176cace WAGE: Put less significant games to generic target 2016-02-14 17:12:55 +01:00
Eugene Sandulenko 76639b5d3a WAGE: Add Enchanced Scepters detection 2016-02-14 17:12:47 +01:00
Eugene Sandulenko 1f9e724a53 WAGE: Added detection for "Queen Quest" 2016-01-06 00:53:55 +01:00
Eugene Sandulenko 5d715e178a WAGE: Added detection for "Escape from School!" 2016-01-06 00:41:02 +01:00
Eugene Sandulenko bebf1b4e86 WAGE: Added 'A mess O'Trouble' detection 2015-12-27 15:40:55 +01:00
Eugene Sandulenko e112ffdf48 WAGE: Added detection for Camp Cantitoe 2015-12-27 15:40:46 +01:00
Eugene Sandulenko 076a667862 WAGE: Sync with mainline 2015-12-27 15:39:52 +01:00
Eugene Sandulenko 5d7c72c6b6 WAGE: Remove SVN keywords from the headers
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
Eugene Sandulenko 1b128d26d7 WAGE: Fix compilation with modern ScummVM
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
D G Turner 43aaffc80d WAGE: Fix Detection For ADParams Removal From AdvancedMetaEngine.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
D G Turner 30793f99eb WAGE: Update AdvancedMetaEngine For Removal of ADParams.
Also, fixed incorrect structure naming which likely conflicted
i.e. cineGames -> wageGames

Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
D G Turner 0ee543b9fb WAGE: StringList Replaced by StringArray...
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
D G Turner 9d448131c5 WAGE: Update Engine For MKID_BE to MKTAG Change.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
D G Turner 83617a77da WAGE: Update Engine For Changes To Advanced Detector API.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
Eugene Sandulenko ce6aa4dd28 WAGE: Added stubs for most classes. Implemented Obj and Scene classes.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
Eugene Sandulenko c532b6c74f WAGE: Initial version. "Another Fine Mess 1.8" is detected.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00