Commit graph

27 commits

Author SHA1 Message Date
Walter Agazzi
2d33e5d318 GLK: SCOTT: Ignore common extensions to prevent mass add flooding
Avoid picking any .d64 (Commodore disc) or .t64 (Commodore tape)
as a possible Scott game, to prevent conflicts with the detection of
Maniac Mansion / Zak C64 and possibile flooding in mass-add.
2022-10-20 18:56:42 -07:00
Avijeet
28fcbeb230 GLK: SCOTT: Add TI-99/4A games to detection 2022-07-02 15:17:53 +02:00
Avijeet
2256d19a0c GLK: SCOTT: Include platform data in game detection entry 2022-06-24 15:27:17 +02:00
Avijeet
fd3b9bede3 GLK: SCOTT: Add language data to detected game 2022-06-23 20:11:01 +02:00
Avijeet
7194234ea6 GLK: SCOTT: Update game detection to use entire file for MD5 calculation of .D64 games 2022-06-23 20:11:01 +02:00
Avijeet
f591a6a186 GLK: SCOTT: Add support for Robin of Sherwood 2022-06-23 20:11:01 +02:00
Avijeet
1ec46bdd30 GLK: SCOTT: Update license header 2022-06-23 20:11:01 +02:00
Avijeet
cf55512f80 GLK: SCOTT: Improve error messages 2022-06-23 20:11:01 +02:00
Avijeet
95c20b538c GLK: SCOTT: Reorder header includes 2022-06-23 20:11:01 +02:00
Avijeet
da67efb306 GLK: SCOTT: Add detection for 11 Mysterious Adventures (C64) 2022-05-29 10:01:25 -07:00
Avijeet
b4f8a050f4 GLK: SCOTT: Fix game detection
Only the filesize was being matched because of a wrong condition.
This commit fixes that to also consider the md5 hash.
2022-05-29 10:01:25 -07:00
Avijeet
9cae726fca GLK: SCOTT: Support .z80 files. 2022-04-12 20:35:24 -07:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Paul Gilbert
39a210afac GLK: SCOTT: Cleanup 2019-11-17 15:02:34 -08:00
Paul Gilbert
5dda48c1c7 GLK: Change other sub-engines to use GlkDetectedGame 2019-07-06 15:27:10 -07:00
Paul Gilbert
a53e00597b GLK: Show unknown variant dialog for unknown detection entries 2019-06-23 14:41:49 -07:00
Cameron Cawley
280a4f2d91 GLK: Only check the format of a Blorb file if it has a valid file extension 2019-03-31 16:37:47 -07:00
Cameron Cawley
7b4c6d6a35 GLK: Improved detection of Blorb files 2019-03-31 16:37:47 -07:00
Paul Gilbert
013f39cb5d GLK: Standardizing on a common GameDescriptor class for detectors 2018-12-31 19:47:14 -08:00
Paul Gilbert
f218400d3b GLK: Simplify arrays of valid extensions in detection code
Suggested by Sev as a way to avoid having both arrays and array sizes
2018-12-28 20:45:45 -08:00
Paul Gilbert
3546f77995 GLK: SCOTT: Added detections for miscellaneous games 2018-12-14 19:37:33 -08:00
Paul Gilbert
6202b36606 GLK: SCOTT: Add support for Mysterious Adventures Blorb files 2018-12-14 19:30:43 -08:00
Paul Gilbert
b84ee752cf GLK: Detect game Id clashes across different sub-engines 2018-12-14 18:25:20 -08:00
Paul Gilbert
67275924b5 GLK: Derive detection from MetaEngine rather than AdvancedMetaEngine 2018-12-08 19:05:59 -08:00
Paul Gilbert
454f92cc74 GLK: SCOTT: Centralize the set of game names 2018-12-08 19:05:59 -08:00
Paul Gilbert
a2104deb4c GLK: Changing class and namespaces from Gargoyle to Glk 2018-12-08 19:05:59 -08:00
Paul Gilbert
1fb931fbd9 GLK: Changing gargoyle folder to glk 2018-12-08 19:05:59 -08:00
Renamed from engines/gargoyle/scott/detection.cpp (Browse further)