aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2019-05-12Switch: fix version, remove redundant settings and unneeded definesrsn8887
2019-05-12Switch: fix build, add build instructions, avoid using delete()rsn8887
2019-05-12SWITCH: add nintendo switch supportCpasjuste
2019-05-12COMMON: Changed DumpFile & StdIOStream to derive from SeekableWriteStreamPaul Gilbert
2019-05-09ANDROID: Make pushEvent take 7 parameters instead of 6Cameron Cawley
2019-05-09SDL: Fix MSVC warningsSupSuper
Fixes warning C4121: alignment of a member was sensitive to packing by hiding warnings from system headers
2019-05-09CLOUD: Fix MSVC warningsSupSuper
Fixes warning C4305: truncation from 'double' to 'float'
2019-05-09BACKENDS: Fix GCC Compiler Warning in Default Timer ImplementationD G Turner
This is another instance of a warning from usage of memset on a non-trivial data structure, but this can be removed and replaced by a constructor.
2019-05-06AmigaOS4: Fix copy of renamed RM2AG.rexx fileThierry Crozat
2019-05-05AmigaOS4: Activate syntax highlighting in GitHubStefan
2019-05-05BUILD: Add the licence file for the Source Code Pro fontBastien Bouclet
2019-05-01DS: Replace strlcpy with Common::strlcpyCameron Cawley
2019-05-01PSP2: Fix warningCameron Cawley
2019-04-30RISCOS: Add Drag and Drop supportCameron Cawley
2019-04-30GUI: Support adding games via Drag and DropCameron Cawley
2019-04-28POSIX: Clean up formattingCameron Cawley
2019-04-25PSP: remove legacy-libs, not needed with the updated psp toolchainrsn8887
2019-04-21MACOSX: Improve opening files from the Help menuThierry Crozat
Now in addition to rtf extension and no extension, it also looks for the html and md extensions. Also unless the extension is RTF or HTML, which are widely recognized, it explicitely indicate that the file should be open with TextEdit. This fixes bug #10938, with opening the README and NEWS file from the Help menu failing when the bundle was compiled without using pandoc and thus the only files available are the markdown ones. Support for the html extension is to prepare for a future change to have a nicer README than the plain text one.
2019-04-20ANDROID: Add a pthreads-based mutex managerCameron Cawley
2019-04-18RISCOS: Support creating a StrongHelp manualCameron Cawley
2019-04-16POSIX: Move implementation of exists, isReadable and isWritable into ↵Cameron Cawley
posix-fs.cpp
2019-04-15RISCOS: Move the path conversion functions into a separate fileCameron Cawley
2019-04-15WINCE: Fix compilationCameron Cawley
2019-04-12ANDROID: Factor event pushing into pushEventCameron Cawley
Originally from ResidualVM.
2019-04-12ANDROID: Move event types to a separate fileCameron Cawley
Originally from ResidualVM.
2019-04-11AmigaOS4: Exclude platform from a SDL1/2 keyboard fix that breaks numpad ↵Hubert Maier
usage (#1551) SDL1/2: Exclude AmigaOS4 from returning 0 for .ascii *reset .ascii to 0, when Num-Lock is NOT enabled and keypad directional keys are pressed* (original description) is causing the numpad to play dead completely on AmigaOS4 (no matter if numlock is active or not). This is a workaround for the SCUMM engine, where keycodes are mixed with ASCII codes. Check commit f5ed14e93d85b638c8e49468b2885c1278d56d20 for reference. Fixes bug #10558. Tested with both SDL1 and 2 on AmigaOS4 and with both Indiana Jones games.
2019-04-07BACKENDS: Simplify setGraphicsMode on GPH, Dingux and LinuxMotoCameron Cawley
2019-04-05RISCOS: Log messages using !ReporterCameron Cawley
2019-04-04WIN32: Ensure the translated dialog strings are using the correct encodingCameron Cawley
2019-04-02SDL: Use Common::KEYCODE_KP_ENTER instead of SDLK_KP_ENTERCameron Cawley
2019-04-02BACKENDS: Add gray20 color to our XPM icon parserMatan Bareket
We don't change the icon that often but there's much more x11 colors than just black and gray20 that we may end up having in the XPM file
2019-04-02BACKENDS: Fix compilation with SDL_Net enabled and cloud support disabledCameron Cawley
2019-04-02BUILD: Convert the NEWS.md file if pandoc is installedCameron Cawley
2019-04-02DS: Fix icon formats to work with ndstoolMatan Bareket
2019-04-02BUILD: Update Bada and DS graphicsMatan Bareket
2019-04-02BUILD: Update logos and icons on portsMatan Bareket
2019-04-02BUILD: Update default theme to use remasteredMatan Bareket
2019-03-31SDL: Fix compilation without 16 bit colour supportCameron Cawley
2019-03-25SDL: Remove outdated commentCameron Cawley
2019-03-10SDL: Wrap the full screen toggle code into a separate functionFilippos Karapetis
2019-03-10SDL: Move fullscreen and screenshot event handling to SdlGraphicsManager (#1522)Cameron Cawley
2019-03-09JANITORIAL: Update all scummvm.org URLS to use httpsCameron Cawley
2019-03-03ALL: Bump copyright year to 2019Lothar Serra Mari
2019-03-03SDL: Add a function to convert from SDL_PixelFormat to Graphics::PixelFormatCameron Cawley
2019-03-02IMAGE: Fix taking screenshots on big endian systemsCameron Cawley
2019-03-02IMAGE: Move bitmap writing code out of OpenGLGraphicsManagerCameron Cawley
2019-02-21BUILD: Improve rules for compiling Windows resource scriptsCameron Cawley
2019-02-16IOS: Add support for three finger swipes up/down for showing/hiding software ↵Jonny Bergström
keyboard
2019-02-16IOS: Implement kFeatureVirtualKeyboard to show/hide the keyboardThierry Crozat
2019-02-13DINGUX: Fix dinguxsdl graphics backendgameblabla