Commit Graph
12 Commits
Author SHA1 Message Date
Eugene Sandulenko 747331874f DIRECTOR: Remove code that adds directoy paths from detection table
AdvancedDetector is doing it for us automagically
2022-12-03 23:39:47 +01:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Eugene Sandulenko 85e8f765c1 DIRECTOR: Switch detection to full paths and modify lzone-win for using it 2021-11-30 23:59:23 +01:00
Eugene Sandulenko 60c79db522 DIRECTOR: Reworked --startup-movie processing. Now the options order is arbitrary 2021-08-07 00:02:01 +02:00
ysj1173886760 ce7cdd11b8 DIRECTOR: use comma to split the parameter of start-movie. implement loading startup movie. 2021-08-06 20:44:02 +08:00
Eugene Sandulenko 9f1f955f2a DIRECTOR: Allow punycode in the detection entries 2021-07-27 23:45:29 +02:00
Eugene Sandulenko a6a2dc7ead DIRECTOR: Enable punycode in --start-movie 2021-07-27 19:22:16 +02:00
Cameron Cawley 4ced49acd4 ENGINES: Changed AdvancedMetaEngine::createInstance to return a Common::Error 2020-12-04 20:57:14 +00: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 7944a7b039 DIRECTOR: Split detection features & adapt to new plugins. 2020-10-03 14:56:36 +02:00