aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
AgeCommit message (Expand)Author
2020-01-04BASE: Fix being unable to run games when using dynamic pluginsBastien Bouclet
2019-12-02PLUGINS: Fix crash when no plugins are availableCameron Cawley
2019-11-17BACKENDS: Remove the Windows CE portCameron Cawley
2019-11-03BASE: Change the command line interface to use engine-qualified game namesBastien Bouclet
2019-11-03ENGINES: Automatically upgrade the targets on launch to add an engine IDBastien Bouclet
2019-11-03ENGINES: Change targets to have an 'engine ID'Bastien Bouclet
2019-05-12GUI: Better integration for the unknown game dialog when adding gamesBastien Bouclet
2019-03-10BASE: Only reload engine plugins after return to launcherEric Culp
2018-12-08ENGINES: Add optional extra configuration entries when creating new targetsPaul Gilbert
2018-06-17BASE: Fix a segfault when mass detector encounters an empty directoryBastien Bouclet
2018-05-10ENGINES: Remove usage of C++11 extended initializer listsBastien Bouclet
2018-05-10ENGINES: Merge GameDescriptor and DetectedGameBastien Bouclet
2018-05-10ENGINES: Factor adding games to ConfManBastien Bouclet
2018-05-10ENGINES: Turn GameDescriptor into a simple structBastien Bouclet
2018-05-10ENGINES: Change MetaEngine::findGame to return a plain game descriptorBastien Bouclet
2018-05-10ENGINES: Add unknown game variants to the game detector resultsBastien Bouclet
2018-04-29ENGINES: Show the unknown Game dialog only when the detector is launched by t...Lothar Serra Mari
2018-04-15JANITORIAL: Fix whitespaceAdrian Frühwirth
2017-12-03BASE: Remove bad casts between incompatible Plugin typesColin Snover
2017-07-10Revert "COMMON: Change way the Singleton instances are instantiated"Eugene Sandulenko
2017-07-10COMMON: Change way the Singleton instances are instantiatedThierry Crozat
2014-02-18BASE: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-25BASE: Small formatting fix.Johannes Schickel
2012-05-15MIDI: add sndio midi backendJonathan Gray
2012-04-18ENGINES: Move table of engines from base/plugins.cpp to new headerMax Horn
2012-02-10BASE: Remove unneeded code in PluginManagerUncached.Johannes Schickel
2011-11-20TOLTECS: integrate engineAlex Bevilacqua
2011-11-20M4: Removed the M4/MADS engine from trunkPaul Gilbert
2011-08-22Merge remote-tracking branch 'origin/master' into soltys_wip2Alyssa Milburn
2011-08-22BASE: Fix indentationSven Hesse
2011-08-21BADA: Remove BADA defined check. Was a temp fix for simulator buildChris Warren-Smith
2011-08-21BADA: Initial BADA port implementationChris Warren-Smith
2011-07-14COMPOSER: Add a first attempt at an engine.Alyssa Milburn
2011-07-07Merge remote-tracking branch 'origin/master' into soltys_wip2Alyssa Milburn
2011-06-30ALL: Require DECLARE_SINGLETON to be used in the Common namepsaceOri Avtalion
2011-06-29Merge branch 'master' of github.com:scummvm/scummvm into soltys_wip2Strangerke
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-15DREAMWEB: added autogenerated sourceVladimir
2011-09-10CGE: Add minimal engine and detectionStrangerke
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