Commit Graph
66 Commits
Author SHA1 Message Date
Cameron Cawley f3b094e53f ENGINES: Change the MetaEngineDetection interface to match MetaEngine 2022-07-23 23:31:58 +02:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh 6a59febd46 COMPOSER: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Eugene Sandulenko 7ff34bc9ec PLUGINS: MetaEngineStatic -> MetaEngineDetection 2020-10-11 23:14:39 +02:00
Eugene Sandulenko 7ea6781043 PLUGINS: PLUGIN_TYPE_METAENGINE -> PLUGIN_TYPE_ENGINE_DETECTION 2020-10-11 23:12:32 +02:00
aryanrawlani28 d26bbe521c ENGINES: ALL: Finish renaming ME & AME classes
- ME -> MetaEngineStatic (static parts)
- MEC -> MetaEngine (dynamic parts)
2020-10-03 14:56:36 +02:00
aryanrawlani28 a56dc094b9 ENGINES: ALL: Move detection_enums -> detection.h
- Cleans up headers quite a bit.
2020-10-03 14:56:36 +02:00
aryanrawlani28 29ceb07959 ENGINES: ALL: Revert detection submodule to be directly present in the engine directory
- DETECT_OBJS are present and added inside an engine's modules.mk file.
2020-10-03 14:56:36 +02:00
aryanrawlani28 8189a05316 ENGINES: ALL: Adapt to changes for new plugins by defining a new detection module
For each engine:
- Make a new folder detection
- Move detection-related files inside the folder
- Add a new module "enginename/detection"
- Add DETECT_OBJS here
- Adjust the normal engine module to remove detect_objs
- Adjust every file for the new changes.
2020-10-03 14:56:36 +02:00
aryanrawlani28 7bdc910cc8 COMPOSER: Split detection features & adapt to new plugins. 2020-10-03 14:56:36 +02:00
mataniko 581a6ec7d6 JANITORIAL: Rename kSupportsRTL to kSupportsReturnToLauncher 2020-05-12 10:36:38 +02:00
Bastien Bouclet 64973148ef COMPOSER: Add override keywords 2020-02-09 12:43:15 +01:00
Eugene Sandulenko c7a9fc2acf COMPOSER: Split out detection tables 2020-02-05 15:01:24 +01:00
Eugene Sandulenko 21b34f8861 COMPOSER: Added override keywords 2020-02-05 14:59:35 +01:00
Paul Gilbert 5b80320525 ENGINES: Adding override keyword to hasFeature methods 2020-02-04 20:04:11 -08:00
BLooperZ 7eea773fc7 COMPOSER: fallback load default configs 2019-12-07 21:42:14 +02:00
BLooperZ 1a81f1580b COMPOSER: add v1 config files from ticket #5934 2019-12-07 21:42:14 +02:00
BLooperZ 60d67207a2 COMPOSER: fix loop 2019-12-07 21:42:14 +02:00
BLooperZ c57ed53552 COMPOSER: specify config file in detection entry 2019-12-07 21:42:14 +02:00
BLooperZ 03ced8ac95 COMPOSER: detect + support macintosh version 2019-12-07 21:42:14 +02:00
BLooperZ 8b54ff00fa COMPOSER: add detection entries 2019-12-07 21:42:14 +02:00
Bastien Bouclet 9c8bd056d6 ENGINES: Stop using 'single id' 2019-11-03 11:43:00 +01:00
Bastien Bouclet 4b42112721 ENGINES: Add an engine ID to all the engines 2019-11-03 11:43:00 +01:00
Henrik "Henke37" Andersson 391f26ff70 COMPOSER: The engine does not use MIDI, mark the games as such. 2019-09-29 19:34:16 +03:00
Bastien Bouclet 9a4c0ae281 ENGINES: Normalize the getName() result of metaengines
Also-By: Matthew Hoops <clone2727@gmail.com>
2018-12-10 06:47:27 +01:00
D G Turner 00579460bd COMPOSER: Add Detection Entry For Darby French Mac Variant.
This is from Trac #10399.
2018-10-03 05:16:54 +01:00
Adrian Frühwirth b4fcb24c67 COMPOSER: Be strict about matching digits in savegame filenames 2018-03-26 01:26:15 +02:00
Adrian Frühwirth 77a6a9a30c COMPOSER: Let listSaves return list sorted on slot numbers 2018-03-26 01:07:31 +02:00
Matan Bareket ff8a0311e3 Added MD5 for the German version of Imo and the King 2017-12-08 07:56:33 +00:00
Bastien Bouclet 0b28ea9884 COMPOSER: Fix the detection for the French Gregory version
The commit message of 2739d8fa2 says this is for the French version. The
language was set to English by mistake.

Ref#6548
2017-11-13 07:25:37 +01:00
Eugene Sandulenko 7ac66c0fc1 JANITORIAL: Fix whitespaces 2017-09-01 13:46:25 +02:00
Eugene Sandulenko 0aa07efc2b COMPOSER: Added detection for German Baba Yaga from bug #10171 2017-09-01 13:45:58 +02:00
Thierry Crozat cc35a79301 COMPOSER: Use Magic Tales prefix for two more game names
This is done for consistency so that all the games in the Magic Tales
series are named in a consistent way. This is also how they are named
on the wiki (and on amazon).
2017-06-17 22:52:59 +01:00
upthorn 582006d1cf COMPOSER: Added loading from launcher support 2016-10-18 02:12:04 +02:00
upthorn c4c6cce78e COMPOSER: Completely removed unnecessary #ifdefs 2016-10-18 02:10:11 +02:00
upthorn 529a82a50a COMPOSER/JANITORIAL: Corrected a number of formatting issues in and around new functions related to saving. 2016-10-18 02:08:23 +02:00
upthorn 49fad58b2a COMPOSER: Preliminary (non-functional) game saving/loading support 2016-10-18 02:08:10 +02:00
Eugene Sandulenko 855cb30816 COMPOSER: Fix md5s for newly added German games 2016-03-28 15:14:14 +02:00
Eugene Sandulenko 0baa4fcbae COMPOSER: Added German versions of darby & gregory. Bug #6825 2016-03-28 12:26:58 +02:00
Eugene Sandulenko c8e6b013d6 COMPOSER: Fix detection entry 2016-03-28 12:22:30 +02:00
Eugene Sandulenko 92eb3684eb COMPOSER: Added detection for Hebrew darby. Bug #6878 2016-03-28 12:16:55 +02:00
Johannes Schickel 3aecd8ef2a ENGINES: Make variable names of ADGameDescription conform to our guidelines.
gameid     -> gameId
guioptions -> guiOptions
2016-03-08 19:01:38 +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
Willem Jan Palenstijn f07bcff3cb COMPOSER: Fix truncated Baba Yaga md5 2016-02-10 18:19:17 +01:00
Johannes Schickel 8ff496591e COMPOSER: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
Johannes Schickel 0138330464 COMPOSER: Indent REGISTER_PLUGIN_* for consistency. 2014-02-17 23:01:36 +01:00
D G Turner 4d75aa5319 COMPOSER: Fix order of directoryGlobs qualifiers.
Some compilers throw a warning on the "const static" ordering, so
the more standard "static const" should be used instead.
2012-11-23 20:44:17 +00:00
D G Turner 160fd3a179 COMPOSER: Add Detection Entries for 3 V1 Magic Tales Mac Variants.
Parameters given in bug #3466402 - "COMPOSER: Multiple Mac games not
detected".
2012-02-15 17:06:16 +00:00
D G Turner ad78ea6b50 COMPOSER: Add Detection Entry for Liam Finds a Story Mac.
Parameters from bug #3463201 - "COMPOSER: Liam Finds a Story (Mac) Not
Detected".
2012-02-15 16:29:03 +00:00
D G Turner 1e2019d208 COMPOSER: Add Detection Entry for Princess and the Crab Mac.
Parameters taken from bug #3461984 - "COMPOSER: Mac Princess and the
Crab Not Detected".
2012-02-15 16:00:53 +00:00