Commit graph

11 commits

Author SHA1 Message Date
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