Cameron Cawley
6989e63a25
ANDROID: Make pushEvent take 7 parameters instead of 6
2019-05-09 18:58:09 +01:00
SupSuper
276f6e0bfd
SDL: Fix MSVC warnings
...
Fixes warning C4121: alignment of a member was sensitive to packing
by hiding warnings from system headers
2019-05-09 18:13:10 +10:00
SupSuper
03c43f0588
CLOUD: Fix MSVC warnings
...
Fixes warning C4305: truncation from 'double' to 'float'
2019-05-09 18:13:10 +10:00
D G Turner
889cadaca5
BACKENDS: Fix GCC Compiler Warning in Default Timer Implementation
...
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-09 05:06:44 +01:00
Thierry Crozat
04301f32d0
AmigaOS4: Fix copy of renamed RM2AG.rexx file
2019-05-06 12:23:42 +01:00
Stefan
a122470034
AmigaOS4: Activate syntax highlighting in GitHub
2019-05-05 15:51:02 +03:00
Bastien Bouclet
1d0d842e2a
BUILD: Add the licence file for the Source Code Pro font
2019-05-05 08:52:12 +02:00
Cameron Cawley
3309c574c0
DS: Replace strlcpy with Common::strlcpy
2019-05-01 16:43:26 +01:00
Cameron Cawley
68e700ea54
PSP2: Fix warning
2019-05-01 16:43:04 +01:00
Cameron Cawley
fb0b63ba66
RISCOS: Add Drag and Drop support
2019-04-30 22:17:04 +01:00
Cameron Cawley
d7b2b1b8f9
GUI: Support adding games via Drag and Drop
2019-04-30 22:17:04 +01:00
Cameron Cawley
04229fd70b
POSIX: Clean up formatting
2019-04-28 15:06:31 +01:00
rsn8887
35785d04a8
PSP: remove legacy-libs, not needed with the updated psp toolchain
2019-04-25 17:31:05 -05:00
Thierry Crozat
66ef22d555
MACOSX: Improve opening files from the Help menu
...
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-21 11:01:34 +01:00
Cameron Cawley
5d7cd526e8
ANDROID: Add a pthreads-based mutex manager
2019-04-20 15:53:56 +03:00
Cameron Cawley
50ed922cb7
RISCOS: Support creating a StrongHelp manual
2019-04-18 03:55:22 +01:00
Cameron Cawley
ab0fab9bf9
POSIX: Move implementation of exists, isReadable and isWritable into posix-fs.cpp
2019-04-16 00:55:43 +03:00
Cameron Cawley
8c15b41dd7
RISCOS: Move the path conversion functions into a separate file
2019-04-15 16:24:51 +01:00
Cameron Cawley
bcef809e61
WINCE: Fix compilation
2019-04-15 08:06:39 +03:00
Cameron Cawley
2af325f60a
ANDROID: Factor event pushing into pushEvent
...
Originally from ResidualVM.
2019-04-12 21:42:54 +01:00
Cameron Cawley
d75a1355ba
ANDROID: Move event types to a separate file
...
Originally from ResidualVM.
2019-04-12 21:39:07 +01:00
Hubert Maier
ce8227323b
AmigaOS4: Exclude platform from a SDL1/2 keyboard fix that breaks numpad 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-11 01:28:18 +03:00
Cameron Cawley
c21090ea03
BACKENDS: Simplify setGraphicsMode on GPH, Dingux and LinuxMoto
2019-04-07 20:52:39 +03:00
Cameron Cawley
62660da0bc
RISCOS: Log messages using !Reporter
2019-04-05 18:50:05 +01:00
Cameron Cawley
e4b78f4f62
WIN32: Ensure the translated dialog strings are using the correct encoding
2019-04-04 01:06:30 +03:00
Cameron Cawley
e40cdea6ba
SDL: Use Common::KEYCODE_KP_ENTER instead of SDLK_KP_ENTER
2019-04-02 22:41:21 +01:00
Matan Bareket
e84e71ed34
BACKENDS: Add gray20 color to our XPM icon parser
...
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 13:56:12 -04:00
Cameron Cawley
27e6a28e4e
BACKENDS: Fix compilation with SDL_Net enabled and cloud support disabled
2019-04-02 12:02:21 -04:00
Cameron Cawley
364fb12e83
BUILD: Convert the NEWS.md file if pandoc is installed
2019-04-02 11:59:31 -04:00
Matan Bareket
905528deb8
DS: Fix icon formats to work with ndstool
2019-04-02 11:43:12 -04:00
Matan Bareket
ef87932cfb
BUILD: Update Bada and DS graphics
2019-04-02 10:55:57 -04:00
Matan Bareket
eaa9f23505
BUILD: Update logos and icons on ports
2019-04-02 10:55:57 -04:00
Matan Bareket
69cecebdbc
BUILD: Update default theme to use remastered
2019-04-02 10:55:57 -04:00
Cameron Cawley
62fc4c94bf
SDL: Fix compilation without 16 bit colour support
2019-03-31 15:03:09 +03:00
Cameron Cawley
b3dc3832f7
SDL: Remove outdated comment
2019-03-25 23:36:33 +01:00
Filippos Karapetis
769cf5492c
SDL: Wrap the full screen toggle code into a separate function
2019-03-10 18:32:13 +02:00
Cameron Cawley
f426ba6c36
SDL: Move fullscreen and screenshot event handling to SdlGraphicsManager ( #1522 )
2019-03-10 18:25:25 +02:00
Cameron Cawley
09dbe7686b
JANITORIAL: Update all scummvm.org URLS to use https
2019-03-09 21:52:14 +01:00
Lothar Serra Mari
1aba295dcc
ALL: Bump copyright year to 2019
2019-03-03 14:18:35 +01:00
Cameron Cawley
342733cee6
SDL: Add a function to convert from SDL_PixelFormat to Graphics::PixelFormat
2019-03-03 13:44:10 +01:00
Cameron Cawley
205df5dbdf
IMAGE: Fix taking screenshots on big endian systems
2019-03-02 07:29:22 +01:00
Cameron Cawley
8ae17b481a
IMAGE: Move bitmap writing code out of OpenGLGraphicsManager
2019-03-02 07:29:22 +01:00
Cameron Cawley
309286cfbb
BUILD: Improve rules for compiling Windows resource scripts
2019-02-21 20:33:39 +00:00
Jonny Bergström
a9a6ce7e81
IOS: Add support for three finger swipes up/down for showing/hiding software keyboard
2019-02-16 17:28:16 +00:00
Thierry Crozat
4795f2b68a
IOS: Implement kFeatureVirtualKeyboard to show/hide the keyboard
2019-02-16 17:20:57 +00:00
gameblabla
b0803118da
DINGUX: Fix dinguxsdl graphics backend
2019-02-13 04:35:12 +00:00
Bastien Bouclet
26d0935b9f
COMMON: Remove usage of ScopedPtr in OutSaveFile
...
It's not very useful. However this is mostly to test the theory that the
build failure we've been experiencing in
engines/scumm/he/logic/football.cpp with the osx builder on buildbot is
related to the size of the intermediary assembly source file.
2019-01-05 12:02:19 +01:00
Matan Bareket
08d48e9f2c
BUILD: Copy README.md instead of README
2018-12-25 11:37:26 -05:00
Cameron Cawley
7dbc613258
BUILD: Add fonts.dat to packaging rules
2018-12-25 12:47:42 +01:00
Thierry Crozat
56d1305f9d
COMMON: Rename enum variable for native browser feature
...
There was a typo in the name (missing 'r' in browser).
2018-12-17 23:06:07 +00:00