aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2009-09-03Removed AA modes in favor of bilinear texture filtering, which gives much bet...Andre Heider
2009-09-02Fixed thumbnail gfx glitches on savegamesAndre Heider
2009-09-01Added an options dialog for some Wii specific settings.Andre Heider
2009-09-01Clarified the backspace key workaround: This is not a Mac OS X issue (as the ...Max Horn
2009-09-01Updated to support multiple exesLars Persson
2009-08-30Complete GFX rewrite with new features:Andre Heider
2009-08-29Patch #2845084: "Linuxmoto-backend small update"Eugene Sandulenko
2009-08-23Whitespace fix for buildbotAndre Heider
2009-08-23FormattingEugene Sandulenko
2009-08-22Remove more warnings from wince build.Robin Watts
2009-08-22Eliminate more warnings for buildbot.Robin Watts
2009-08-22Attempt to remove some warnings in the wince build that occur on the buildbot'sRobin Watts
2009-08-22Removed unused varAndre Heider
2009-08-22Second attempt to fix DC and iPhone backends compilationEugene Sandulenko
2009-08-22Attempt to fix DC and iPhone backends compilationEugene Sandulenko
2009-08-22Give meaningful name to variableEugene Sandulenko
2009-08-22Fix OSX buildsAndre Heider
2009-08-22Patch #2826508: "Motorola A1200/E6/A1600 (motoezx) patch"Eugene Sandulenko
2009-08-2216bit support for the Wii portAndre Heider
2009-08-22Add FIXME about DefaultTimerManager implementation.Johannes Schickel
2009-08-21Removed redundant checks, the asserts() earlier do exactly the same.Andre Heider
2009-08-21some cleanupJoost Peters
2009-08-21unify OSystem_PSP_GU and OSystem_PSP (which was hopelessly outdated and mostl...Joost Peters
2009-08-21Attempt to fix builds that use the ARM screen column clear code; add newRobin Watts
2009-08-21This hopefully fixes the GP2x build (and kicks off buildbot)Andre Heider
2009-08-21fix compilation after RGB API changesJoost Peters
2009-08-21Fixed OSystem_Wii for the 16bit API changesAndre Heider
2009-08-21Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran...Andre Heider
2009-08-21correct idiotic error in first gp2x fix attempt.Jody Northup
2009-08-21fixed GP2X (I hope)Jody Northup
2009-08-21Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/Jody Northup
2009-08-19PSP: throttle the number of updateScreen() callsJoost Peters
2009-08-19Take advantage of extra memory on newer PSP modelsJoost Peters
2009-08-19Merged revisions 43458-43468,43470-43471,43473-43475,43477,43479-43483,43485,...Travis Howell
2009-08-18Implement setCursorPalette(), correct hasFeature() <-> getFeatureState() mixup.Joost Peters
2009-08-18PSP: Make R-trigger act as a context sensitive modifier key, remap ENTER to t...Joost Peters
2009-08-18PSP: disable dosbox OPLJoost Peters
2009-08-18Starting to simplify the Action structure, and rework it to facilitate making...Jody Northup
2009-08-17PSP: increase optimization level and change clock rate to 333mhzJoost Peters
2009-08-17Commit (slightly) modified version of patch #2831248: Allow suspend/resume fo...Joost Peters
2009-08-17Merged revisions 43417,43420,43425-43426,43428,43431,43434,43436-43438,43440-...Travis Howell
2009-08-16Introduce a better fix for the Mac OS X backspace problem by adding the worka...Matthew Hoops
2009-08-16Replaced KeyStates with ActionKeys in the keymapper, removed SDL ASCII code m...Jody Northup
2009-08-16Merged revisions 43338-43340,43342,43344-43347,43349-43350,43352-43354,43357-...Travis Howell
2009-08-15Properly implement PSPFilesystemFactory::makeCurrentDirectoryFileNode()Joost Peters
2009-08-15Commented a memory leak whose fix requires a fundamental modification to the ...Jody Northup
2009-08-15Added support for mapping keys to ctrl, alt, shift, or combinations thereof (...Jody Northup
2009-08-15Added hash function for ActionKey in preparation for replacing KeyStates in t...Jody Northup
2009-08-15Added mandatory includes into hardware-key.h (so it can be included without c...Jody Northup
2009-08-15Removed excessive modifier definitions, prevented excessive memory consumptio...Jody Northup