athrxx
3636423b29
STARTREK: add appropriate render options to detection tables
2022-11-07 00:27:34 +02:00
Cameron Cawley
f3b094e53f
ENGINES: Change the MetaEngineDetection interface to match MetaEngine
2022-07-23 23:31:58 +02:00
trembyle
e600322c12
STARTREK: Use CD detection flag
...
May be helpful to differentiate CD/Floppy versions
2022-01-19 11:04:07 -05:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
eientei
94f9310a0f
STARTREK: Mark CD demo as such in detection
2021-10-26 04:36:11 +03:00
eientei
78d269f7e9
STARTREK: Add 1993 Mac demo
2021-10-26 04:36:11 +03:00
Eugene Sandulenko
33115992a0
STARTREK: Fix Mac version detection entry after MacResMan changes
2021-10-17 20:48:03 +03:00
trembyle
42ae6d184f
STARTREK: Add detection for ST25 Mac demo
...
Found on Inside Mac Games December 1994.
2021-09-19 14:52:46 +02:00
ysj1173886760
2c93928e5f
STARTREK: move debug channels to metaEngineDetection
2021-05-22 01:34:57 +02:00
Torbjörn Andersson
3a36d82af6
STARTREK: Added floppy versions of Judgment Rites
...
This is, I think, the English and French floppy versions of
Judgment Rites. They were included with The White Label Doubles
collection, along with the talkie version of 25th Anniversary.
Unexpected, but a pleasant surprise since I already had the
talkie version of Judgment Rites.
The CD also contains a German version, but ScummVM already
(mis)identifies that one as the German CD version.
2020-11-22 15:25:15 +02:00
Torbjörn Andersson
5382e5dfa2
STARTREK: Add detection for another 25th anniversary English floppy
...
This one comes from Interplay's 10 Year Anniversary Anthology:
Classic Collection. Unfortunately, it only gets partway through
the intro before erroring out with "Tried to access file index 6
for file 'credit00.shp', which doesn't exist".
2020-11-22 15:25:15 +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
65f13a0b26
STARTREK: Split detection features & adapt to new plugins.
2020-10-03 14:56:36 +02:00
Bastien Bouclet
f9dfb7f560
STARTREK: Add override keywords
2020-02-09 12:43:16 +01:00
Eugene Sandulenko
b2d0b8963d
STARTREK: Added override keywords
2020-02-05 16:15:34 +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
Tarek Soliman
e65001405b
STARTREK: Mark detection entries as ADGF_UNSTABLE
2019-08-27 01:22:04 +03:00
Lothar Serra Mari
310377033f
STARTREK: Add detection for reported English floppy variant
...
Reported by ccorbacho in trac/#10921
2019-05-28 08:11:49 +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
807b0f84c2
STARTREK: Add Detection Entry for English Demo.
...
This can be found at:
https://archive.org/details/StarTrek25thAnniversaryDemo
2018-09-26 02:47:10 +01:00
D G Turner
399fa33e47
STARTREK: Add Detection Entry For German Version of Judgement Rites.
2018-09-25 17:31:10 +01:00
David Fioramonti
54419e045a
STARTREK: Detect another ST25 CD/DOS English variant
2018-08-18 14:17:36 +02:00
Matthew Stewart
d672fb6a3d
STARTREK: Add FR, GER CD versions to detection.cpp
2018-08-09 08:37:30 +02:00
Matthew Stewart
3a83f9b2d9
STARTREK: Comment out incomplete detection entries
2018-08-09 08:37:30 +02:00
Matthew Stewart
ce42cd940a
STARTREK: Use ARRAYSIZE macro
2018-08-09 08:37:30 +02:00
Matthew Stewart
c6834a997c
STARTREK: Put CD ROM detection into features field
2018-08-09 08:37:30 +02:00
Matthew Stewart
359b0c2307
STARTREK: Add german floppy version to detection
2018-08-09 08:37:30 +02:00
Matthew Stewart
a1107f0500
STARTREK: Use AD_ENTRY1s for game detection
2018-08-09 08:37:30 +02:00
Matthew Stewart
fe98dbb69d
STARTREK: Reformat with artistic style
2018-08-09 08:37:30 +02:00
Matthew Stewart
d3313e3980
STARTREK: Add another mac version to detection.cpp
2018-08-09 08:37:30 +02:00
Matthew Stewart
84a30e4dce
STARTREK: Preliminary saving/loading
2018-08-09 08:37:30 +02:00
Matthew Stewart
e206d8e198
STARTREK: Remove executable bit on source files
2018-08-09 08:37:30 +02:00
Matthew Stewart
b1878174ec
STARTREK: Add detection for the ST25 Mac demo
2018-08-09 08:37:30 +02:00
Matthew Hoops
e07fe3f1a4
STARTREK: Import my startrek engine
...
Now updated even
2018-08-09 08:37:30 +02:00