aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
AgeCommit message (Expand)Author
2010-08-12got rid of leftover debugging printfTony Puccinelli
2010-08-12Refined first refinement of new plugin design. Tested successfully adding/rem...Tony Puccinelli
2010-08-11Use tabs instead of spaces for indentation.Eugene Sandulenko
2010-08-11GUI: add music devices for c64, amiga and apple II gsFlorian Kagerer
2010-08-10merged trunk into branch, reverted Cruise Singleton changesTony Puccinelli
2010-08-06TESTBED: Merged changes from trunk to my branchNeeraj Kumar
2010-08-05removed unneccessary call to 'unloadPlugins'Tony Puccinelli
2010-08-05added intermediary function 'findGameOnePlugAtATime' and switched load game a...Tony Puccinelli
2010-08-03gave plugin iterators more appropriate names, removed debugging printf, added...Tony Puccinelli
2010-08-02changed plugins so games can be added in the launcher with only one plugin lo...Tony Puccinelli
2010-07-30initial work on plugin design changes (already added games can be launched wi...Tony Puccinelli
2010-07-20BUILD: Unify adding -DUNIX to DEFINES; complete SEQ MIDI detectionMax Horn
2010-07-20MIDI: Build and use ALSA driver if and only if USE_ALSA is definedMax Horn
2010-07-17Remove PalmOS portMax Horn
2010-07-05Skip /dev/sequencer MIDI on Android.Angus Lees
2010-06-22GUI/LAUNCHER: This should fix the regression concerning pc speaker / pcjr sup...Florian Kagerer
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-05-24added the testbed engine: basically renamed quuxNeeraj Kumar
2010-03-13Fix our DECLARE_SINGLETON macro to conform to the C++ specs.Johannes Schickel
2010-01-21Silenced some cppcheck warnings.Torbjörn Andersson
2009-12-29Add Mohawk engine code. Part 2/3: common code changes.Eugene Sandulenko
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