aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
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-05SAVES: Revert whitespace changes to minimize the diff to trunk.Andre Heider
2010-09-05PLUGINS: Set svn:keywords property on all new files.Andre Heider
2010-09-05MERGE: Merge trunk to branch.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
2010-09-05WII: Add plugins to the distribution.Andre Heider
2010-09-05PLUGINS: Plugin support for the GameCube/Wii backend.Andre Heider
2010-09-05PLUGINS: Formatting.Andre Heider
2010-09-05PLUGINS: Respect the VMA when relocating.Andre Heider
2010-09-05PLUGINS: Properly check the ELF header.Andre Heider
2010-09-05PLUGINS: The VMA doesn't get added to any PHDR.Andre Heider
2010-09-05PLUGINS: Fix warnings.Andre Heider
2010-09-05PLUGINS: Cleanup includes and debug output.Andre Heider
2010-09-05PLUGINS: Flush only memory ranges, not everythingAndre Heider
2010-09-05DS: Enable debug level 2 when DISABLE_TEXT_CONSOLE is not set.Andre Heider
2010-09-05WII: Merge r52536 from trunk.Andre Heider
2010-09-05WII: New disttarget 'wiiloaddist'Andre Heider
2010-09-04DS: Merge r52533 from trunk.Andre Heider
2010-09-04DS: Enable stdout/err via nocash when DISABLE_COMMAND_LINE in not set.Andre Heider
2010-09-01PSP: removed strict-aliasingYotam Barnoy
2010-08-31PSP: fix BS2 crash by disabling strict aliasingYotam Barnoy
2010-08-31SCI: still set game cursor, when mouse outsideMartin Kiewitz
2010-08-30I18N: Add "lowres" context for several GUI strings when in 1x mode.Thierry Crozat
2010-08-30WII: Abuse pollEvent() to update the screen of skipped frames.Andre Heider
2010-08-29PLUGINS: Fix warnings and unnecessary casts.Andre Heider
2010-08-29Build a couple of different variant to split engines in two.Lars Persson
2010-08-28WII: svn merge Wii port commits from trunkAndre Heider
2010-08-28DINGUX: disable aspect ratio correction for some resolutionsFabio Battaglia
2010-08-27Add support for HUGO game engineLars Persson
2010-08-26GP2XWIZ: Add initial support for the GPH Caanoo.John Willis
2010-08-25PSP: fixed flag to open()Yotam Barnoy
2010-08-24PSP: switched to using BufferedSeekableReadStream and BufferedWriteStreamYotam Barnoy
2010-08-24GP2XWIZ: Graphics code cleanup and start to add support for the GP2X Caanoo d...John Willis
2010-08-23dingux: Add standard ScummVM copyright headers to the dingux backend.John Willis
2010-08-22DINGUX: whitspace commit to start buildbotFabio Battaglia
2010-08-22N64: add some comments to codeFabio Battaglia
2010-08-22N64: small fix to the port readmeFabio Battaglia
2010-08-22PSP: switched from stdio to psp functions in plugin branchYotam Barnoy