aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.h
AgeCommit message (Expand)Author
2012-06-14BASE: Add operator* to PluginSubclass.Johannes Schickel
2012-02-01Revert "BASE: Get rid of unecessary friend in PluginManagerUncached."Alyssa Milburn
2012-02-01BASE: Get rid of unecessary friend in PluginManagerUncached.Johannes Schickel
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-31BUILD: Fix compilation when --enable-plugins is enabled.D G Turner
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-02-12BUILD: Remove explicit references to SVN in revision variable names.Jordi Vilalta Prat
2010-12-29PLUGINS: single plugin model now saves plugin filename to config fileYotam Barnoy
2010-12-23PLUGINS: PluginManager minor cleanupsYotam Barnoy
2010-12-23PLUGINS: switched plugin manager to inheritance rather than #definesYotam Barnoy
2010-11-05PLUGINS: improved one-at-a-time plugin codeYotam Barnoy
2010-09-15PLUGINS: Additional plugin check for the ELF loader.Andre Heider
2010-09-15PLUGINS: Cleanup.Andre Heider
2010-09-06PLUGINS: Fix warning when not using the ELF loader.Andre Heider
2010-09-06PLUGINS: Use the C++ ABI to call dtors when unloading a plugin.Andre Heider
2010-08-19Fix warning & code formattingMax Horn
2010-08-14Ensured getPlugins is not called multiple times on Static Plugin Provider wit...Tony Puccinelli
2010-08-12Refined first refinement of new plugin design. Tested successfully adding/rem...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-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
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-07-19Removed -Wundef from the default list of compiler flags, and changed PLUGIN_E...Max Horn
2008-06-13Renamed MIDI plugins to Music pluginsJordi Vilalta Prat
2008-05-28Added a note about the MSVC quirk with the spaces around ENABLE_##IDFilippos Karapetis
2008-05-28Removed an MSVC specific hack, after discussing with jvprat. It seems that MS...Filippos Karapetis
2008-05-26Fixed some code formatting thanks to LordHotoJordi Vilalta Prat
2008-05-20Add a tiny TODO entry for graphics scaler pluginsMax Horn
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-13Some more Doxygen comments, as well as some FIXMEs/TODOsMax Horn
2008-05-13Moved the engine plugin code to engines/metaengine.h; added/clarified/correct...Max Horn
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-06Added a temporary hack to get the engine plugins working under MSVCFilippos Karapetis
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-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-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