aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins/win32
AgeCommit message (Collapse)Author
2019-04-15WINCE: Fix compilationCameron Cawley
2016-02-23WIN32: Fix plugin provider build for 64bit target.Johannes Schickel
2014-02-18WIN32: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-20WINCE: Change plugin extensions from .dll to .plugin - fixes erroneous ↵CeRiAl
loading of runtime-dlls
2011-05-18WINCE: Enable building of plugins with normal configure/makeCeRiAl
Enables building of plugin .dlls without a custom Makefile. Also removes generation of scummvm.exe.map from configure script.
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-12-29PLUGINS: single plugin model now saves plugin filename to config fileYotam Barnoy
After searching for the right plugin once, the filename will be saved to the config file under the domain 'plugin_files'. The key is the gameid and the value is the plugin file. The backup mechanism is searching plugin by plugin. svn-id: r55061
2010-11-29BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefsMax Horn
svn-id: r54573
2010-06-26Define WIN32_LEAN_AND_MEAN before including windows.h.Johannes Schickel
This will cause our code to include less functionality, but might on the other hand fasten up the compilation. svn-id: r50346
2010-03-19Also remove Win32PluginProvider::addCustomDirectories, as it obviously isn't ↵Max Horn
being used svn-id: r48304
2010-03-18Trying to fix compilation (porters should review these changes, seems I ↵Max Horn
uncovered some lurking old breakage) svn-id: r48289
2010-03-18Convert some occurences of StringList to StringArray;Max Horn
try to fix compile error in GP2x code svn-id: r48286
2009-01-30Fix for bug #2548995: AmigaOS4: Compiler error (and taking care of some ↵Max Horn
potential errors in WinCE & GP2x, too) svn-id: r36146
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
svn-id: r34716
2008-09-30Modified FilePluginProvider to use FSNodes (instead of raw filenames / ↵Max Horn
paths) in its API svn-id: r34709
2008-07-27Fixed win32 plugin provider.Johannes Schickel
svn-id: r33330
2008-05-13Taken care of FilePluginProvider's FIXMEsJordi Vilalta Prat
svn-id: r32085
2008-05-02Added 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-04Fix plugin unloading / cleanupMax Horn
svn-id: r30785
2008-02-03Removed some dead codeMax Horn
svn-id: r30778
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2007-12-02fixes for cygwin buildKostas Nakos
svn-id: r29700
2007-11-13somewhat more verbose debug msgsKostas Nakos
svn-id: r29496
2007-10-28unicod-ify syscalls for ce backendKostas Nakos
svn-id: r29299
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-06-05Renamed 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-30Updated 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-27Commit of patch #1715310 ("WIN32: Dynamic Plugin support with MinGW").Johannes Schickel
svn-id: r26963
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-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