Commit Graph

109854 Commits

Author SHA1 Message Date
Vladimir Serbinenko
18e6878311 COMMON: Add String::asUint64Ext
This is the same as String::asUint64 but supports 0x and 0 prefixes
2020-10-17 22:34:58 +02:00
antoniou
ff89ca68d6 ANDROID: Update versionCode to accomodate new beta3 (2.2.1) release 2020-10-17 22:49:42 +03:00
antoniou
80e32dbbc8 ANDROID: Do not use or show virtual keyboard when physical is connected
The toggle button will still be shown, but it won't show the in-app keyboard when pressed, unless the physical keyboard is disconnected
2020-10-17 22:00:41 +03:00
antoniou
7551d119e2 ANDROID: Fix crash when connecting or disconnecting physical keyboard
And also add some code to load and use the keyCharacterMap of the source device for the event

It is unclear if getUnicodeChar() already does this (loads the keyCharacterMap of the source device.
If it does, then the extra code is redundant.
2020-10-17 21:40:08 +03:00
LMerckx
be1d4f65d8
GRIM: Fix mapping of joystick action buttons in EMI (#2540) 2020-10-17 20:39:27 +02:00
Henrik "Henke37" Andersson
ee4799c51a COMMON: ConfMan::Domain::tryGetVal 2020-10-17 20:16:33 +02:00
Henrik "Henke37" Andersson
d83a38e0e6 COMMON: HashMap::tryGetVal function 2020-10-17 20:16:33 +02:00
antoniou
87a76f4a56 ANDROID: Fix shifted keys and key combos 2020-10-17 19:20:58 +03:00
Lothar Serra Mari
5118c76ce0 NEWS: Mention update to Munt 2.4.1 2020-10-17 18:17:18 +02:00
Lothar Serra Mari
ebce9c8ef3 MT32: Re-apply patches for silencing various GCC and MSVC warnings
I really should send them upstream.
2020-10-17 18:17:18 +02:00
Lothar Serra Mari
5bd94ed311 MT32: Update Munt emulation code to version 2.4.1 2020-10-17 18:17:18 +02:00
LMerckx
9a35674cfc
Merge pull request #2536 from lmerckx/virt-mous-pos
GRAPHICS: Problem with virtual mouse position in an overlay when full…
2020-10-17 18:11:13 +02:00
Eugene Sandulenko
6511e92d3a GOB: Added detection to the Russian Akella translation
We'd need to recalc the md5s for better detection.
2020-10-17 18:09:16 +02:00
Eugene Sandulenko
fb837acee0 GOB: Fixes to Russian Bargon Attack 2020-10-17 16:41:26 +02:00
Andrei Prykhodko
1e512a69e1 PETKA: implement ToMap opcode for petka2 2020-10-17 14:42:27 +03:00
Andrei Prykhodko
e53aac3c53 PETKA: update engine status 2020-10-17 14:42:27 +03:00
Andrei Prykhodko
6674141d44 PETKA: implement changing walk background in petka2 2020-10-17 14:42:27 +03:00
Andrei Prykhodko
3ec82210a9 PETKA: fix crash in petka 2 2020-10-17 14:42:27 +03:00
Lothar Serra Mari
b02ebc6ca7 NEWS: Fix typo in German NEWS file 2020-10-17 12:46:28 +02:00
Eugene Sandulenko
18f6172125 GLK: COMPREHEND: Fix warning 2020-10-17 11:44:57 +02:00
Eugene Sandulenko
b9b3ba3285 GLK: COMPREHEND: Added missing override keywords 2020-10-17 11:44:23 +02:00
Lothar Serra Mari
ee7abe78f4 NEWS: Update German NEWS file 2020-10-17 10:30:19 +02:00
Paul Gilbert
54980c1f6b GLK: COMPREHEND: Added item flag manipulation opcodes 2020-10-16 22:11:34 -07:00
Paul Gilbert
3933d43dd0 GLK: COMPREHEND: Implementing string replacement and other opcodes 2020-10-16 21:22:37 -07:00
Paul Gilbert
b6183f85d7 GLK: COMPREHEND: Fix script dumper for v2 2020-10-16 21:22:37 -07:00
Paul Gilbert
49f6ee2868 GLK: COMPREHEND: Verify more v2 opcodes 2020-10-16 21:22:37 -07:00
Gunnar Birke
70d4bbd5ca WINTERMUTE: Add detection entry for german Sunrise version 2020-10-17 01:41:35 +02:00
Eugene Sandulenko
87beb98b95 GRAPHICS: Turn set of bool parameters for wordWrap() to a bitfield 2020-10-16 23:52:18 +02:00
Paweł Kołodziejski
d26f718cf3 MYST3: Do dot use ellipsis in text for game. 2020-10-16 23:44:26 +02:00
Paweł Kołodziejski
eef527e227 STARK: Not dot use ellipsis in text for game. 2020-10-16 23:27:18 +02:00
Paweł Kołodziejski
e2cd2e6ed7 COMMON: Rename Common::Debug to Common::StreamDebug 2020-10-16 21:47:16 +02:00
Eugene Sandulenko
985335154e NEWS: Mention new engines and their improvements 2020-10-16 21:36:18 +02:00
Eugene Sandulenko
49100d12c4 NEWS: Mention Gob engine changes 2020-10-16 21:32:49 +02:00
Eugene Sandulenko
bd52fc354b GOB: Fix for Russian Woodruff subtitles 2020-10-16 21:29:09 +02:00
BeWorld
cdc0ad802d
MORPHOS : Fixes clashing D in ptr.h with system defines and casting glGetString (#2531)
MORPHOS : Fixes clashing D in ptr.h with system defines and casting glGetString
2020-10-16 21:26:42 +02:00
antoniou
3f3ad0b2ca ANDROID: Remove keyUp and keyDown overrides from EditSurfaceView
They were causing some nasty loops with certain keys and are largely redundant since we already had a events manager for keys
2020-10-16 21:39:54 +03:00
Paweł Kołodziejski
bb388295a4 BACKENDS: drop setDefaultFeatureState() usage, it's not needed 2020-10-16 20:17:29 +02:00
Eugene Sandulenko
1178c5567f STARK: Mark Russian TLJ release as unstable 2020-10-16 19:53:54 +02:00
Eugene Sandulenko
83937afb09 STARK: Adde detection for another Russian localization. THe game requires more work 2020-10-16 19:51:40 +02:00
Cameron Cawley
5c255b3aa9 WIN32: Add override and final keywords 2020-10-16 18:32:08 +01:00
antoniou
48d6ff8d6b ANDROID: Set flag to leep screen on 2020-10-16 20:29:18 +03:00
antoniou
940b87000d ANDROID: Merge ontouch from EditSurfaceView into ScummVMEventsBase
Also fix a bug with back button not removing the keyboard if it is shown without clicking on a text input field
2020-10-16 20:08:52 +03:00
Eugene Sandulenko
33ac09433f GRIM: Do not launch EMI when it is disabled in configure 2020-10-16 19:05:53 +02:00
Eugene Sandulenko
8d9eb6a9c8 GRIM: Add fix for Russian version 2020-10-16 19:05:53 +02:00
Eugene Sandulenko
e0e3e3abe3 GRIM: Added checksums for Russian EMI 2020-10-16 19:05:53 +02:00
Eugene Sandulenko
bfddffd5d0 GRIM: Always detect all games.
Since we have detection in static part, we need to detect it always.
2020-10-16 19:05:53 +02:00
Cameron Cawley
70aebaca5b WII: Add override and final keywords 2020-10-16 17:46:43 +01:00
Eugene Sandulenko
92fcda3127 STARK: Added detection for Hungarian fan-translation. 2020-10-16 18:00:12 +02:00
Fiodar Stryzhniou
6a7340f744 SYMBIAN: sync with 2.2.0 release.
Added new project files, build fixes.
2020-10-16 17:06:05 +02:00
Matthew Duggan
9452852707 ULTIMA8: Correct Remorse menu music id 2020-10-16 21:19:17 +09:00