aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2007-07-16Word completion code that uses predictive dictionary ported from branch0-10-0Neil Millstone
2007-07-10This commit adds a new build define USE_ARM_GFX_ASM (and sets it for the WinCERobin Watts
2007-07-08Removed various obsolete methods from OSystem (screenToOverlayX/Y, overlayToS...Max Horn
2007-07-05Tidy up of the GP2X config.sh and bundle.sh scripts. Add support for libMPEG2...John Willis
2007-07-01Only invoke g_engine->pauseEngine if g_engine != NULLMax Horn
2007-07-01Removing non-ASCII chars from source codeMax Horn
2007-06-30Adding mistakenly deleted fileNeil Millstone
2007-06-30Just a testNeil Millstone
2007-06-30- Show mouse cursor optionNeil Millstone
2007-06-30Adding some missing stuff to the PS2 port (it still will require quite some w...Max Horn
2007-06-30Added Engine::pauseEngine method (allows outside code, like the backend, to p...Max Horn
2007-06-30typoMax Horn
2007-06-30Added global support for the (so far undocumented) confirm_exit config keyMax Horn
2007-06-30whitespacesMax Horn
2007-06-26Cleanup of the GP2X port to fix compile issues (and the odd warning).John Willis
2007-06-24Not necessary to have a LINUPY hack in the GP2x backendMax Horn
2007-06-24Use keycodes instead of the (bad) ascii code for function keys in the DC backendMax Horn
2007-06-24Update the WinCE makefile to use the USE_ARM_SMUSH_ASM define to enableRobin Watts
2007-06-23Add a couple of casts from int to (Common:KeyCode) in the WinCE specific code.Robin Watts
2007-06-23Tweaks to WinCE makefile.Robin Watts
2007-06-23Add missing semi-colon.Travis Howell
2007-06-23Update GUI::Key constructsMax Horn
2007-06-22Produce 'correct' keycode/ascii values for function keysMax Horn
2007-06-22fix compilation by casting the %, {, }, | and ~ keycode "magic" numbers to Co...Joost Peters
2007-06-22Cleaning up after myself (I blame it on, err, uhh... the Vogons?)Max Horn
2007-06-22Added Common::KEYCODE_INALIDMax Horn
2007-06-22Oops, forgot Common:: qualifierMax Horn
2007-06-22Potential fix for PSP build problemsMax Horn
2007-06-22Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants...Max Horn
2007-06-22fix compile (thanks salty-horse!)Matthew Hoops
2007-06-22Heavily modified/reduced version of patch #1741454 (EVENTS: ASCII enum)Max Horn
2007-06-21Modified version of patch #1740493 (EVENTS: Event Key Codes)Max Horn
2007-06-20Fix for bug #1740241 (PSP: revision 27553 doesn't build)Max Horn
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...Max Horn
2007-06-18Use the SCUMMVM_VERSION macro from base/internal_version.h in the maemo backe...Max Horn
2007-06-18Update versions.Travis Howell
2007-06-18Added backends/platform/ds/arm9/makefile(.in) to tools/update-version.plMax Horn
2007-06-18Added FIXME to dsmain.cpp about it not using SCUMMVM_VERSION (thus adding one...Max Horn
2007-06-18NDS : Suppressed unneccessary complications regarding the backbuffer when CPU...Bertrand Augereau
2007-06-17NDS: setKeyboardEnable shouldn't overrun VRAM anymore when CPU scaler is onBertrand Augereau
2007-06-17NDS: Compile fixesBertrand Augereau
2007-06-16Patch #1721826: ARM asm versions of sound rate conversion/mixing codeMax Horn
2007-06-16CleanupChris Apers
2007-06-16Use the old and faster 1.5x scaler when availableChris Apers
2007-06-16Fixed compilationChris Apers
2007-06-16Fixed arrow keys (hard and emu)Chris Apers
2007-06-15Fix for bug #1690813: BASS: Crash when changing scalers during introMax Horn
2007-06-15DS :Bertrand Augereau
2007-06-12NDS : Attempt to not buffer overrun VRAM when doing saveGameBackBuffer/restor...Bertrand Augereau
2007-06-11Include Kyra.dat and sky.cpt in the sis file. queen.tbl not included due to t...Lars Persson