aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins
AgeCommit message (Expand)Author
2011-06-30ALL: Require DECLARE_SINGLETON to be used in the Common namepsaceOri Avtalion
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-25BUILD: Rename UNIX #define to POSIXMax Horn
2011-05-20WINCE: Change plugin extensions from .dll to .plugin - fixes erroneous loadin...CeRiAl
2011-05-18WINCE: Enable building of plugins with normal configure/makeCeRiAl
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-04BACKENDS: Fix copy & paste mistakes in some commentsMax Horn
2011-04-28BACKENDS: Fix compilation for various backendsOri Avtalion
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-20DC: Move dynamic plugin handling into the platformMarcus Comstedt
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-12-30PLUGINS: rename ONE_PLUGIN_AT_A_TIME define to UNCACHED_PLUGINSYotam Barnoy
2010-12-29PLUGINS: single plugin model now saves plugin filename to config fileYotam Barnoy
2010-12-26PLUGINS: fixed resource leak that caused PSP to crashYotam Barnoy
2010-12-22PLUGINS: replace all size_t's with uint32's and add #include <malloc.h> to me...Yotam Barnoy
2010-12-22PLUGINS: Only enable ELFMemoryManager when dynamic plugins and the ELF loader...Johannes Schickel
2010-12-22PLUGINS: Fix ELFMemoryManager::pluginAllocate signature.Johannes Schickel
2010-12-22PLUGINS: add ELF memory manager to solve fragmentationYotam Barnoy
2010-11-29BACKENDS: Fix SVN keyword usage.Johannes Schickel
2010-11-29BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefsMax Horn
2010-11-29SDL: Move #include <SDL.h> into a special wrapper fileMax Horn
2010-11-05PLUGINS: Simplify ELF plugin providers & DLObject subclassesMax Horn
2010-11-05PLUGINS: Add EM_SH to elf32.h (e_machine type used by DC backend)Max Horn
2010-11-04PSP: cleaning up some stuff from plugin mergeYotam Barnoy
2010-11-04COMMON: Undo changes to common/ptr.h, remove Common::ScopedPtrCMax Horn
2010-11-03Merge from gsoc2010-pluginsYotam Barnoy
2010-11-03Dummy file creation through SVN to allow merging gsoc plugins via mercurialYotam Barnoy
2010-10-31Updated with latest from trunkYotam Barnoy
2010-10-30SDL: Fix SDL plugin provider code (used e.g. by Dingux port)Max Horn
2010-09-16PLUGINS: fixed issue with R_MIPS_32 relocationsYotam Barnoy
2010-09-16PLUGINS: Fix function arguments in MIPS loaderYotam Barnoy
2010-09-15PLUGINS: Additional plugin check for the ELF loader.Andre Heider
2010-09-15PLUGINS: Cleanup.Andre Heider
2010-09-06PLUGINS: Only resolve __dso_handle if loading was successful.Andre Heider
2010-09-06PLUGINS: Formatting.Andre Heider
2010-09-06PLUGINS: Use the C++ ABI to call dtors when unloading a plugin.Andre Heider
2010-09-06PLUGINS: used variation of ScopedPtr to clean up load() functionYotam Barnoy
2010-09-06PLUGINS: fixed MIPS plugin loaderYotam Barnoy
2010-09-06PLUGINS: added missing call in destructor which caused crashingYotam Barnoy
2010-09-05PLUGINS: Added _segmentVMA to the MIPS loader.Andre Heider
2010-09-05PLUGINS: Remove spurious extra allocation.Andre Heider
2010-09-05PLUGINS: Plug some memleaks.Andre Heider
2010-09-05PLUGINS: Move doxygen to the base class header.Andre Heider
2010-09-05PLUGINS: Add missing variable initialization.Andre Heider
2010-09-05PLUGINS: Formatting.Andre Heider
2010-09-05PLUGINS: Set svn:keywords property on all new files.Andre Heider
2010-09-05PLUGINS: Make the file stream a member of DLObject.Andre Heider
2010-09-05PLUGINS: Type cleanup.Andre Heider
2010-09-05PLUGINS: Move platform specific code out of the generic ELF loader.Andre Heider
2010-09-05PLUGINS: Move all ELF loader related files to its own directory.Andre Heider