aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2009-02-11cleanupMax Horn
svn-id: r36270
2009-02-08Remove key statement in PKG fileLars Persson
svn-id: r36248
2009-02-07Use Ctrl F5 for global main menu, since any single key would conflict with ↵Travis Howell
some games. svn-id: r36240
2009-02-02Update for part buildingLars Persson
svn-id: r36206
2009-02-02Missed script update for future SAGA2 engineLars Persson
svn-id: r36204
2009-02-02#define usleep on BeOSMax Horn
svn-id: r36201
2009-02-01Merged r36175 from branch-0-13-0:Marcus Comstedt
Fixed alpha blending in the UI dialogs by adding alpha computation to the blendPixelPtr() function. To minimize impact, pre-multiplied alpha is assumed, meaning that the blending of the R, G and B components is the same both with and without hardware alpha. svn-id: r36177
2009-02-01don't test existence of file in AmigaOSFilesystemNode::getChild (bug #2487481)Willem Jan Palenstijn
svn-id: r36171
2009-01-30Removed default implementations of OSystem::getOverlayHeight() and ↵Max Horn
getOverlayWidth() svn-id: r36152
2009-01-30Fix for bug #2548995: AmigaOS4: Compiler error (and taking care of some ↵Max Horn
potential errors in WinCE & GP2x, too) svn-id: r36146
2009-01-30do not include common/debug.h from common/util.hMax Horn
svn-id: r36143
2009-01-30cleanupMax Horn
svn-id: r36138
2009-01-30Moved default implementations for various OSystem methods into a new class ↵Max Horn
BaseBackend svn-id: r36135
2009-01-27Need graphics/colormasks.h for Graphics::createPixelFormat.Marcus Comstedt
svn-id: r36108
2009-01-27Disable autosave (fixes [2516389]).Marcus Comstedt
svn-id: r36106
2009-01-25fix compilationJoost Peters
svn-id: r36053
2009-01-24don't append '/' to path in getChildren()Joost Peters
svn-id: r36042
2009-01-24fix typoJoost Peters
svn-id: r36041
2009-01-24fix compilationJoost Peters
svn-id: r36040
2009-01-24pollCD() should only return true, if CD audio is actually playing.Travis Howell
svn-id: r36035
2009-01-23Changed Graphics::ImageDecoder to allow custom PixelFormatsMax Horn
svn-id: r36026
2009-01-23Renamed Archive::openFile to createReadStreamForMemberMax Horn
svn-id: r36021
2009-01-23OopsMax Horn
svn-id: r36015
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / ↵Max Horn
createWriteStream, again to make ownership of the returned stream clear svn-id: r36014
2009-01-23Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to ↵Max Horn
createConfigReadStream & createConfigWriteStream, in order to make it clear that the *caller* is responsible for deleting the streams (i.e., 'owns' them) svn-id: r36013
2009-01-23DS: Nothing is supposed to use time(), so don't globally include <time.h> -- ↵Max Horn
in particular, no need to fake a time() impl if the only code using it is the backend itself ;) svn-id: r36012
2009-01-23DS: Apply an old cleanup patch of mine from last AugustMax Horn
svn-id: r36011
2009-01-23DS: Fix compilationMax Horn
svn-id: r36010
2009-01-22Get rid of the wrappers around the zlib stream wrapper wrappers ;)Max Horn
svn-id: r36007
2009-01-22Revert my previous commit. File still produces error ↵Max Horn
'wrapCompressedReadStream' is not a member of 'Common' with gcc 4.2.4, though svn-id: r36006
2009-01-22Removed incorrect Common:: prefix from stuff that is not part of namespace ↵Max Horn
Common svn-id: r36005
2009-01-22Fix the compilation of the Wii portJordi Vilalta Prat
svn-id: r36004
2009-01-22Got rid of several occurrences of gBitFormatMax Horn
svn-id: r35995
2009-01-22Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ↵Max Horn
into methods, and added an operator== svn-id: r35993
2009-01-21made ISO9660 support optional via USE_WII_DIAndre Heider
svn-id: r35985
2009-01-21added ENABLE_VKEYBD, ENABLE_KEYMAPPER (both not mapped yet) and ENABLE_AGIAndre Heider
svn-id: r35984
2009-01-21Fixed vkbd drawing and GUI drawing on screen change while vkbd is shown.Johannes Schickel
svn-id: r35979
2009-01-21More cleanup of the DS portMax Horn
svn-id: r35978
2009-01-21More cleanupMax Horn
svn-id: r35977
2009-01-21cleanupMax Horn
svn-id: r35976
2009-01-21Yet more cleanupMax Horn
svn-id: r35975
2009-01-21Yet more cleanupMax Horn
svn-id: r35973
2009-01-21Fix what I believe to be an error in Keymapper::cleanupGameKeymapsMax Horn
svn-id: r35972
2009-01-21more cleanupMax Horn
svn-id: r35971
2009-01-21Some cleanup / code simplificationMax Horn
svn-id: r35970
2009-01-20some code cleanupMax Horn
svn-id: r35966
2009-01-20Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cppMax Horn
svn-id: r35965
2009-01-20Whoops committed from the wrong directory. Removing ImageMan leftover.Johannes Schickel
svn-id: r35961
2009-01-20Removed ImageMan again, now the code uses Graphics::ImageDecoder directly.Johannes Schickel
svn-id: r35960
2009-01-20Some formatting.Johannes Schickel
svn-id: r35959