index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
plugins
Age
Commit message (
Expand
)
Author
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
2010-09-06
PLUGINS: fixed MIPS plugin loader
Yotam Barnoy
2010-09-06
PLUGINS: added missing call in destructor which caused crashing
Yotam Barnoy
2010-09-05
PLUGINS: Added _segmentVMA to the MIPS loader.
Andre Heider
2010-09-05
PLUGINS: Remove spurious extra allocation.
Andre Heider
2010-09-05
PLUGINS: Plug some memleaks.
Andre Heider
2010-09-05
PLUGINS: Move doxygen to the base class header.
Andre Heider
2010-09-05
PLUGINS: Add missing variable initialization.
Andre Heider
2010-09-05
PLUGINS: Formatting.
Andre Heider
2010-09-05
PLUGINS: Set svn:keywords property on all new files.
Andre Heider
2010-09-05
PLUGINS: Make the file stream a member of DLObject.
Andre Heider
2010-09-05
PLUGINS: Type cleanup.
Andre Heider
2010-09-05
PLUGINS: Move platform specific code out of the generic ELF loader.
Andre Heider
2010-09-05
PLUGINS: Move all ELF loader related files to its own directory.
Andre Heider
2010-09-05
PLUGINS: Plugin support for the GameCube/Wii backend.
Andre Heider
2010-09-05
PLUGINS: Formatting.
Andre Heider
2010-09-05
PLUGINS: Respect the VMA when relocating.
Andre Heider
2010-09-05
PLUGINS: Properly check the ELF header.
Andre Heider
2010-09-05
PLUGINS: The VMA doesn't get added to any PHDR.
Andre Heider
2010-09-05
PLUGINS: Fix warnings.
Andre Heider
2010-09-05
PLUGINS: Cleanup includes and debug output.
Andre Heider
2010-09-05
PLUGINS: Flush only memory ranges, not everything
Andre Heider
2010-08-29
PLUGINS: Fix warnings and unnecessary casts.
Andre Heider
2010-08-19
PSP: made PSP compile with plugins.
Yotam Barnoy
2010-08-19
PLUGINS: added virtual destructor to DLObject
Yotam Barnoy
2010-08-16
Added doxygen comments for a few different plugin-related classes
Tony Puccinelli
2010-08-16
added a todo to plugins.cpp and a comment to elf32.h; Collapsed plugin provid...
Tony Puccinelli
2010-08-13
refactored NEW_PLUGIN_DESIGN_FIRST_REFINEMENT define into ONE_PLUGIN_AT_A_TIME
Tony Puccinelli
2010-08-13
added appropriate ifdefs throughout the plugins directory
Tony Puccinelli
2010-08-12
modified DS makefile to use new plugin design where only one plugin is loaded...
Tony Puccinelli
2010-08-10
merged trunk into branch, reverted Cruise Singleton changes
Tony Puccinelli
2010-08-07
got rid of rest of leftover stuff from GP2X-WIZ elf-loader attempt
Tony Puccinelli
2010-08-07
refined constructors, removed destructors, got rid of unneccessary method dup...
Tony Puccinelli
2010-08-07
added necessary files I forgot to commit yesterday (whoops...) for mips and a...
Tony Puccinelli
2010-08-07
took out hacky 'ifdef MIPS_TARGET' statements in DLObject's methods and inste...
Tony Puccinelli
[next]