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
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