Age | Commit message (Expand) | Author |
2010-07-28 | fixed incorrect header file include | Tony Puccinelli |
2010-07-28 | various manual tweaks to get ds port compiling from branch again after earlie... | Tony Puccinelli |
2010-07-27 | Continued abstraction of generic ELF-loader, splitting off MIPS-processor spe... | Tony Puccinelli |
2010-07-26 | moved flushDataCache function from ds-loader.cpp to elf-loader.cpp and moved ... | Tony Puccinelli |
2010-07-24 | Finished initial abstraction of ELF-loader (works for DS) | Tony Puccinelli |
2010-07-23 | renamed MIPS loader header to match file naming conventions | Tony Puccinelli |
2010-07-23 | Began abstraction of generic ELF-loader | Tony Puccinelli |
2010-07-23 | Added abstracted elf32 header file to plugins directory | Tony Puccinelli |
2010-07-07 | various fixes for ds dynamic plugins | Tony Puccinelli |
2010-07-02 | added ds plugin-provider | Tony Puccinelli |
2010-06-26 | Define WIN32_LEAN_AND_MEAN before including windows.h. | Johannes Schickel |
2010-06-26 | fixed detection of plugin filenames | Tony Puccinelli |
2010-06-26 | added gp2xwiz plugin provider code | Tony Puccinelli |
2010-06-22 | changed PS2 to GP2X. | Tony Puccinelli |
2010-06-21 | added wiz plugins provider header | Tony Puccinelli |
2010-06-21 | PSP: switched loader to use PSP's debug mechanism | Yotam Barnoy |
2010-06-05 | merged trunk into branch and corrected __PS2__ to __PLAYSTATION2__ in a coupl... | Tony Puccinelli |
2010-05-28 | added svn keywords 'Id' and 'URL' to new files | Tony Puccinelli |
2010-05-27 | added files for ps2 loadable modules (mainly transplanted from psp code with ... | Tony Puccinelli |
2010-05-26 | minor initial commit for ps2 plugins. Added ps2-provider code | Tony Puccinelli |
2010-03-19 | Also remove Win32PluginProvider::addCustomDirectories, as it obviously isn't ... | Max Horn |
2010-03-19 | DC: Removing unneeded DCPluginProvider::addCustomDirectories | Max Horn |
2010-03-19 | PSP: removed unneeded overload of addCustomDirectories() | Yotam Barnoy |
2010-03-18 | One more try to make DC & PSP compile again | Max Horn |
2010-03-18 | Trying to fix compilation (porters should review these changes, seems I uncov... | Max Horn |
2010-03-18 | Convert some occurences of StringList to StringArray; | Max Horn |
2009-10-09 | Slightly modified version of patch #2875544: PSP plugins patch | Joost Peters |
2009-01-30 | Fix for bug #2548995: AmigaOS4: Compiler error (and taking care of some poten... | Max Horn |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-30 | Modified FilePluginProvider to use FSNodes (instead of raw filenames / paths)... | Max Horn |
2008-07-27 | Fixed win32 plugin provider. | Johannes Schickel |
2008-06-09 | Show warnings when a plugin couldn't be loaded | Jordi Vilalta Prat |
2008-05-13 | Taken care of FilePluginProvider's FIXMEs | Jordi Vilalta Prat |
2008-05-02 | Added support to load plugins from different directories and the ability to s... | Jordi Vilalta Prat |
2008-02-08 | Remove undesired spaces and an old TODO | Jordi Vilalta Prat |
2008-02-08 | Implemented plugin versioning | Jordi Vilalta Prat |
2008-02-08 | Initial support for plugin types | Jordi Vilalta Prat |
2008-02-04 | Change MetaEngine references to PluginObject where possible to make its seman... | Jordi Vilalta Prat |
2008-02-04 | Moved common code from Plugin subclasses to class Plugin itself | Max Horn |
2008-02-04 | Commited updated version of my own patch #1868402: Basic savestate plugin API | Max Horn |
2008-02-04 | Fix plugin unloading / cleanup | Max Horn |
2008-02-04 | Fix a segmentation fault when running a game with dynamic plugins enabled. | Jordi Vilalta Prat |
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a MetaE... | Max Horn |
2008-02-03 | Removed some dead code | Max Horn |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2007-12-02 | fixes for cygwin build | Kostas Nakos |
2007-11-13 | somewhat more verbose debug msgs | Kostas Nakos |
2007-10-28 | unicod-ify syscalls for ce backend | Kostas Nakos |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-06-05 | Renamed methods in the FilesystemNode class to match the AbstractFSNode imple... | David Corrales |