aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.h
AgeCommit message (Expand)Author
2019-11-03ENGINES: Change targets to have an 'engine ID'Bastien Bouclet
2019-03-10BASE: Only reload engine plugins after return to launcherEric Culp
2019-03-02WIN32: Fix embedding disabled engine filessluicebox
2018-04-15JANITORIAL: Fix whitespaceAdrian Frühwirth
2017-12-03BASE: Remove bad casts between incompatible Plugin typesColin Snover
2016-07-23ALL: Don't use 'defined' in macro definitionsOri Avtalion
2014-02-18BASE: Make GPL headers consistent in themselves.Johannes Schickel
2013-09-30BASE: Fix uninitialized type field in plugin base class. CID 1002938.D G Turner
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