Cameron Cawley
f3b094e53f
ENGINES: Change the MetaEngineDetection interface to match MetaEngine
2022-07-23 23:31:58 +02:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Orgad Shaneh
f8881f661b
LASTEXPRESS: Use nullptr
...
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
sluicebox
cbe971e551
LASTEXPRESS: Add missing debug channel terminator
2021-05-22 04:01:17 -06:00
ysj1173886760
fb1e15fc3d
LASTEXPRESS: move debug channels to metaEngineDetection
2021-05-22 01:34:57 +02:00
Eugene Sandulenko
5e7fe2dc57
JANITORIAL: Replace spaces in indentation with tabs
2021-04-15 21:20:36 +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
Eugene Sandulenko
7af0fb302e
LASTEXPRESS: Fix detection for GOG release
2020-10-07 01:40:03 +02:00
Eugene Sandulenko
489823a739
Revert "LASTEXPRESS: added detection entry for gog release"
...
This reverts commit 3128c0be2f376da913f3bd14708b0fa127f51f34.
The md5s are for full files, it was never tested or even compiled,
as it is obvious from the PR#1333. There are different reasons why the
version was not detected, this will be fixed separately.
2020-10-07 01:40:03 +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
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
06cb6c50e6
LASTEXPRESS: Split detection features & adapt to new plugins.
2020-10-03 14:56:36 +02:00
Bastien Bouclet
1e6640ab33
LASTEXPRESS: Add override keywords
2020-02-09 12:43:15 +01: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
Henrik "Henke37" Andersson
7b68555626
LASTEXPRESS: The game doesn't use MIDI, so mark it as such.
2019-09-29 19:34:16 +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
f0f02c4a3f
LASTEXPRESS: Add Missing End Markers to Detection Entry File Lists.
...
This omission might have caused detection issues, but unlikely to cause
crashes.
2018-09-14 03:17:56 +01:00
Martin Gerhardy
3128c0be2f
LASTEXPRESS: added detection entry for gog release
2018-09-14 02:38:02 +01:00
Johannes Schickel
0b6befdcc5
ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.
...
_singleid -> _singleId
_gameids -> _gameIds
_guioptions -> _guiOptions
2016-03-08 19:01:13 +01:00
Johannes Schickel
3d4f409572
LASTEXPRESS: Make GPL headers consistent in themselves.
2014-02-18 02:39:35 +01:00
Littleboy
0635d99ec7
LASTEXPRESS: Cleanup
...
- Add missing initializer/destructors
- Add some const modifiers
- Remove some unneeded casts
- Use enumeration values in switch constructs
2012-07-14 14:26:00 -04:00
Strangerke
a651a416cd
LASTEXPRESS: Add GUIO_NOASPECT to Last Express
2011-10-24 06:22:09 +02:00
Eugene Sandulenko
32972a5ffb
AD: Switched rest of the engines to new GUIO
2011-10-23 17:53:13 +01:00
Littleboy
3f43619ea8
LASTEXPRESS: Add detection entry for Russian version
2011-06-26 16:02:31 -04:00
Tarek Soliman
ff3fbfcf77
LASTEXPRESS: flag all WIP games with ADGF_UNSTABLE
...
all
2011-06-16 13:37:57 -05:00
Max Horn
7c992d6598
DETECTOR: Merge ADParams into AdvancedMetaEngine
2011-06-14 18:17:01 +02:00
Max Horn
8878be7b11
LASTEXPRESS: Reduce header dependencies
2011-06-10 22:15:47 +02:00
Max Horn
2bbaf0339e
LASTEXPRESS: Switch to alternate AdvancedMetaEngine, avoid ADParams
2011-06-10 22:15:42 +02:00
Max Horn
4827cc914a
ENGINES: Change incorrect use of 'target' to 'gameid'
2011-06-10 22:15:40 +02:00
Thierry Crozat
d2a55b42c9
ENGINES: Further unify engine names
2011-05-22 12:47:35 +01:00
Thierry Crozat
3c59e37035
ENGINES: Unify engine names
...
This unifies the engine names in MetaEngine::getName() and the
credits. In particular drop "Engine" or "engine" from the names when
it was present and use expanded names in credits when the
MetaEngine uses it (e.g. "Beneath a Steel Sky" instead of "BASS").
2011-05-16 00:11:32 +01:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Julien Templier
03faae8551
LASTEXPRESS: Add Italian release (and update file dates for German and Spanish releases)
...
svn-id: r55500
2011-01-24 12:41:16 +00:00
Julien Templier
f370ba174a
LASTEXPRESS: Add Date-time comments for US & FR Broderbund releases
...
svn-id: r53833
2010-10-25 22:14:53 +00:00
David Turner
816ef5708f
LASTEXPRESS: Adding Date-Time Comments To UK Broderbund Detection Entry
...
As per Littleboy's request.
svn-id: r53784
2010-10-25 00:50:51 +00:00
Julien Templier
f37252e6cf
LASTEXPRESS: Change detection entries platform to kPlatformUnknown
...
All full versions of the game are multiplatform Dos/Win/Mac
and the demo is Dos/Win
svn-id: r53770
2010-10-24 19:10:13 +00:00
David Turner
3e657c1bf9
LASTEXPRESS: Add md5sums of UK Broderbund TLE.
...
svn-id: r53733
2010-10-23 14:37:26 +00:00
Johannes Schickel
f82ee445d3
LASTEXPRESS: Add md5sums of German TLE.
...
svn-id: r53596
2010-10-18 23:40:36 +00:00
Eugene Sandulenko
86d650926f
LASTEXPRESS: Merge in the engine.
...
svn-id: r53579
2010-10-18 19:17:38 +00:00