index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
base
/
plugins.h
Age
Commit message (
Expand
)
Author
2014-02-18
BASE: Make GPL headers consistent in themselves.
Johannes Schickel
2013-09-30
BASE: Fix uninitialized type field in plugin base class. CID 1002938.
D G Turner
2012-06-14
BASE: Add operator* to PluginSubclass.
Johannes Schickel
2012-02-01
Revert "BASE: Get rid of unecessary friend in PluginManagerUncached."
Alyssa Milburn
2012-02-01
BASE: Get rid of unecessary friend in PluginManagerUncached.
Johannes Schickel
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-31
BUILD: Fix compilation when --enable-plugins is enabled.
D G Turner
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-28
JANITORIAL: Format forward declarations to follow convention
Ori Avtalion
2011-02-12
BUILD: Remove explicit references to SVN in revision variable names.
Jordi Vilalta Prat
2010-12-29
PLUGINS: single plugin model now saves plugin filename to config file
Yotam Barnoy
2010-12-23
PLUGINS: PluginManager minor cleanups
Yotam Barnoy
2010-12-23
PLUGINS: switched plugin manager to inheritance rather than #defines
Yotam Barnoy
2010-11-05
PLUGINS: improved one-at-a-time plugin code
Yotam Barnoy
2010-09-15
PLUGINS: Additional plugin check for the ELF loader.
Andre Heider
2010-09-15
PLUGINS: Cleanup.
Andre Heider
2010-09-06
PLUGINS: Fix warning when not using the ELF loader.
Andre Heider
2010-09-06
PLUGINS: Use the C++ ABI to call dtors when unloading a plugin.
Andre Heider
2010-08-19
Fix warning & code formatting
Max Horn
2010-08-14
Ensured getPlugins is not called multiple times on Static Plugin Provider wit...
Tony Puccinelli
2010-08-12
Refined first refinement of new plugin design. Tested successfully adding/rem...
Tony Puccinelli
2010-08-03
gave plugin iterators more appropriate names, removed debugging printf, added...
Tony Puccinelli
2010-08-02
changed plugins so games can be added in the launcher with only one plugin lo...
Tony Puccinelli
2010-07-30
initial work on plugin design changes (already added games can be launched wi...
Tony Puccinelli
2010-03-18
COMMON: Move typedef StringList from str.h to new header str-array.h
Max Horn
2008-12-22
Fixed indentation and removed whitespaces at the end of line
Jordi Vilalta Prat
2008-10-02
Renamed FilesystemNode -> FSNode
Max Horn
2008-09-30
Modified FilePluginProvider to use FSNodes (instead of raw filenames / paths)...
Max Horn
2008-09-03
Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...
Max Horn
2008-07-19
Removed -Wundef from the default list of compiler flags, and changed PLUGIN_E...
Max Horn
2008-06-13
Renamed MIDI plugins to Music plugins
Jordi Vilalta Prat
2008-05-28
Added a note about the MSVC quirk with the spaces around ENABLE_##ID
Filippos Karapetis
2008-05-28
Removed an MSVC specific hack, after discussing with jvprat. It seems that MS...
Filippos Karapetis
2008-05-26
Fixed some code formatting thanks to LordHoto
Jordi Vilalta Prat
2008-05-20
Add a tiny TODO entry for graphics scaler plugins
Max Horn
2008-05-14
Added 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 drivers
Jordi Vilalta Prat
2008-05-13
Taken care of FilePluginProvider's FIXMEs
Jordi Vilalta Prat
2008-05-13
Some more Doxygen comments, as well as some FIXMEs/TODOs
Max Horn
2008-05-13
Moved 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-12
Keep separated arrays for each type of plugin
Jordi Vilalta Prat
2008-05-12
- Added an engine plugin manager and moved engine specific functionality into it
Jordi Vilalta Prat
2008-05-06
Added a temporary hack to get the engine plugins working under MSVC
Filippos Karapetis
2008-05-06
Allow static and dynamic plugins to be used at the same time
Jordi Vilalta Prat
2008-05-02
Added support to load plugins from different directories and the ability to s...
Jordi Vilalta Prat
2008-02-08
Remove undesired spaces and an old TODO
Jordi Vilalta Prat
2008-02-08
Implemented plugin versioning
Jordi Vilalta Prat
2008-02-08
Initial support for plugin types
Jordi Vilalta Prat
[next]