Commit Graph

2071 Commits

Author SHA1 Message Date
ysj1173886760
ac9e312895 GRAPHICS: MACGUI: remove pink border, add Win95BorderScrollbar to macgui.dat 2021-04-25 02:24:15 +02:00
Gregory Montoir
f79d41620f QUEEN: Update queen.tbl to version 3 for German Amiga Floppy 2021-04-22 00:31:47 +02:00
Eugene Sandulenko
ea1390bb40
DISTS: Fix formatting for I18N comments 2021-04-20 17:48:29 +02:00
Eugene Sandulenko
3bf264084d
DISTS: Added dummy file with translatable strings for scummvm.appdata.xml
Based on request in Bugreport #10901

This is used for sticking those strings into our translations. A tool
to generate appdata.xml before the release with all the strings extracted
will follow once we have the translations
2021-04-20 13:05:49 +02:00
Paul Gilbert
6f90770373 ACCESS: Added support for Spanish Amazon Guardians of Eden 2021-04-15 20:03:39 -07:00
Cameron Cawley
56e2107dc3 RASPBERRYPI: Remove outdated packaging rules 2021-04-13 19:56:55 +01:00
ysj1173886760
0d825ef4de GRAPHICS: MACGUI: add title for 9-patch images of build-in borders 2021-04-12 14:04:25 +02:00
Lothar Serra Mari
4ed734757e DISTS: Sync snapcraft build recipe 2021-04-11 21:47:01 +02:00
SupSuper
0b25368f7c WIN32: HiDPI support 2021-04-11 21:21:44 +02:00
Eugene Sandulenko
5e395d166a BACKENDS: HiDPI support in OpenGL backend 2021-04-11 21:21:44 +02:00
Eugene Sandulenko
7c47e67c49 GUI: Added VL Gothic regular font to fonts.dat 2021-03-22 00:07:45 +01:00
SupSuper
5def366b91 MSVC: Use 64-bit linker when compiling ScummVM
A Release build with all engines enabled exceeds the
32-bit linker heap space, so just default to the 64-bit linker.

This does not affect the generated binary (it will still run on x86).
2021-03-17 03:48:32 +00:00
Cameron Cawley
cc328d9cfa ANDROID: Remove README.Android 2021-03-15 18:39:39 +02:00
SupSuper
c3ee9dec51 MSVC: Use new lib names for tests and tools 2021-02-22 12:01:47 +00:00
Donovan Watteau
c7c7e2de49 Revert "MACOSX: Remove NSRequiresAquaSystemAppearance from Info.plist, for now"
Since commit a1d930209a seems to be a
reliable way of avoiding any blurry display issue on Retina screens,
macOS Dark Mode can be enabled again.

This reverts commit c59bf95ba8, and thus
restores commit 485e8bee17.

This fixes back bug #11305: Dark Mode is not supported.
2021-02-09 01:35:40 +00:00
Cameron Cawley
4e3c35e26b Revert "ANDROID: Set minimal SDK to 21+ (Android 5+). The app crashes at launch on Android 4"
This reverts commit ac666c2306.
2021-01-17 21:50:35 +01:00
antoniou
987becc529 ANDROID: Fix physical mouse behavior and allow multitouch hold and drag
Also added various comments to document behavior.

Minor JE_MULTI event (Fix concerned bad brackets code in the events.cpp for JE_MULTI (multiple fingers held down)
) fix and comments for mouse behavior
Allow onHover to catch the mouse events instead of OnTrackBallEvent()
Also the "system back" button is ignored for the Trackball too because we treat it as mouse in isMouse(e) check
Add multitouch handler class. Handling and early filtering of multitouch events is moved in the new class.
2021-01-10 22:10:29 +02:00
Hubert Maier
c4d0f4fa8e
AMIGAOS: Fixes to the automatic installation (#2721)
* AMIGAOS: amigaos.mk fixes

switch to AmigaOS makedir, as mkdir seems to break pathes/dirs

* AMIGAOS: Fix RM2AG.rexx

New tables have been introduced which start with a bunch of minus (-) signs.
That broke the script at exactly 3.10 (where the tables are) by leaving it.

Updated the complete condition.

* AMIGAOS: amigaos.mk

Fix some comment oversights

* AMIGAOS: RM2AG.rexx

Fix an oversight

* AMIGAOS: amigaos.mk

Last oversight

* AMIGAOS: Update RM2AG.rexx.in
2021-01-09 14:39:41 +01:00
Eugene Sandulenko
ac666c2306 ANDROID: Set minimal SDK to 21+ (Android 5+). The app crashes at launch on Android 4 2021-01-08 19:31:19 +01:00
Eugene Sandulenko
c1cca8c869 ALL: Update copyright year 2021-01-01 00:00:18 +01:00
Vladimir Serbinenko
02770c485d HADESCH: Add lost file hadesch_translations.dat 2020-12-18 10:36:26 +01:00
Vladimir Serbinenko
b8a5483047 HADESCH: Use separate file for translations 2020-12-17 09:49:18 +01:00
athrxx
2bc7c271d3 KYRA: (LOK/Hebrew) - update kyra.dat 2020-12-13 22:47:19 +01:00
Hubert Maier
3c86211040 AMIGAOS: Ext_Inst_so.rexx - add panic switch back in 2020-12-07 19:15:19 +01:00
Hubert Maier
4ef31fd4e3 AMIGAOS: Update Ext_Inst_so.rexx 2020-12-07 19:15:19 +01:00
athrxx
e1c81b9066 KYRA: (MR) - fix bug no. 12005 (broken Russian fan translation) 2020-12-06 22:26:29 +01:00
Lothar Serra Mari
f0d86be309 DISTS: Update appcast.xml file in order to use our CDN 2020-12-06 17:51:48 +01:00
NMIError
58d710d10f LURE: Update lure.dat with music icon and water sound fix 2020-12-06 16:37:08 +00:00
Jonathan Phénix
2e4f224043 XEEN: Fix dismiss button not fully implemented 2020-12-02 18:12:58 -08:00
athrxx
6bcad5fdf3 KYRA: (EOB/SegaCD/Japanese) - add detection and static resources 2020-11-29 21:23:46 +01:00
Hubert Maier
e19d4e197b
AMIGAOS: Keep platform name continuity (#2643) 2020-11-26 15:10:01 +01:00
antoniou
568572e2cc ANDROID: Upgrade gradle to 4.1.1 2020-11-26 14:43:51 +02:00
antoniou
60e7ea79d2 ANDROID: Menu key on virtual keyboard is system menu now
Before it was a Media Top Menu key and did nothing
2020-11-26 14:43:50 +02:00
Lothar Serra Mari
9aa113a540 DISTS: Fix whitespaces in scummvm.rc 2020-11-17 20:47:29 +01:00
Lothar Serra Mari
6fa176245d DISTS: Attempt to split scummvm.rc into 'common' and 'feature specific' 2020-11-17 20:46:23 +01:00
Lothar Serra Mari
a26c016132 DISTS: Update snapcraft recipe 2020-11-17 20:26:41 +01:00
SupSuper
3f1086e089 MSVC: Parallelize building across projects, speeding up multi-engine builds 2020-11-15 21:50:26 +00:00
Vladimir Serbinenko
68a9136e4d
COMMON: Rewrite Encoder and drop dependency on iconv (#2586)
Different platforms have different levels of support of encodings and
often have slight variations. We already have tables for most encoding
with only CJK missing. Full transcoding inclusion allows us to get reliable
encoding results independently of platform. The biggest con is the need for
external tables encoding.dat.

It removes a duplicate table for korean in graphics/korfont.cpp
2020-11-15 16:20:35 +01:00
LMerckx
d76faf125c
GRIM: Simplify shaders for Raspberry PI (#2618)
* GRIM: Simplify shaders for Raspberry PI
2020-11-13 06:22:20 +01:00
Eugene Sandulenko
7de5377e46 DISTS: Remove last leftover of NSIS installer, missed in 4a1f3d76fd 2020-11-11 19:59:22 +01:00
athrxx
3af0d8daa3 KYRA: remove support for fan translations by Siberian Gremlin
(due to issues with the translator)
2020-11-08 20:31:42 +01:00
antoniou
0de952a59c ANDROID: Raise targetsdk to 29 but make use of requestLegacyExternalStorage
Also some fixes for deprecated warnings
2020-11-07 23:38:03 +02:00
Paweł Kołodziejski
8c6d690e23 DISTS: Added new wme shaders for windows target 2020-11-03 12:01:54 +01:00
antoniou
8fe6aae59e ANDROID: Use SAF for folder and file creation when normal way fails
Should affect only external "secondary" storage (eg. physical SD card)
2020-11-01 19:38:07 +02:00
Paweł Kołodziejski
d44f1f77ed GRIM: Rename engine data patches 2020-11-01 14:10:09 +01:00
Matthew Duggan
5135f1f4b9 ALL: Run optipng to reduce png file size 2020-11-01 21:34:03 +09:00
Eugene Sandulenko
2902e3336e DISTS: ANDROID: Sync phone screenshots with the store 2020-10-25 19:39:24 +01:00
antoniou79
64778522ce ANDROID: New screenshots from Xperiam Z5 Compact
With filtering enabled
2020-10-25 20:26:43 +02:00
antoniou79
e3f430df11 DISTS: ANDROID: Update phone screenshots with 2.2.1 ones
These are taken from my Xperia Z5 Compact (7.1.1)

Settings: Filter Graphics Disabled, Keep Aspect Ratio Enabled, Fit to Window Stretch mode
2020-10-25 17:11:44 +02:00
Eugene Sandulenko
f2a845cd6b DISTS: ANDROID: Release of 2.2.1 2020-10-25 15:32:04 +01:00