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
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
2008-02-04
Change MetaEngine references to PluginObject where possible to make its seman...
Jordi Vilalta Prat
2008-02-04
Moved common code from Plugin subclasses to class Plugin itself
Max Horn
2008-02-04
Commited updated version of my own patch #1868402: Basic savestate plugin API
Max Horn
2008-02-03
Revised Engine plugin API to only provide a single func which returns a MetaE...
Max Horn
2008-02-01
Moved enum PluginError from base/plugins.h to common/error.h
Max Horn
2008-01-10
Revert accidental commits in rev 30372
Max Horn
2008-01-10
Removed obsolete FIXME
Max Horn
2007-10-29
added 'igor' engine for the game 'Igor: Objective Uikokahonia'
Gregory Montoir
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-01-20
First phase of detection-related plugins interface improvements. Now plugins
Eugene Sandulenko
2006-11-12
Reworked code in the advanced game detector (getting rid of much of the evil ...
Max Horn
2006-10-07
Instantiate and hook up the plugin providers in the main() function of the co...
Max Horn
2006-10-07
Started to refactor the plugin code (moving backend specific stuff into backe...
Max Horn
2006-07-31
* Added copyright string to all engine plugins
Max Horn
2006-04-29
* Changed the createEngine() factory function of our plugins to return an err...
Max Horn
2006-04-15
Moved (Plain)GameDescriptor from base/gameDetector.h to the new base/game.h h...
Max Horn
2006-04-15
- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...
Max Horn
2006-04-08
Modified the REGISTER_PLUGIN macro so that it allows (and requires) a trailin...
Max Horn
2006-03-09
Added new method DetectedGame::updateDesc, to ease generation of uniform desc...
Max Horn
2006-03-09
- Renamed GameSettings to PlainGameDescriptor
Max Horn
2006-03-09
- added new toDetectedGame() template function (analog to toGameSettings)
Max Horn
2006-03-08
Added alternate DetectedGame constructor, to make it possible to add games to...
Max Horn
2006-02-18
- renamed PLUGIN_getSupportedGames to PLUGIN_gameIDList for consistency
Max Horn
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
[next]