Commit Graph
36 Commits
Author SHA1 Message Date
Cameron Cawley d8c06f9869 CHEWY: Move the engine options into the MetaEngine subclass 2022-11-16 23:58:54 +01:00
Cameron Cawley f3b094e53f ENGINES: Change the MetaEngineDetection interface to match MetaEngine 2022-07-23 23:31:58 +02:00
Lothar Serra Mari 6a5c13c76f CHEWY: Drop ADGF_TESTING flags 2022-07-16 22:48:58 +02:00
Coen Rampen 730ac585b1 CHEWY: Mark German demo as unsupported
This version of the game currently crashes on load.
2022-06-09 20:44:30 +02:00
Eugene Sandulenko 637b1ebf4c CHEWY: Mark for testing 2022-05-26 10:41:41 +02:00
Torbjörn Andersson e06f3c9a5a GUI: Allow game option checkboxes to be disabled
Depending on other game option checkboxes. This is used to
enable/disable the semi-smooth scrolling checkboxes for FM Towns Loom,
since it's only used when smooth scrolling is enabled.
2022-04-21 11:07:17 +02:00
Filippos Karapetis fbe73b6544 CHEWY: Fix extra game options 2022-03-25 17:46:10 +02:00
Strangerke 5c9beed48e CHEWY: Add an option for the original menus, slightly refactor get_savegame_files 2022-03-21 22:27:36 +01:00
Paul Gilbert d5591a8aff CHEWY: Fix detection table to work with Mass Add properly 2022-03-03 18:36:20 -08:00
Eugene Sandulenko 165ea7c29f CHEWY: Initial commit 2022-03-03 18:34:39 -08:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh 6d232990cf CHEWY: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
trembyle 6f531fdf28 CHEWY: Add detection for German demo v1.1
Found on Blue Byte News Version III/97.

From README.TXT:
Dies ist eine Demo-Version von "Chewy - Esc von F5". Sie enthalt nur
einen kurzen Ausschnitt des kompletten Adventures. Wenn Sie wissen
wollen, wie die Geschichte anfängt und ob sie ein Happy-End hat, dann
fragen Sie Ihren Software-Handler nach der Komplettversion.

Translation:
This is a demo version of "Chewy - Esc from F5". It contains only a
short part of the complete adventure game. If you want to know how the
story begins and whether it has a happy ending, then ask your software
dealer for the full version.
2021-09-19 14:52:46 +02:00
aviloria 6a3ad6f88b CHEWY: Add Spanish translation
Add Spanish fanmade translation
2021-07-25 21:12:34 +03: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 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 6ade053c01 CHEWY: 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 4d69dad91b CHEWY: Add override keywords 2020-02-09 12:43:15 +01:00
Eugene Sandulenko 716fca8894 CHEWY: Added override keywords 2020-02-05 14:53:11 +01:00
Paul Gilbert 5b80320525 ENGINES: Adding override keyword to hasFeature methods 2020-02-04 20:04:11 -08: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 fb79c78930 CHEWY: The game doesn't use MIDI for the music, mark it 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
Lothar Serra Mari c808f33f52 CREDITS: Change nickname for Lothar Serra Mari 2018-06-26 09:15:24 +02:00
Adrian Frühwirth cee4d6b853 JANITORIAL: Fix trailing whitespace 2018-05-24 15:30:55 +02:00
rootfather c55aeec6fe CHEWY: Add additional version information to detection entries 2016-11-01 13:39:32 +01:00
rootfather 2abdea727e CHEWY: Add detection entries for German versions 2016-10-16 18:45:05 +02:00
Filippos Karapetis c1e44df357 CHEWY: Use atds.tap for detection
Now that a lot of the game's resources have been figured out, it turns
out that using comic.tgp was a bad idea, as it's the same in both the
English and German versions. atds.tap contains all of the game's texts,
so it is probably the best candidate for detection
2016-10-09 23:34:51 +03:00
Filippos Karapetis 9dd2e5d24e CHEWY: Implement detection for the English version 2016-10-03 00:32:40 +03:00
Eugene Sandulenko 77e60faa03 CHEWY: Fix compilation with plugins enabled 2016-10-03 00:32:36 +03:00
Eugene Sandulenko 3596672735 CHEWY: Added engine stub 2016-10-03 00:32:32 +03:00