Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-15 | make keyboard support optional with USE_WII_KBD since libwiikeyboard is not ↵ | Andre Heider | |
in the official libogc svn. svn-id: r38244 | |||
2009-02-15 | allow keyboard hotplugging. | Andre Heider | |
svn-id: r38242 | |||
2009-02-15 | Merged revisions 36329, 38212, 38226and 38234 from branch-0-13-0 to trunk: ↵ | Oystein Eftevaag | |
iPhone backend updates svn-id: r38240 | |||
2009-02-15 | Fixes for the changed keyboard API. Tweaked the PAD mappings to add GMM and ↵ | Andre Heider | |
VKEYBD. svn-id: r38185 | |||
2009-02-14 | apply patch by Fingolfin to optimize scalers + more | Kostas Nakos | |
svn-id: r36338 | |||
2009-02-14 | added USB keyboard support | Andre Heider | |
svn-id: r36337 | |||
2009-02-14 | update to newer overlay interface | Kostas Nakos | |
svn-id: r36336 | |||
2009-02-14 | remove 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-14 | reverting rev35505 since this change breaks the video output using RGB cables | Andre Heider | |
svn-id: r36325 | |||
2009-02-13 | DS: 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-12 | Cleanup 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-11 | cleanup | Max Horn | |
svn-id: r36270 | |||
2009-02-08 | Remove key statement in PKG file | Lars Persson | |
svn-id: r36248 | |||
2009-02-07 | Use Ctrl F5 for global main menu, since any single key would conflict with ↵ | Travis Howell | |
some games. svn-id: r36240 | |||
2009-02-02 | Update for part building | Lars Persson | |
svn-id: r36206 | |||
2009-02-02 | Missed script update for future SAGA2 engine | Lars Persson | |
svn-id: r36204 | |||
2009-02-02 | #define usleep on BeOS | Max Horn | |
svn-id: r36201 | |||
2009-02-01 | Merged 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-01 | don't test existence of file in AmigaOSFilesystemNode::getChild (bug #2487481) | Willem Jan Palenstijn | |
svn-id: r36171 | |||
2009-01-30 | Removed default implementations of OSystem::getOverlayHeight() and ↵ | Max Horn | |
getOverlayWidth() svn-id: r36152 | |||
2009-01-30 | Fix for bug #2548995: AmigaOS4: Compiler error (and taking care of some ↵ | Max Horn | |
potential errors in WinCE & GP2x, too) svn-id: r36146 | |||
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn | |
svn-id: r36143 | |||
2009-01-30 | cleanup | Max Horn | |
svn-id: r36138 | |||
2009-01-30 | Moved default implementations for various OSystem methods into a new class ↵ | Max Horn | |
BaseBackend svn-id: r36135 | |||
2009-01-27 | Need graphics/colormasks.h for Graphics::createPixelFormat. | Marcus Comstedt | |
svn-id: r36108 | |||
2009-01-27 | Disable autosave (fixes [2516389]). | Marcus Comstedt | |
svn-id: r36106 | |||
2009-01-25 | fix compilation | Joost Peters | |
svn-id: r36053 | |||
2009-01-24 | don't append '/' to path in getChildren() | Joost Peters | |
svn-id: r36042 | |||
2009-01-24 | fix typo | Joost Peters | |
svn-id: r36041 | |||
2009-01-24 | fix compilation | Joost Peters | |
svn-id: r36040 | |||
2009-01-24 | pollCD() should only return true, if CD audio is actually playing. | Travis Howell | |
svn-id: r36035 | |||
2009-01-23 | Changed Graphics::ImageDecoder to allow custom PixelFormats | Max Horn | |
svn-id: r36026 | |||
2009-01-23 | Renamed Archive::openFile to createReadStreamForMember | Max Horn | |
svn-id: r36021 | |||
2009-01-23 | Oops | Max Horn | |
svn-id: r36015 | |||
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / ↵ | Max Horn | |
createWriteStream, again to make ownership of the returned stream clear svn-id: r36014 | |||
2009-01-23 | Renamed 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-23 | DS: 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-23 | DS: Apply an old cleanup patch of mine from last August | Max Horn | |
svn-id: r36011 | |||
2009-01-23 | DS: Fix compilation | Max Horn | |
svn-id: r36010 | |||
2009-01-22 | Get rid of the wrappers around the zlib stream wrapper wrappers ;) | Max Horn | |
svn-id: r36007 | |||
2009-01-22 | Revert 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-22 | Removed incorrect Common:: prefix from stuff that is not part of namespace ↵ | Max Horn | |
Common svn-id: r36005 | |||
2009-01-22 | Fix the compilation of the Wii port | Jordi Vilalta Prat | |
svn-id: r36004 | |||
2009-01-22 | Got rid of several occurrences of gBitFormat | Max Horn | |
svn-id: r35995 | |||
2009-01-22 | Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ↵ | Max Horn | |
into methods, and added an operator== svn-id: r35993 | |||
2009-01-21 | made ISO9660 support optional via USE_WII_DI | Andre Heider | |
svn-id: r35985 | |||
2009-01-21 | added ENABLE_VKEYBD, ENABLE_KEYMAPPER (both not mapped yet) and ENABLE_AGI | Andre Heider | |
svn-id: r35984 | |||
2009-01-21 | Fixed vkbd drawing and GUI drawing on screen change while vkbd is shown. | Johannes Schickel | |
svn-id: r35979 | |||
2009-01-21 | More cleanup of the DS port | Max Horn | |
svn-id: r35978 | |||
2009-01-21 | More cleanup | Max Horn | |
svn-id: r35977 |