Age | Commit message (Expand) | Author |
2014-04-28 | Merge pull request #426 from sunmax/master | Eugene Sandulenko |
2014-02-18 | WIN32: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-02-18 | WII: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-02-18 | SDL: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-02-18 | PSP: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-02-18 | PS2: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-02-18 | POSIX: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-02-18 | DS: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-02-18 | BACKENDS: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-01-18 | PS2: removed plugins cksum deps on build time | Max Lingua |
2014-01-18 | PS2: removed plugins cksum deps on build time | Max Lingua |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon |
2011-06-30 | ALL: Require DECLARE_SINGLETON to be used in the Common namepsace | Ori Avtalion |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-25 | BUILD: Rename UNIX #define to POSIX | Max Horn |
2011-05-20 | WINCE: Change plugin extensions from .dll to .plugin - fixes erroneous loadin... | CeRiAl |
2011-05-18 | WINCE: Enable building of plugins with normal configure/make | CeRiAl |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-04 | BACKENDS: Fix copy & paste mistakes in some comments | Max Horn |
2011-04-28 | BACKENDS: Fix compilation for various backends | Ori Avtalion |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-20 | DC: Move dynamic plugin handling into the platform | Marcus Comstedt |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2010-12-30 | PLUGINS: rename ONE_PLUGIN_AT_A_TIME define to UNCACHED_PLUGINS | Yotam Barnoy |
2010-12-29 | PLUGINS: single plugin model now saves plugin filename to config file | Yotam Barnoy |
2010-12-26 | PLUGINS: fixed resource leak that caused PSP to crash | Yotam Barnoy |
2010-12-22 | PLUGINS: replace all size_t's with uint32's and add #include <malloc.h> to me... | Yotam Barnoy |
2010-12-22 | PLUGINS: Only enable ELFMemoryManager when dynamic plugins and the ELF loader... | Johannes Schickel |
2010-12-22 | PLUGINS: Fix ELFMemoryManager::pluginAllocate signature. | Johannes Schickel |
2010-12-22 | PLUGINS: add ELF memory manager to solve fragmentation | Yotam Barnoy |
2010-11-29 | BACKENDS: Fix SVN keyword usage. | Johannes Schickel |
2010-11-29 | BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs | Max Horn |
2010-11-29 | SDL: Move #include <SDL.h> into a special wrapper file | Max Horn |
2010-11-05 | PLUGINS: Simplify ELF plugin providers & DLObject subclasses | Max Horn |
2010-11-05 | PLUGINS: Add EM_SH to elf32.h (e_machine type used by DC backend) | Max Horn |
2010-11-04 | PSP: cleaning up some stuff from plugin merge | Yotam Barnoy |
2010-11-04 | COMMON: Undo changes to common/ptr.h, remove Common::ScopedPtrC | Max Horn |
2010-11-03 | Merge from gsoc2010-plugins | Yotam Barnoy |
2010-11-03 | Dummy file creation through SVN to allow merging gsoc plugins via mercurial | Yotam Barnoy |
2010-10-31 | Updated with latest from trunk | Yotam Barnoy |
2010-10-30 | SDL: Fix SDL plugin provider code (used e.g. by Dingux port) | Max Horn |
2010-09-16 | PLUGINS: fixed issue with R_MIPS_32 relocations | Yotam Barnoy |
2010-09-16 | PLUGINS: Fix function arguments in MIPS loader | Yotam Barnoy |
2010-09-15 | PLUGINS: Additional plugin check for the ELF loader. | Andre Heider |
2010-09-15 | PLUGINS: Cleanup. | Andre Heider |
2010-09-06 | PLUGINS: Only resolve __dso_handle if loading was successful. | Andre Heider |
2010-09-06 | PLUGINS: Formatting. | Andre Heider |
2010-09-06 | PLUGINS: Use the C++ ABI to call dtors when unloading a plugin. | Andre Heider |
2010-09-06 | PLUGINS: used variation of ScopedPtr to clean up load() function | Yotam Barnoy |