aboutsummaryrefslogtreecommitdiff
path: root/engines/plugins_table.h
AgeCommit message (Collapse)Author
2013-11-24BUILD: Split engines/plugins_table header down to a file per engine.D G Turner
This is the third and final commit enabling fully pluggable engines. Now providing an engine folder contains a configure.engine, engine.mk and engine-plugin.h file, it will be picked up automatically by the configure script.
2013-10-17Merge branch 'zvision'Willem Jan Palenstijn
This merges pull request 395 for the ZVision engine developed during GSoC2013.
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-08Merge branch 'master'Willem Jan Palenstijn
2013-05-08Merge branch 'master'Willem Jan Palenstijn
Conflicts: configure base/plugins.cpp
2012-10-31Merge branch 'master' into hopkinsPaul Gilbert
2012-10-10MORTEVIELLE: Fix mergeStrangerke
2012-09-08HOPKINS: Added missing changes to hook in the new enginePaul 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-06-02WINTERMUTE: Add in the engine-shell from the ScummVM-wikiEinar Johan Trøan Sømåen
2012-04-25TONY: Created skeleton enginePaul Gilbert
2012-04-19Merge remote branch 'upstream/master' into pegasusMatthew Hoops
Conflicts: base/plugins.cpp configure
2012-04-18ENGINES: Move table of engines from base/plugins.cpp to new headerMax Horn
The new header engines/plugins_table.h is currently manually created and maintained, but could be regenerated by a script in the future.