aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2010-11-18BACKENDS: Implement logging API proposed by Max on -devel.Johannes Schickel
2010-11-18DS: Add note that ARM_ADPCM is unused (and fix a typo)Max Horn
2010-11-18DS: cleanupMax Horn
2010-11-18DS: Replace GBAMPSaveFile by DSFileStream + wrapBufferedWriteStreamMax Horn
2010-11-18DS: Remove write buffering in DSFileStream, use wrapBufferedWriteStream insteadMax Horn
2010-11-18DS: Avoid needlessly allocating temporary Common::String instancesMax Horn
2010-11-18COMMON: Make implementation of Buffered*Stream classes internalMax Horn
2010-11-18DS: Port changes from 1.2.0 branch to trunkMax Horn
2010-11-18DS: Two more 'FILE' related fixes/workaroundsMax Horn
2010-11-18DS: Add some FIXME/TODO comments on changes that need to be applied to the DS...Max Horn
2010-11-18DS: Fix compilation despite use of 'forbidden' symbolsMax Horn
2010-11-18PSP: reduced fragmentation by allocating overlay just onceYotam Barnoy
2010-11-18PSP: added backtracing function for debuggingYotam Barnoy
2010-11-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
2010-11-16GUI: Move major widgets to new directory gui/widgetsMax Horn
2010-11-16COMMON: Simplify DECLARE_SINGLETON macroMax Horn
2010-11-10PSP: changed renderer to render huge images properlyYotam Barnoy
2010-11-09N64: correct wrong check in romfs stream codeFabio Battaglia
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-11-05WINCE: Remove tons of obsolete workaround code for 'missing' headers and funcsMax 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-04GPH: Update README-GPH to suggest even more WiKi reading.John Willis
2010-11-04PSP: cleaning up some stuff from plugin mergeYotam Barnoy
2010-11-04DS: moved build-ds.sh to DS directory. It's currently unused but has a good w...Yotam Barnoy
2010-11-04DC: remove multi-build of dc-provider that slipped in with plugin merge.Yotam Barnoy
2010-11-04COMMON: Undo changes to common/ptr.h, remove Common::ScopedPtrCMax Horn
2010-11-03Merge from gsoc2010-pluginsYotam Barnoy
2010-11-03Dummy file creation through SVN to allow merging gsoc plugins via mercurialYotam Barnoy
2010-11-02OPENPANDORA: Add FORBIDDEN_SYMBOL_ALLOW_ALL define to enable use of forbidden...John Willis
2010-11-01SYMBIAN: Trigger a compiler error on systems where __GCC32__ is set, instead ...Max Horn
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-10-31GP2X: Fix warnings about unused declsMax Horn
2010-10-31WINCE: Fix assert() implementationMax Horn
2010-10-31WINCE: Code formattingMax Horn
2010-10-31WINCE: Enable use of forbidden symbols, cleanupMax Horn
2010-10-31PS2: Enable another use of forbidden symbolsMax Horn
2010-10-31Updated with latest from trunkYotam Barnoy
2010-10-31WINDOWS: Enable use of forbidden symbolsMax Horn
2010-10-31IPHONE: Enable use of forbidden symbolsMax Horn
2010-10-31PSP: Enable use of forbidden symbolsMax Horn
2010-10-30PS2: Enable use of forbidden symbolsMax Horn
2010-10-30SDL: Fix SDL plugin provider code (used e.g. by Dingux port)Max Horn
2010-10-30GPH: Enable use of forbidden symbolsMax Horn
2010-10-30LINUXMOTO: Enable use of forbidden symbolsMax Horn
2010-10-30GP2x: Enable use of forbidden symbolsMax Horn
2010-10-30ALL: Add code to help stop people from accidentally using "bad" APIsMax Horn
2010-10-29PSP: Improved image viewer movementYotam Barnoy
2010-10-29PSP: corrected png loader to use bit depth rather than palette sizeYotam Barnoy
2010-10-27PSP: Fixed ImageViewer code to deallocate TimedMessageDialogYotam Barnoy