aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2014-01-26WII: Add missing dvd interface header for Gamecube build.D G Turner
2014-01-25WII: Another fix for Gamecube build. Corrected Disc Interface object.D G Turner
2014-01-25WII: Fix Gamecube build. Missing ifdef guard for Wii DVD interface.D G Turner
2014-01-24MAEMO: Get rid of superfluous cast.Johannes Schickel
2014-01-24WINCE: Attempt to fix WinCE compilation.Johannes Schickel
2014-01-23Merge pull request #409 from lordhoto/rttiJohannes Schickel
2014-01-23ANDROID: Add 32bpp support.Alyssa Milburn
2014-01-22AMIGAOS4: Clarify virtual fs root nodeWillem Jan Palenstijn
2014-01-22AMIGAOS4: Allow getParent() to work for non-directoriesWillem Jan Palenstijn
2014-01-22AMIGAOS4: Make isReadable return false for non-existent filesWillem Jan Palenstijn
2014-01-21OPENGL: Properly query for OpenGL errors.Johannes Schickel
2014-01-21Merge pull request #421 from lordhoto/taskbar-cleanupJohannes Schickel
2014-01-21Merge pull request #413 from AReim1982/masterDavid Turner
2014-01-21BUILD: Rename libunity support variable to "USE_UNITY" instead of "USE_TASKBA...Johannes Schickel
2014-01-21WII: Implement changes needed by DevKitPPC R26 and laterAReim1982
2014-01-11SDL: Avoid having SDL_SRCALPHA set even if we have alpha in the pixelformat.Einar Johan Trøan Sømåen
2014-01-10ANDROID: Set correct blending functionMarcus Comstedt
2014-01-10DC: Silenced some stupid warningsMarcus Comstedt
2014-01-10DC: Workaround for usleep prototype mismatchMarcus Comstedt
2014-01-07SDL: Silence unused variable warning when scalers are disabled.Johannes Schickel
2014-01-07SDL: Fix return value of getDefaultGraphicsMode when scalers are disabled.Johannes Schickel
2014-01-01JANITORIAL: Update copyright yearEugene Sandulenko
2013-12-06Merge branch 'master' of github.com:scummvm/scummvmanotherguest
2013-12-06SYMBIAN OS: Spelling correctionanotherguest
2013-12-06NULL: Fix compilation of null backend.Johannes Schickel
2013-12-02SYMBIAN OS:Added help files also in the split build installation file.anotherguest
2013-12-02SYMBIAN OS: Fedor created context sensitive help for ScummVM Symbian OS!anotherguest
2013-11-26SYMBIAN OS: README updated with Fedors name. Removed FLAC include from base.m...anotherguest
2013-11-26SYMBIAN OS: Add correct datafiles to installation scriptsanotherguest
2013-11-26SYMBIAN OS:Forgot to set Mpeg2Lib decoder lib.anotherguest
2013-11-26SYMBIAN OS: Add Sword25 and testbed engines. Perl script updatedanotherguest
2013-11-26SYMBIAN OS:Removed resolution fix from Symbian OS Backend, handle this in SDL...anotherguest
2013-11-25SYMBIAN OS:Added new engines, updated resolution support. Version number changesanotherguest
2013-11-20OPENGL: Fix texture re-allocation checkWillem Jan Palenstijn
2013-11-17OPENGL: Fix >1Bpp mouse cursors which do not require format conversion.Johannes Schickel
2013-11-14SDL: Fix bug where config file path could exceed maximum path length.D G Turner
2013-11-11SDL: Remove misleading comments, based on incomplete information at MSDN. Get...Kirben
2013-11-03SDL: Fix invalid memory access in getSystemLanguage.Johannes Schickel
2013-11-03SDL: Remove side effect of setlocale() call to get Language.D G Turner
2013-10-25AMIGAOS4: Make use of updated function names (SDK53.24) and remove unused codeStrangerke
2013-10-24SDL: Further small cleanup related to manager switching.Johannes Schickel
2013-10-24SDL: Make activateManager/deactivateManager SdlGraphicsManager specific.Johannes Schickel
2013-10-24SDL: Let SdlGraphicsManager inherit from GraphicsManager.Johannes Schickel
2013-10-23SDL: Reduce code duplication a bit.Johannes Schickel
2013-10-23SDL: Fix default graphics mode for switchable case.Johannes Schickel
2013-10-23SDL: Do not require a static graphics mode list in OpenGL and SurfaceSDL.Johannes Schickel
2013-10-23SDL: Only allow switching of SurfaceSDL <-> OpenGL when no custom manager is ...Johannes Schickel
2013-10-23SDL: Make setupGraphicsModes non-virtual.Johannes Schickel
2013-10-23SDL: Simplify initial graphics manager selection for OpenGL.Johannes Schickel
2013-10-23SDL: Get rid of _glModesCount.Johannes Schickel