aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2011-06-11OPENPANDORA: Start to cleanup the backend and move controls into remapkey.David-John Willis
* Work in progress.
2011-06-11GP2X: Remove remnants of the old GP2X backend.David-John Willis
The GP2X is now folded into the GPH backend (as the GP2X device).
2011-06-11BACKENDS: Remove stale GP2X code references.David-John Willis
2011-06-11GPH: Cleanup and some WIP refactoring.David-John Willis
2011-06-11GPH: Make helper script produce a non-plugin build for the GP2X.David-John Willis
* Plugins are acting up on the old GP2X so disable for now until I get a chance to work on them some more.
2011-06-11GPH: Update launch script for the GP2X build to match other GPH devices.David-John Willis
2011-06-08BACKENDS: Shuffle backends class hierarchy and module initializationMax Horn
2011-06-08BACKENDS: Fix BaseBackend::initBackend() (ouch)Max Horn
2011-06-08DS: Prevent OSystem destructor from deleting _savefileManagerMax Horn
2011-06-08BACKENDS: cleanupMax Horn
2011-06-08BACKENDS: Add OSystem::resetGraphicsScale() default implementationMax Horn
2011-06-07N64: Use OSystem's _fsFactory slotMax Horn
2011-06-07IPHONE: Use OSystem's _fsFactory slotMax Horn
2011-06-07WINCE: Use OSystem's _fsFactory slotMax Horn
2011-06-07WINCE: Remove dead codeMax Horn
2011-06-07DS: Use OSystem::_savefileManager slotMax Horn
2011-06-07WINCE: Add FIXME for timer code (maintainer notified)Max Horn
2011-06-07WII: Use OSystem's 'slots' for timer/savefile managerMax Horn
2011-06-07PSP: Use OSystem's 'slots' for timer/savefile managerMax Horn
2011-06-07PS2: Use OSystem's 'slots' for timer/savefile managerMax Horn
2011-06-07N64: Use OSystem's 'slots' for timer/savefile managerMax Horn
2011-06-07IPHONE: Use OSystem's 'slots' for timer/savefile managerMax Horn
2011-06-07DS: Use OSystem's 'slot' for timer managerMax Horn
2011-06-07ANDROID: Use OSystem's 'slots' for timer/savefile manager & fsfactoryMax Horn
2011-06-07DC: Use OSystem's 'slots' for timer/savefile manager & fsFactoryMax Horn
2011-06-07BACKENDS: Move more 'manager slots' from ModularBackend to OSystemMax Horn
2011-06-07OPENPANDORA: Remove some dead codeMax Horn
2011-06-07IPHONE: Fix a typo, fix compilation (hopefully)Sven Hesse
2011-06-06I18N: Make some OSD messages translatableThierry Crozat
2011-06-06OSYSTEM: displayMessageOnOSD() now accepts non-ASCII stringsThierry Crozat
It should now accept strings encoded using the current TranslationManaged charset (e.g. translated text).
2011-06-06GRAPHICS: Get rid of kSODFont (ScummFont)Thierry Crozat
OSD is now using the kGUIFont instead. The main advantage is that the kGUIFont can be used for translated text while only ASCII characters were present in ScummFont.
2011-06-06DC: Allow use of all symbolsMax Horn
2011-06-06SDL: Use #define FORBIDDEN_SYMBOL_ALLOW_ALL (backends can use any symbol)Max Horn
2011-06-06PS2: Add missing semicolonMax Horn
2011-06-06DS: Remove dead codeMax Horn
2011-06-06PS2: Remove dead codeMax Horn
2011-06-06PS2: Simplify OSystem_PS2::logMessageMax Horn
2011-06-06BACKENDS: Unify EventManager setupMax Horn
2011-06-06NULL: Fix null backend (untested)Max Horn
2011-06-06DS: Add custom logMessage() implementationMax Horn
2011-06-06PS2: Add logMessage() implementationMax Horn
2011-06-06BACKENDS: Add OSystem::getDefaultConfigFileNameMax Horn
This is used to provide default implementations for createConfigWriteStream and createConfigReadStream, which can be used by most backends. Note that backends can still override createConfigRead/WriteStream; this could be useful if settings on some port are not stored in a regular file (think 'Windows registry', for a hypothetical example).
2011-06-06BACKENDS: Unify AudioCD manager instantiationMax Horn
2011-06-06NULL: cleanupMax Horn
2011-06-06COMMON: Add kInfo LogMessageType.Alyssa Milburn
2011-06-06VKEYBD: Adjust to recent XML parser changesMax Horn
2011-06-05IPHONE: Fixed a COMI crash and some minor gfx glitchesOystein Eftevaag
2011-06-04BACKENDS: Fix compilation on mingw64 (take 2)Littleboy
2011-06-04BACKENDS: Cast ShellExecute return value to long instead of intLittleboy
This should fix compilation on mingw64
2011-06-04BACKENDS: Fix compilation with mingwLittleboy