aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins
AgeCommit message (Collapse)Author
2007-01-20First phase of detection-related plugins interface improvements. Now pluginsEugene 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-07Fix compilation. SDL.h is required for SDL_GetError()Eugene Sandulenko
svn-id: r24160
2006-10-07Instantiate 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-07Added SDL plugin providerMax Horn
svn-id: r24152
2006-10-07Fixed mixup in win32 plugin provider code, and added win32 & dc plugin ↵Max Horn
providers to the build system svn-id: r24150
2006-10-07Added plugin providers for Win32 and DCMax Horn
svn-id: r24149
2006-10-07Started to refactor the plugin code (moving backend specific stuff into ↵Max Horn
backends/plugins/) svn-id: r24148