Commit graph

19 commits

Author SHA1 Message Date
Misty De Meo
7c1cfb3ce2 MADE: TeraDrive Manhole 2024-04-21 12:24:43 +03:00
Walter Agazzi
12be54888e MADE: Improve detection for RTZ Demo
Fixes clash with Myst demo
2022-12-01 14:18:52 +01:00
Cameron Cawley
f3cb449566 MADE: Move the engine options into the MetaEngine subclass 2022-11-16 23:58:54 +01:00
eientei
a8bd58374d MADE: Add detection for FM-Towns version of The Manhole 2022-10-19 00:31:55 +02:00
Cameron Cawley
1168056ec3 MADE: Use ADExtraGuiOptionsMap for the options 2022-07-07 23:46:04 +03:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Eugene Sandulenko
d33ef146ae
MADE: Fixed detection entry after MacResMan changes 2021-10-17 20:48:03 +03:00
trembyle
6d3a5989d4 MADE: Add detection for more demos
Added to the description for demo reported in bug # 11202. There is
also a Mac demo on this disc.

There is also a standalone CD demo here:
https://archive.org/details/Return_to_Zork_demo
2021-09-19 14:52:46 +02:00
Eugene Sandulenko
83efc45760
MADE: Added detection for rtz demo. Bugreport #11202 2021-04-21 00:57:31 +02:00
Eugene Sandulenko
9db243f45b
MADE: Added detection for unsupported Manhole version. Bugreport #5855 2021-04-19 02:25:03 +02:00
sluicebox
93eeffc84d JANITORIAL: Update old bug tracker numbers 2021-03-03 02:15:05 +02:00
trembyle
a400ad1657 MADE: Detect Korean variant
This is stable as only the videos are dubbed. No text was translated,
even in menus, so there are no font issues.
2020-12-07 01:35:53 +01:00
Eugene Sandulenko
3bcff619e7 MADE: Add GOG.com version to detection and mark it as unsupported 2020-11-28 17:41:23 +01:00
Thierry Crozat
ec03345cc9
MADE: Add additional comment on detection entries
Two detection entries for the v1.1 version have the same MD5 hash,
but different file size. According to GoodOldGeorg on the forum one
is a OEM version and the other is a retail version.
2020-10-12 13:11:32 +01:00
Thierry Crozat
0582662f64 MADE: Add detection entry for RTZ version reported in forum
The detection entry was also reported in bug #4198, but the one that
was actually added to the detection table with the same hash had a
different file size. I don't know if they are two different versions,
or if it was a mistake, so I kept the detection entry and just added
the new one.
2020-10-11 23:47:23 +01: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
53131399f9 MADE: Move common game/detection related code into new header files
- Move enums from made.h -> detection_enums.h
- Move MadeGameDescription struct inside detector tables -> detection.h
2020-10-03 14:56:36 +02:00
dafioram
717d7adc6e MADE: Split out the game detection entries and add a note for Manhole ME
The Manhole: Masterpiece Edition is not a MADE engine and should not be
added to the detection list. It is a HyperCard-like engine
2019-09-02 20:26:38 +03:00