aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
AgeCommit message (Expand)Author
2009-11-14Remove Igor engineMax Horn
2009-10-20Move Draci's entry to make the plugins list sorted alphabeticallyJordi Vilalta Prat
2009-09-27Removed Mac OS X QuickTime MIDI backend. It breaks on OS X 10.6, and it's not...Max Horn
2009-09-25MERGE branch gsoc2009-draci 41388:44325 into trunkRobert Špalek
2009-09-03fixed engines order, added svn:keywords properties.Vladimir Menshakov
2009-09-03imported teenagent engine sources.Vladimir Menshakov
2009-06-08Adding Draci Historie engine skeleton (engine stub, BAR archiver, rudimentary...Denis Kasak
2009-02-15Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't com...Jordi Vilalta Prat
2009-01-30do not include common/debug.h from common/util.hMax Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-11-14Patch #2271425: Groovie engineMax Horn
2008-11-10add initial support for 'Bud Tucker in Double Trouble'Gregory Montoir
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-30Modified FilePluginProvider to use FSNodes (instead of raw filenames / paths)...Max Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-08-27Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix ...Max Horn
2008-07-23Added Tinsel engine to main repos (no news item for it ON PURPOSE)Max Horn
2008-06-14Revert last commit.Travis Howell
2008-06-14Disable drawObject type 0x41, which is currently causing frequent crashes.Travis Howell
2008-06-13Renamed MIDI plugins to Music pluginsJordi Vilalta Prat
2008-05-26Should fix compiling erros.Johannes Schickel
2008-05-26Replaced a loop in PluginManger::loadPlugins with Common::for_each as a typic...Johannes Schickel
2008-05-26Fixed some code formatting thanks to LordHotoJordi Vilalta Prat
2008-05-14Added plugin priority so there's just one plugin that provides a module funct...Jordi Vilalta Prat
2008-05-14- Added more information (ID and capabilities) to the MIDI driversJordi Vilalta Prat
2008-05-13Taken care of FilePluginProvider's FIXMEsJordi Vilalta Prat
2008-05-13- Added operator-> to Plugin subclasses so they don't have to reimplement the...Jordi Vilalta Prat
2008-05-12Keep separated arrays for each type of pluginJordi Vilalta Prat
2008-05-12- Added an engine plugin manager and moved engine specific functionality into itJordi Vilalta Prat
2008-05-09Added the option to specify the custom path for loading pluginsJordi Vilalta Prat
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-05-02Added support to load plugins from different directories and the ability to s...Jordi Vilalta Prat
2008-04-20Added the m4 and made pluginsFilippos Karapetis
2008-02-08Remove undesired spaces and an old TODOJordi Vilalta Prat
2008-02-08Implemented plugin versioningJordi Vilalta Prat
2008-02-08Initial support for plugin typesJordi Vilalta Prat
2008-02-05revert accidental commitEugene Sandulenko
2008-02-05Fix compilationEugene Sandulenko
2008-02-04Change MetaEngine references to PluginObject where possible to make its seman...Jordi Vilalta Prat
2008-02-04Moved common code from Plugin subclasses to class Plugin itselfMax Horn
2008-02-04Commited updated version of my own patch #1868402: Basic savestate plugin APIMax Horn
2008-02-03Revised Engine plugin API to only provide a single func which returns a MetaE...Max Horn
2008-01-10Revert accidental commits in rev 30372Max Horn
2008-01-10Removed obsolete FIXMEMax Horn
2007-10-29added 'igor' engine for the game 'Igor: Objective Uikokahonia'Gregory Montoir
2007-09-24Patch #1800767: "Sort the list of engines"Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-07-17added engine stubs code for Drascula gamePaweł Kołodziejski
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-27Reverted r26922.Johannes Schickel