Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-24 | SWITCH: Update build instructions in readme.switch | rsn8887 | |
2019-05-24 | SWITCH: Update build instructions etc. in readme.switch | rsn8887 | |
2019-05-23 | SWITCH: Enable gfx filtering by default for better image quality | rsn8887 | |
2019-05-22 | SWITCH: add makefile target switch_release for buildbot | rsn8887 | |
2019-05-22 | COMMON: Fix button state desynchronization when warping mouse | Le Philousophe | |
2019-05-18 | NEWS: Convert German NEWS file to Markdown (#1627) | Lothar Serra Mari | |
* NEWS: Convert German NEWS file to Markdown * NEWS: Fix Markdown conversion errors in NEUES.md * BUILD: Add the German NEWS file to the build system * NEWS: Fix formatting in NEUES.md | |||
2019-05-12 | Switch: fix version, remove redundant settings and unneeded defines | rsn8887 | |
2019-05-12 | Switch: fix build, add build instructions, avoid using delete() | rsn8887 | |
2019-05-12 | SWITCH: add nintendo switch support | Cpasjuste | |
2019-05-12 | COMMON: Changed DumpFile & StdIOStream to derive from SeekableWriteStream | Paul Gilbert | |
2019-05-09 | ANDROID: Make pushEvent take 7 parameters instead of 6 | Cameron Cawley | |
2019-05-09 | SDL: Fix MSVC warnings | SupSuper | |
Fixes warning C4121: alignment of a member was sensitive to packing by hiding warnings from system headers | |||
2019-05-09 | CLOUD: Fix MSVC warnings | SupSuper | |
Fixes warning C4305: truncation from 'double' to 'float' | |||
2019-05-09 | BACKENDS: Fix GCC Compiler Warning in Default Timer Implementation | D 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-06 | AmigaOS4: Fix copy of renamed RM2AG.rexx file | Thierry Crozat | |
2019-05-05 | AmigaOS4: Activate syntax highlighting in GitHub | Stefan | |
2019-05-05 | BUILD: Add the licence file for the Source Code Pro font | Bastien Bouclet | |
2019-05-01 | DS: Replace strlcpy with Common::strlcpy | Cameron Cawley | |
2019-05-01 | PSP2: Fix warning | Cameron Cawley | |
2019-04-30 | RISCOS: Add Drag and Drop support | Cameron Cawley | |
2019-04-30 | GUI: Support adding games via Drag and Drop | Cameron Cawley | |
2019-04-28 | POSIX: Clean up formatting | Cameron Cawley | |
2019-04-25 | PSP: remove legacy-libs, not needed with the updated psp toolchain | rsn8887 | |
2019-04-21 | MACOSX: Improve opening files from the Help menu | Thierry 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-20 | ANDROID: Add a pthreads-based mutex manager | Cameron Cawley | |
2019-04-18 | RISCOS: Support creating a StrongHelp manual | Cameron Cawley | |
2019-04-16 | POSIX: Move implementation of exists, isReadable and isWritable into ↵ | Cameron Cawley | |
posix-fs.cpp | |||
2019-04-15 | RISCOS: Move the path conversion functions into a separate file | Cameron Cawley | |
2019-04-15 | WINCE: Fix compilation | Cameron Cawley | |
2019-04-12 | ANDROID: Factor event pushing into pushEvent | Cameron Cawley | |
Originally from ResidualVM. | |||
2019-04-12 | ANDROID: Move event types to a separate file | Cameron Cawley | |
Originally from ResidualVM. | |||
2019-04-11 | AmigaOS4: 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-07 | BACKENDS: Simplify setGraphicsMode on GPH, Dingux and LinuxMoto | Cameron Cawley | |
2019-04-05 | RISCOS: Log messages using !Reporter | Cameron Cawley | |
2019-04-04 | WIN32: Ensure the translated dialog strings are using the correct encoding | Cameron Cawley | |
2019-04-02 | SDL: Use Common::KEYCODE_KP_ENTER instead of SDLK_KP_ENTER | Cameron Cawley | |
2019-04-02 | BACKENDS: Add gray20 color to our XPM icon parser | Matan 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-02 | BACKENDS: Fix compilation with SDL_Net enabled and cloud support disabled | Cameron Cawley | |
2019-04-02 | BUILD: Convert the NEWS.md file if pandoc is installed | Cameron Cawley | |
2019-04-02 | DS: Fix icon formats to work with ndstool | Matan Bareket | |
2019-04-02 | BUILD: Update Bada and DS graphics | Matan Bareket | |
2019-04-02 | BUILD: Update logos and icons on ports | Matan Bareket | |
2019-04-02 | BUILD: Update default theme to use remastered | Matan Bareket | |
2019-03-31 | SDL: Fix compilation without 16 bit colour support | Cameron Cawley | |
2019-03-25 | SDL: Remove outdated comment | Cameron Cawley | |
2019-03-10 | SDL: Wrap the full screen toggle code into a separate function | Filippos Karapetis | |
2019-03-10 | SDL: Move fullscreen and screenshot event handling to SdlGraphicsManager (#1522) | Cameron Cawley | |
2019-03-09 | JANITORIAL: Update all scummvm.org URLS to use https | Cameron Cawley | |
2019-03-03 | ALL: Bump copyright year to 2019 | Lothar Serra Mari | |
2019-03-03 | SDL: Add a function to convert from SDL_PixelFormat to Graphics::PixelFormat | Cameron Cawley | |