Orgad Shaneh
a05e54f00c
JANITORIAL: Remove trailing whitespaces
2021-05-04 11:46:30 +03:00
Le Philousophe
7c9a1fa9f3
AMIGAOS4: Add support for dynamic linking (and plugins)
2021-05-01 18:03:13 +02:00
Hubert Maier
c889a126b8
AMIGAOS: Janitorial
2021-05-01 18:03:13 +02:00
Hubert Maier
213232ea85
AMIGAOS: Update commands
2021-05-01 18:03:13 +02:00
Hubert Maier
0cd93d8113
AMIGAOS: Update commands
2021-05-01 18:03:13 +02:00
Hubert Maier
13d5b6660e
AMIGAOS: More changes
2021-05-01 18:03:13 +02:00
Hubert Maier
6a4adb24d3
AMIGAOS: Add switches to delete
2021-05-01 18:03:13 +02:00
Hubert Maier
8a35ceddda
AMIGAOS: Add ALL switch to makedir
2021-05-01 18:03:13 +02:00
Hubert Maier
cbaaa28ddb
AMIGAOS: Change to work with assigns as install dir
...
Also janitorial
2021-05-01 18:03:13 +02:00
Hubert Maier
4c5b906474
AMIGAOS: Janitorial
2021-05-01 18:03:13 +02:00
Hubert Maier
27857d895f
AMIGAOS: Janitorial
2021-05-01 18:03:13 +02:00
Eugene Sandulenko
798a76ec56
DISTS: Added 2 MS-like fonts from wine to our fonts
2021-05-01 01:49:47 +02:00
Paul Gilbert
8f3819ccfe
LURE: Added support for Konami English VGA version
2021-04-27 20:30:01 -07:00
athrxx
e10af53359
KYRA: (MR/Chinese) - add detection etc. and fix installer archive loading
...
(also add LOL-CD demo resources to reduce number of binary git pushs)
2021-04-27 22:06:32 +02:00
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