aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
AgeCommit message (Expand)Author
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-15DREAMWEB: added autogenerated sourceVladimir
2011-05-17FM-TOWNS AUDIO: Some more midi driver code for FM-TOWNS monkey2 and indy4athrxx
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-13Merge remote branch 'remotes/dreammaster/tsage'Paul Gilbert
2011-03-25ANDROID: Experimental MIDI Driverdhewg
2011-02-14TSAGE: Added the engine in a separate branchPaul Gilbert
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-01-02PLUGINS: for uncached plugins, first check the loaded plugin before looking e...Yotam Barnoy
2010-12-30PLUGINS: rename ONE_PLUGIN_AT_A_TIME define to UNCACHED_PLUGINSYotam Barnoy
2010-12-29PLUGINS: fixed MSVC buildFlorian Kagerer
2010-12-29PLUGINS: single plugin model now saves plugin filename to config fileYotam Barnoy
2010-12-23PLUGINS: switched plugin manager to inheritance rather than #definesYotam Barnoy
2010-12-23PLUGINS: don't fully load each plugins at startup for single plugin methodYotam Barnoy
2010-11-16COMMON: Simplify DECLARE_SINGLETON macroMax Horn
2010-11-05PLUGINS: improved one-at-a-time plugin codeYotam Barnoy
2010-10-31Updated with latest from trunkYotam Barnoy
2010-10-18CONFIGURE: Plug in Last Express engineEugene Sandulenko
2010-10-13SOUND: Allow TiMidity support to be disabled via configure.Johannes Schickel
2010-10-12SWORD25: Added detection of libtheora, png an dplugged in the engineEugene Sandulenko
2010-10-08TOON: Merged Toon engine to ScummVM trunkEugene Sandulenko
2010-09-17SOUND: Properly add CMS as plugin.Johannes Schickel
2010-09-15PLUGINS: Don't expect every plugin to load.Andre Heider
2010-09-12TESTBED: Merge gsoc2010-testbed branchEugene Sandulenko
2010-09-05MERGE: Merge trunk to branch.Andre Heider
2010-08-19Fix warning & code formattingMax Horn
2010-08-17HUGO: Adding engine to the main treeEugene Sandulenko
2010-08-16added a todo to plugins.cpp and a comment to elf32.h; Collapsed plugin provid...Tony Puccinelli
2010-08-14Ensured getPlugins is not called multiple times on Static Plugin Provider wit...Tony Puccinelli
2010-08-13refactored NEW_PLUGIN_DESIGN_FIRST_REFINEMENT define into ONE_PLUGIN_AT_A_TIMETony Puccinelli
2010-08-12modified DS makefile to use new plugin design where only one plugin is loaded...Tony Puccinelli
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