aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2009-02-17Remove vector renderer defineLars Persson
svn-id: r38424
2009-02-17another update for the new libwiikeyboard API.Andre Heider
svn-id: r38392
2009-02-16Updated the iphone xcode project to include dependency libs, and fixed ↵Oystein Eftevaag
config/savegame paths svn-id: r38386
2009-02-16Add base-backend.cpp to Symbian base make fileLars Persson
svn-id: r38379
2009-02-16Add advanceddetector to Symbian base makefileLars Persson
svn-id: r38378
2009-02-16Add build support for SCI.Lars Persson
svn-id: r38371
2009-02-16fix random crashes on vga devices when using exotic scalersKostas Nakos
svn-id: r38352
2009-02-15Removed OSystem_Dreamcast::fillScreen implementation after discussing it ↵Johannes Schickel
with Marcus. svn-id: r38327
2009-02-15- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.Johannes Schickel
- Update BaseBackend and DC port to properly implement OSystem::fillScreen (now only PalmOS has to be updated). - Update all client code which relied on OSystem::clearScreen so far. svn-id: r38304
2009-02-15check the result of PAD_ScanPads() to trigger button up/down events only ↵Andre Heider
once. requires a not yet official libogc patch. svn-id: r38294
2009-02-15add support for groovieKostas Nakos
svn-id: r38288
2009-02-15Compatibility fixes for the official iPhone SDKOystein Eftevaag
svn-id: r38280
2009-02-15enable tucker and groovie enginesKostas Nakos
svn-id: r38275
2009-02-15add support for tuckerKostas Nakos
svn-id: r38273
2009-02-15add support for USB keyboard modifier keys.Andre Heider
svn-id: r38264
2009-02-15moved the supported graphics modes to a static array.Andre Heider
svn-id: r38261
2009-02-15better error checking when setting up threads, and free() the stacks when done.Andre Heider
svn-id: r38260
2009-02-15moved the keyboard event thread to libwiikeyboard.Andre Heider
svn-id: r38258
2009-02-15make keyboard support optional with USE_WII_KBD since libwiikeyboard is not ↵Andre Heider
in the official libogc svn. svn-id: r38244
2009-02-15allow keyboard hotplugging.Andre Heider
svn-id: r38242
2009-02-15Merged revisions 36329, 38212, 38226and 38234 from branch-0-13-0 to trunk: ↵Oystein Eftevaag
iPhone backend updates svn-id: r38240
2009-02-15Fixes for the changed keyboard API. Tweaked the PAD mappings to add GMM and ↵Andre Heider
VKEYBD. svn-id: r38185
2009-02-14apply patch by Fingolfin to optimize scalers + moreKostas Nakos
svn-id: r36338
2009-02-14added USB keyboard supportAndre Heider
svn-id: r36337
2009-02-14update to newer overlay interfaceKostas Nakos
svn-id: r36336
2009-02-14remove InitScalers() call, since the PSP port doesn't use scalers, and we no ↵Joost Peters
longer need to set gBitFormat. svn-id: r36333
2009-02-14reverting rev35505 since this change breaks the video output using RGB cablesAndre Heider
svn-id: r36325
2009-02-13DS: Removed code from GBAMPSaveFileManager::getSavePath() which was for ↵Max Horn
compatibility with 0.6.1 config files (NDS port 0.1 was based on 0.7.1); added FIXME comment svn-id: r36291
2009-02-12Cleanup of the GP2X backend. It's been sat on my HDD for a while and it ↵John Willis
really should be in SVN. svn-id: r36278
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