aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins
AgeCommit message (Expand)Author
2020-01-04BASE: Fix being unable to run games when using dynamic pluginsBastien Bouclet
2019-12-02PLUGINS: Fix crash when no plugins are availableCameron Cawley
2019-12-013DS: Implement dynamic pluginsBastien Bouclet
2019-11-17BACKENDS: Remove the Windows CE portCameron Cawley
2019-10-09PLUGINS: Implement NONE relocation for PPCLe Philousophe
2019-04-15WINCE: Fix compilationCameron Cawley
2018-09-14PS2: Fix compilation with latest PS2SDKCameron Cawley
2018-04-19JANITORIAL: Fix whitespaceAdrian Frühwirth
2018-04-07DS: Only disable forbidden symbols when necessaryCameron Cawley
2018-04-07DS: Fix compilation with devkitARM r47Cameron Cawley
2017-07-10Revert "COMMON: Change way the Singleton instances are instantiated"Eugene Sandulenko
2017-07-10COMMON: Change way the Singleton instances are instantiatedThierry Crozat
2016-02-23WIN32: Fix plugin provider build for 64bit target.Johannes Schickel
2014-04-28Merge pull request #426 from sunmax/masterEugene Sandulenko
2014-02-18WIN32: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-18WII: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-18SDL: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-18PSP: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-18PS2: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-18POSIX: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-18DS: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-18BACKENDS: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-18PS2: removed plugins cksum deps on build timeMax Lingua
2014-01-18PS2: removed plugins cksum deps on build timeMax Lingua
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
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