Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-09 | Slightly modified version of patch #2875544: PSP plugins patch | Joost Peters | |
svn-id: r44822 | |||
2009-01-30 | Fix for bug #2548995: AmigaOS4: Compiler error (and taking care of some ↵ | Max Horn | |
potential errors in WinCE & GP2x, too) svn-id: r36146 | |||
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn | |
svn-id: r34716 | |||
2008-09-30 | Modified FilePluginProvider to use FSNodes (instead of raw filenames / ↵ | Max Horn | |
paths) in its API svn-id: r34709 | |||
2008-07-27 | Fixed win32 plugin provider. | Johannes Schickel | |
svn-id: r33330 | |||
2008-06-09 | Show warnings when a plugin couldn't be loaded | Jordi Vilalta Prat | |
svn-id: r32627 | |||
2008-05-13 | Taken care of FilePluginProvider's FIXMEs | Jordi Vilalta Prat | |
svn-id: r32085 | |||
2008-05-02 | Added support to load plugins from different directories and the ability to ↵ | Jordi Vilalta Prat | |
specify the default directory from configure. svn-id: r31816 | |||
2008-02-08 | Remove undesired spaces and an old TODO | Jordi Vilalta Prat | |
svn-id: r30827 | |||
2008-02-08 | Implemented plugin versioning | Jordi Vilalta Prat | |
svn-id: r30826 | |||
2008-02-08 | Initial support for plugin types | Jordi Vilalta Prat | |
svn-id: r30825 | |||
2008-02-04 | Change MetaEngine references to PluginObject where possible to make its ↵ | Jordi Vilalta Prat | |
semantics more generic. svn-id: r30789 | |||
2008-02-04 | Moved common code from Plugin subclasses to class Plugin itself | Max Horn | |
svn-id: r30787 | |||
2008-02-04 | Commited updated version of my own patch #1868402: Basic savestate plugin API | Max Horn | |
svn-id: r30786 | |||
2008-02-04 | Fix plugin unloading / cleanup | Max Horn | |
svn-id: r30785 | |||
2008-02-04 | Fix a segmentation fault when running a game with dynamic plugins enabled. | Jordi Vilalta Prat | |
svn-id: r30784 | |||
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a ↵ | Max Horn | |
MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780 | |||
2008-02-03 | Removed some dead code | Max Horn | |
svn-id: r30778 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2007-12-02 | fixes for cygwin build | Kostas Nakos | |
svn-id: r29700 | |||
2007-11-13 | somewhat more verbose debug msgs | Kostas Nakos | |
svn-id: r29496 | |||
2007-10-28 | unicod-ify syscalls for ce backend | Kostas Nakos | |
svn-id: r29299 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-06-05 | Renamed methods in the FilesystemNode class to match the AbstractFSNode ↵ | David Corrales | |
implementations. Also exposed the new methods (exists, isReadable and isWritable) in FilesystemNode. svn-id: r27113 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-27 | Commit of patch #1715310 ("WIN32: Dynamic Plugin support with MinGW"). | Johannes Schickel | |
svn-id: r26963 | |||
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko | |
return StringMap instead of fixed list of parameters. This adds great flexibility. Current patch should not alter any functionality, i.e. if there are regressions, submit a report. Phase 2 will benefit from these changes and will come later. svn-id: r25134 | |||
2006-10-07 | Fix compilation. SDL.h is required for SDL_GetError() | Eugene Sandulenko | |
svn-id: r24160 | |||
2006-10-07 | Instantiate and hook up the plugin providers in the main() function of the ↵ | Max Horn | |
corresponding backends (porters may have to update their ports if they were using the POSIX or Win32 module loading code implicitly); some cleanup svn-id: r24153 | |||
2006-10-07 | Added SDL plugin provider | Max Horn | |
svn-id: r24152 | |||
2006-10-07 | Fixed mixup in win32 plugin provider code, and added win32 & dc plugin ↵ | Max Horn | |
providers to the build system svn-id: r24150 | |||
2006-10-07 | Added plugin providers for Win32 and DC | Max Horn | |
svn-id: r24149 | |||
2006-10-07 | Started to refactor the plugin code (moving backend specific stuff into ↵ | Max Horn | |
backends/plugins/) svn-id: r24148 |