Paweł Kołodziejski
749c3ec9e1
ENGINES: If backend is not capable support opengl in game do not try create opengl renderer
2020-10-19 06:52:31 +02:00
sluicebox
bda199eac4
SCI32: Fix GK1 beignet vendor movement speed
...
Fixes bug #11892
2020-10-18 16:45:11 -08:00
Thierry Crozat
79b4e0ae21
MACOSX: Fix memory leak in dock tile plugin
2020-10-19 01:14:21 +01:00
Thierry Crozat
20fb33a668
SWORD1: Fix use of uninitialized variables in PSX demo music
...
The music tab file in the PSX demo seems to be truncated and we
were seeking beyond the end of the file for some music (such as
the one for the menu), and then trying to read without any checks
that either the seek or read succeeded. This caused the code to
then use uninitialized variables causing random issues (such as
getting some noise). We now ignore the music id that are beyond
the end of the broken tab file.
2020-10-19 01:14:21 +01:00
athrxx
899ae85846
NEWS: mention improvement of Russian HOF fan translation
2020-10-19 01:19:18 +02:00
Dmitry Gladkov
4a4cb46330
KYRA: Add localized strings for the Russian CD Release of HoF ( #2545 )
2020-10-19 01:05:26 +02:00
athrxx
b3ea9f46e5
NEWS: mention Russian Kyra 1 translation
2020-10-18 23:41:53 +02:00
Dmitry Gladkov
11368b7d90
KYRA: Support Russian LoK translation by Siberian GRemlin ( #2544 )
...
* KYRA: Support Russian LoK translation by Siberian Gremlin
* Mention source of engine data translation
* Mark Russian CD as fan translation to force subtitles
2020-10-18 23:24:11 +02:00
Paweł Kołodziejski
ad37c20fb4
WINTERMUTE: Attempt enabling GLES2 renderer.
2020-10-18 22:22:57 +02:00
antoniou
79acea3a18
ANDROID: use gradle's auto-align and set debuggable to false for release build
...
There were issues with manually aligning apks possibly due to upgrading gradle
The manual zipalign even though running with no fail message, would NOT align the apk properly anymore.
Command to manual verify alignment of an apk is:
Android/Sdk/tools/bin/zipalign -c -v 4 release/ScummVM-release-unsigned.apk
2020-10-18 13:42:44 +03:00
Eugene Sandulenko
468d52cbe0
ANDROID: Info for 2.2.1c (beta) release
2020-10-18 10:00:11 +02:00
Matthew Duggan
1bdbb527d6
ULTIMA8: Correct operand order for shift operators in Crusader games
2020-10-18 15:48:05 +09:00
Matthew Duggan
613e89bdbd
ULTIMA8: comment about correct sfx no
2020-10-18 15:47:13 +09:00
Matthew Duggan
374a369fa5
ULTIMA8: Correct name of intrinsic
2020-10-18 15:46:21 +09:00
Matthew Duggan
8cf85caca1
ULTIMA8: Call gotHit event with correct parameters for Crusader
2020-10-18 15:45:09 +09:00
Matthew Duggan
2e1880944d
ULTIMA8: Fix build when DEBUG is defined
2020-10-18 14:33:06 +09:00
Gunnar Birke
874965f454
WINTERMUTE: Remove Model-View transformation reset function from 3d renderer interface
2020-10-18 07:22:40 +02:00
Gunnar Birke
1ea679f90a
WINTERMUTE: Provide getters for actual opengl texture dimensions
2020-10-18 07:22:40 +02:00
Gunnar Birke
8eacf532c9
WINTERMUTE: Permanently store texture data in main memory
2020-10-18 07:22:40 +02:00
Gunnar Birke
b0c8870a00
WINTERMUTE: Remove glShadeModel calls from gles2 renderer shadow volume
2020-10-18 07:22:40 +02:00
Paul Gilbert
10b0f884c6
GLK: COMPREHEND: v2 script opcodes for beforeTurn script
2020-10-17 21:25:56 -07:00
Paul Gilbert
046af3f4c3
GLK: COMPREHEND: First command working in OO-Topis
...
Yay \o/
2020-10-17 20:27:15 -07:00
Paul Gilbert
ebc831fb5a
GLK: COMPREHEND: Verifying further opcodes
2020-10-17 20:25:55 -07:00
Eugene Sandulenko
ab5a07857e
PRINCE: Added comment for fix for bug#11771
2020-10-18 01:51:05 +02:00
Денис Телюх
0e3e70a4a4
PRINCE: fixed bug in the conversation with the priest
...
BUG: https://bugs.scummvm.org/ticket/11771
This conversation have no audio files, because it is performed using gestures. So it shouldn't try to load audio.
2020-10-18 01:48:58 +02:00
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