aboutsummaryrefslogtreecommitdiff
path: root/engines/configure.engines
AgeCommit message (Collapse)Author
2013-11-24BUILD: Split configure.engines down to a single file per engine.D G Turner
This is the first part of allowing engines to be added dynamically. They are placed into a folder in engines/ which must contain a file named "configure.engine" to add the engine, which is pulled into the top level configure script automatically.
2013-10-17BUILD: Mark ZVision as requiring freetype2/16bitMatthew Hoops
2013-10-17Merge branch 'zvision'Willem Jan Palenstijn
This merges pull request 395 for the ZVision engine developed during GSoC2013.
2013-10-17Merge branch 'avalanche'Willem Jan Palenstijn
This merges pull request 399 for the Avalanche engine developed during GSoC2013.
2013-09-29Merge branch 'master' into zvisionRichieSams
2013-09-17BUILD: Disable Full Pipe engine by default.Johannes Schickel
The engine is still WIP and should not be enabled yet.
2013-09-16Merge pull request #376 from lordhoto/libjpegJohannes Schickel
GRAPHICS: Implement JPEGDecoder based on libjpeg.
2013-09-16GRAPHICS: Implement JPEGDecoder based on libjpeg.Johannes Schickel
2013-09-16Merge branch 'master' into zvisionRichieSams
2013-09-11Merge branch 'master' of https://github.com/urukgit/scummvm into avalancheStrangerke
2013-09-08Merge pull request #388 from sev-/fullpipeEugene Sandulenko
FULLPIPE: Merge The Full Pipe engine
2013-09-08Merge branch 'master' into avalancheStrangerke
2013-09-04FULLPIPE: Add engine to the build systemEugene Sandulenko
2013-08-04ZVISION: Create zvision bare structurerichiesams
Add zvision base engine to engines/zvision as well as modify the necessary engine files (configure.engines, etc.) in order for it to be recognized.
2013-06-26Merge branch 'master' of https://github.com/scummvm/scummvm into mortevielleStrangerke
Conflicts: engines/engines.mk
2013-06-18AVALANCHE: Hook the engine into ScummVM.uruk
2013-05-15Merge pull request #330 from johndoe123/neverhoodEugene Sandulenko
NEVERHOOD: Neverhood engine
2013-05-08Merge branch 'master'Willem Jan Palenstijn
2013-05-08Merge branch 'master'Willem Jan Palenstijn
Conflicts: configure base/plugins.cpp
2013-04-21NEWS: Mention Hopkins support, enable engine by defaultStrangerke
2013-03-28ENGINES: Enable pegasus by defaultMatthew Hoops
2013-02-26CONFIGURE: Mark that Hopkins requires 16bpp support.Johannes Schickel
2013-02-15Merge branch 'master' into hopkinsDreammaster
2013-01-14ENGINES: Enable the toltecs engine by defaultFilippos Karapetis
2012-11-30CONFIGURE: Enable EoB by default.Johannes Schickel
2012-10-31Merge branch 'master' into hopkinsPaul Gilbert
2012-10-25CONFIGURE: Enable Tony engineEugene Sandulenko
2012-10-10MORTEVIELLE: Fix mergeStrangerke
2012-09-24CONFIGURE: Mark some engines off as requiring 16bit color supportMatthew Hoops
2012-09-12Merge remote branch 'upstream/master' into pegasusMatthew Hoops
Conflicts: AUTHORS
2012-09-11CONFIGURE: Move engine base support strings to configure.enginesWillem Jan Palenstijn
2012-09-11CONFIGURE: Add base engine descriptions to more enginesWillem Jan Palenstijn
Only SCUMM and SAGA had such a description previously.
2012-09-07HOPKINS: Initial skeleton engine commitPaul Gilbert
2012-09-05Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-09-05Merge pull request #273 from fuzzie/tonyStrangerke
Tony engine (Tony Tough)
2012-09-04CONFIGURE: Make Wintermute dependent on vorbis.Johannes Schickel
This is done as discussed with somaen.
2012-09-04CONFIGURE: Add zlib and libpng to the library dependencies of wintermuteFilippos Karapetis
2012-09-04Merge pull request #267 from somaen/wintermuteFilippos Karapetis
GSoC 2012: Wintermute (Lite)-Engine
2012-09-03WINTERMUTE: Disable Wintermute by default in configureEinar Johan T. Sømåen
2012-08-31Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-08-31CONFIGURE: Use new engine dependency mechanism for sword25/zlibWillem Jan Palenstijn
2012-08-31CONFIGURE: Allow dependency checks for engines.Johannes Schickel
Also adds PNG as a dependency for sword25 and removes the hardcoded check for it.
2012-08-28Merge remote-tracking branch 'origin/master' into tonyAlyssa Milburn
Conflicts: common/coroutines.cpp common/coroutines.h devtools/create_project/msbuild.cpp devtools/create_project/visualstudio.cpp
2012-06-02WINTERMUTE: Add in the engine-shell from the ScummVM-wikiEinar Johan Trøan Sømåen
2012-05-04Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-05-03CONFIGURE: Enable dreamweb and composer by default.Johannes Schickel
2012-04-25TONY: Created skeleton enginePaul Gilbert
2012-04-19Merge remote branch 'upstream/master' into pegasusMatthew Hoops
Conflicts: base/plugins.cpp configure
2012-04-18BUILD: Move list of engines out of configureMax Horn
The new file engines/configure.engines is currently manually created and maintained, but could be regenerated by a script in the future.