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
/
backends
/
plugins
Age
Commit message (
Expand
)
Author
2009-01-30
Fix for bug #2548995: AmigaOS4: Compiler error (and taking care of some poten...
Max Horn
2008-10-02
Renamed FilesystemNode -> FSNode
Max Horn
2008-09-30
Modified FilePluginProvider to use FSNodes (instead of raw filenames / paths)...
Max Horn
2008-07-27
Fixed win32 plugin provider.
Johannes Schickel
2008-06-09
Show warnings when a plugin couldn't be loaded
Jordi Vilalta Prat
2008-05-13
Taken care of FilePluginProvider's FIXMEs
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-04
Fix plugin unloading / cleanup
Max Horn
2008-02-04
Fix a segmentation fault when running a game with dynamic plugins enabled.
Jordi Vilalta Prat
2008-02-03
Revised Engine plugin API to only provide a single func which returns a MetaE...
Max Horn
2008-02-03
Removed some dead code
Max Horn
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-12-02
fixes for cygwin build
Kostas Nakos
2007-11-13
somewhat more verbose debug msgs
Kostas Nakos
2007-10-28
unicod-ify syscalls for ce backend
Kostas Nakos
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-06-05
Renamed methods in the FilesystemNode class to match the AbstractFSNode imple...
David Corrales
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-27
Commit of patch #1715310 ("WIN32: Dynamic Plugin support with MinGW").
Johannes Schickel
2007-01-20
First phase of detection-related plugins interface improvements. Now plugins
Eugene Sandulenko
2006-10-07
Fix compilation. SDL.h is required for SDL_GetError()
Eugene Sandulenko
2006-10-07
Instantiate and hook up the plugin providers in the main() function of the co...
Max Horn
2006-10-07
Added SDL plugin provider
Max Horn
2006-10-07
Fixed mixup in win32 plugin provider code, and added win32 & dc plugin provid...
Max Horn
2006-10-07
Added plugin providers for Win32 and DC
Max Horn
2006-10-07
Started to refactor the plugin code (moving backend specific stuff into backe...
Max Horn